Questions tagged «apt»

Advanced Packaging Tool,基于Debian的发行版的软件包管理器。它也是在Ubuntu中安装软件包的最常用工具。有关使用任何apt工具的问题,应使用此标记。

1
无法找到软件包software-properties-common [关闭]
在我的15.04 ubuntu(我将其作为虚拟服务器)上,我想安装unity ...但要一步一步操作,所以fist software-properties-common很常见,但是我得到了: sudo apt-get install software-properties-common Reading package lists... Done Building dependency tree... Done E: Unable to locate package software-properties-common 有人可以帮忙继续吗? /# cat /etc/apt/sources.list deb http://archive.ubuntu.com/ubuntu vivid main restricted universe deb http://archive.ubuntu.com/ubuntu vivid-updates main restricted universe deb http://security.ubuntu.com/ubuntu vivid-security main restricted universe multiverse deb http://archive.canonical.com/ubuntu vivid partner /# …

2
无法将/ run / systemd / ask-password添加到目录监视:设备上没有剩余空间?
有谁知道为什么我在ubuntu 16.04.1上使用samba的新更新发布此消息? Paramétrage de samba (2:4.3.9+dfsg-0ubuntu0.16.04.3) ... Failed to add /run/systemd/ask-password to directory watch: No space left on device: 由于我有太多空间,所以我不明白: df -h Sys. de fichiers Taille Utilisé Dispo Uti% Monté sur udev 16G 0 16G 0% /dev tmpfs 3,2G 11M 3,2G 1% /run /dev/sda2 107G 49G 53G 48% / tmpfs …
34 apt  16.04  updates  samba 

2
Nginx官方PPA给出KEYEXPIRED gpg错误
每次执行apt-get升级时,都会出现以下错误: GPG错误:http ://nginx.org可信发布:以下签名无效:KEYEXPIRED 1471427554 通过将以下内容添加到我的sources.list中,我只是以标准方式安装了官方nginx ppa deb http://nginx.org/packages/ubuntu/ trusty nginx deb-src http://nginx.org/packages/ubuntu/ trusty nginx 这是他们最终有希望解决的错误,还是我最终需要做的事情?
34 apt  repository  nginx 

4
apt完全升级与apt-get dist升级
按照手册页: apt 有参数 full-upgrade apt-get有参数dist-upgrade。 两者是相同的命令吗? 顺便说一句:正式在Ubuntu 16.04中推荐使用哪个命令?apt还是apt-get?
34 command-line  apt 

1
sudo apt-get install和sudo apt install有什么区别
我安装了许多软件包,sudo apt-get install但是当我键入时, sudo apt --help它提供了一个直接的选项,可以通过sudo apt install [package name]... 进行安装,因此,两者之间有什么区别?如果我不将'get'与'apt'一起使用,是否有任何问题?

3
我的存储库列表中是否真的需要“源代码”?
运行时,需要很长时间来更新软件源: sudo apt-get update 我相信这会在apt-get从存储库下载源代码时发生,在我的例子中是埃塞俄比亚的源代码。碰到类似以下内容时,它的速度实际上会变慢: http://et.archive.ubuntu.org .... 我检查了添加源的位置,该源位于源代码选项下。我需要下载源代码吗?如果没有,我可以取消选中该选项而不会造成任何后果吗?
34 apt 

4
如何从命令行查找需要更新的软件包数量?
我正在使用Fabric进行一些系统管理员自动化,因此我希望能够监视需要在给定机器上升级的软件包数量。这是我第一次登录计算机时看到的相同信息,即以下部分: 35 packages can be updated. 22 updates are security updates. 有没有我可以运行的命令(最好是没有该命令sudo),仅给出该信息? 我看过apt-python绑定,但是它们似乎有很高的学习曲线,而且它们似乎也发生了很大的变化-我希望某些东西至少可以追溯到清醒的时候,而无需在不同的Ubuntu版本上执行不同的操作。

2
apt-get install和apt-get build-dep有什么区别?
在apt-get man的页面上,可以找到以下内容: install pkg(s) 此选项后是一个或多个安装所需的软件包。每个软件包都是软件包名称,而不是完全限定的文件名(例如,在Fedora Core系统中,glibc是提供的参数,而不是glibc-2.4.8.i686.rpm)。 指定安装的软件包所需的所有软件包也将被检索和安装。 [...] build-dep source_pkg 导致apt-get安装/删除软件包,以 尝试满足源软件包的构建依赖性。 听起来这两者都在尝试满足依赖关系,但是在安装matplotlib这些组件时,我得到了不同的结果:在我的virtualenv中apt-get intall无法与我的后续组件pip install matplotlib一起工作,而apt-get build-dep在*中则无法工作。 *是的,我需要安装matplotlib在venv中,但是pip无法解决某些依赖关系,因此我懒惰地使用apt来解决它
33 apt 


1
使用sudo app-get install安装不起作用,“不对只读文件/ var / lib / dpkg / lock使用锁定”
我刚刚在Nexus 7上安装了Ubuntu Touch。 不幸的是,我无法从终端应用程序安装任何东西: 如果输入: sudo apt-get install yasm -y git make g++ build-essential libminiupnpc-dev 我得到: W: Not using locking for read only lock file /var/lib/dpkg/lock E: Unable to write to /var/cache/apt/ E: The package lists or status file could not be parsed or opened. 我已经重启了设备并用Google搜索,但是还没有成功。 谁能帮我吗? 谢谢!

7
node.js冲突:/ sbin / node与/ usr / bin / node
我有两台Ubuntu 12.10机器:机器A是VMWare VM,机器B是旧的Acer笔记本电脑。在两台计算机上,我都使用apt-get安装了节点。但是,机器A将主要二进制文件安装为/usr/bin/node,机器B 将安装为/usr/bin/nodejs。这是我观察到的一些行为: 两台机器均/usr/bin/node响应该which node命令而返回。但是,机器B上没有这样的文件。 发出命令node适用于机器A,而不是机器B。在机器B上,我必须使用它nodejs。 在B上,有一个名为/ sbin / node的二进制文件,A没有。 在两台机器上进行开发时,这些行为会导致不一致问题。现在,我通过这样重命名B上的二进制文件来解决: sudo mv /sbin/node /sbin/node-sbin sudo ln -s /usr/bin/nodejs /usr/bin/node 有没有一种方法可以真正解决此问题,所以该节点将安装为/usr/bin/node而不是/usr/bin/nodejs?
32 apt  nodejs 

3
如何减少存储库更新的等待时间
在执行aptitude update/ apt-get update或使用Update Manager进行更新时,有时我会到达花费太长时间的存储库链接。该百分比不会结束,并且需要相当长的时间才能忽略它。 我该如何减少时间,以便如果特定存储库的连接或完成时间超过10秒,则应忽略它并移动以下存储库。这是说明问题的图像: 它正尝试连接到archive.ubuntu.com,但由于花费的时间太长,它只在那儿坐了至少3至5分钟(尚未测量时间),然后显示为已忽略,并移至以下位置。我希望将其更改为秒而不是分钟。
32 apt  updates 

6
mysql-admin和query-browser在哪里?
在终端中,我运行以下命令: sudo apt-get install mysql-server sudo apt-get install mysql-admin sudo apt-get install mysql-query-browser 使用第一个命令-一切正常。 但是对于最新的两个命令: Unable to locate package. 我的问题:为什么我无法安装管理员和查询浏览器?
32 apt  mysql 

8
“ GPG错误:以下签名无效:KEYEXPIRED”
尝试更新包裹列表时遇到的错误。 W: GPG error: http://download.opensuse.org ./ Release: The following signatures were invalid: KEYEXPIRED 1436387333 E: Some index files failed to download. They have been ignored, or old ones used instead.
32 apt 

3
如何解决dpkg依赖关系?
administrator@zlounes:~$ sudo apt-get dist-upgrade Reading package lists... Done Building dependency tree Reading state information... Done You might want to run 'apt-get -f install' to correct these. The following packages have unmet dependencies: linux-server : Depends: linux-headers-server (= 3.2.0.37.44) but 3.2.0.37.45 is installed E: Unmet dependencies. Try using -f. administrator@zlounes:~$ sudo …

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.