在我擦除驱动器并重新安装了Lubuntu之后,我注意到我无法安装新的软件。当我选择要安装的程序时,我收到一条消息:“您没有安装的权限”。
我怎么才能得到许可?(在以前的Lubuntu版本中,我可以安装我想安装的任何东西。)
FYI,下面是对我的Linux系统的描述:
-Version-
Kernel : Linux 4.13.0-39-generic (i686)
Version : #44-Ubuntu SMP Thu Apr 5 14:21:12 UTC 2018
C Library : GNU C Library / (Ubuntu GLIBC 2.26-0
好的,我有一台专用的linux服务器,我正在尝试安装node.js。
我跑了
wget http://nodejs.org/dist/node-v0.4.11.tar.gz
tar zxf node-v0.4.11.tar.gz
cd node-v0.4.11
平安无事
然后我跑了
./configure
我得到了
Checking for program g++ or c++ : not found
Checking for program icpc : not found
Checking for program c++
我正在尝试安装erlang,这样我就可以安装rabbitMQ。这是我的顺序和错误:
>yum install erlang
Loaded plugins: langpacks, product-id, search-disabled-repos, subscription-
: manager
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
Resolving Dependencies
我有一个linux ubuntu实例和一个S3桶。
sudo apt-get install s3cmd
然后试着
s3cmd put datafile.xml s3://jthink/datafile.xml
jthink是我的桶名
但上面写着
ERROR: /home/ubuntu/.s3cfg: No such file or directory
ERROR: Configuration file not available.
ERROR: Consider using --configure parameter to create one
所以我跑了
s3 --configure
它要