然后,重新加载配置文件或重新登录会话以使更改生效。 如果你不是以root用户登录,你可能需要以root用户登录或使用其他方式获取sudo权限。如果系统设置了特殊的sudoers文件,你可能需要联系系统管理员来获取sudo权限。
命令是sudo dpkg -x 安装包名 目的路径 目的路径一般是 / 即根目录,这样安装的结果就是上面所说的默认情况。 如果使用apt-get命理时有类似的提示:libstdc++.so.6: version `GLIBCXX_3.4.20' not found 那是因为下载的版本太新,电脑上的动态库不支持。可以选择旧一点的版本,重复安装即可。 希望完成以上步骤,就...
只后用新账户登录,安装nginxapt-getinstallnginx提示:Couldnotopenlockfile/var/lib/dpkg/lock-open(13:permissiondenied)Unabletolocktheadministrationdirectory(/var/lib/dpkg),areyouroot?既然提示没权限,我就用sudoapt-getinstallnginx,但是就出现了sudo:commandnotfound然后呢,然后我就不知道怎么办了。。。 查看完...
提示: Could not open lock file /var/lib/dpkg/lock - open (13:permission denied) Unable to lock the administration directory (/var/lib/dpkg), are you root? 既然提示没权限,我就用sudo apt-get install nginx,但是就出现了sudo: command not found 然后呢,然后我就不知道怎么办了。。。debian...
提示: Could not open lock file /var/lib/dpkg/lock - open (13:permission denied) Unable to lock the administration directory (/var/lib/dpkg), are you root? 既然提示没权限,我就用sudo apt-get install nginx,但是就出现了sudo: command not found 然后呢,然后我就不知道怎么办了。。。debian...
如果在 Debian 系统中运行 curl 命令时出现 “command not found” 错误消息,那么很可能是因为 curl 没有被安装在你的系统中。你可以使用以下命令在 Debian 上安装 curl:sudo apt-get updatesudo apt-get install curl 这将更新软件包列表并安装 curl 软件包。安装完成后,你应该能够正常运行 curl 命令。如果 ...
如果在 Debian 系统中运行curl命令时出现 "command not found" 错误消息,那么很可能是因为curl没有被安装在你的系统中。 你可以使用以下命令在 Debian 上安装curl: sudo apt-getupdate sudo apt-getinstall curl 这将更新软件包列表并安装curl软件包。安装完成后,你应该能够正常运行curl命令。
原文链接:http://sharadchhetri.com/2013/08/07/sudo-command-not-found-debian-7/ To solve this issue install sudo in Debian,follow the given below steps Step 1: First you have to become super user (root) su- Step 2: Now install sudo with the help of command apt-get ...
提示: Could not open lock file /var/lib/dpkg/lock - open (13:permission denied) Unable to lock the administration directory (/var/lib/dpkg), are you root? 既然提示没权限,我就用sudo apt-get install nginx,但是就出现了sudo: command not found 然后呢,然后我就不知道怎么办了。。。debian...