Questions tagged «apt»

有关Debian及其衍生产品的标准软件包管理系统APT(高级包装工具)的使用,设计,功能等方面的问题。



5
超级牛势力背后的故事是什么?
众所周知,apt-get拥有超级牛的力量,aptitude但没有: $ apt-get --help | grep -i cow This APT has Super Cow Powers. $ aptitude --help | grep -i cow This aptitude does not have Super Cow Powers. 当然,APT还有一个复活节彩蛋: $ apt-get moo (__) (oo) /------\/ / | || * /\---/\ ~~ ~~ ...."Have you mooed today?"... 我很好奇,这个复活节彩蛋背后有故事吗?它的历史是什么?我知道它已经使用了很长时间了-从Debian早期发行版中的apt来源快速复制中,它在Debian 2.2(马铃薯; apt …
286 debian  apt  history 


9
说服apt-get * not *使用IPv6方法
我工作的ISP正在建立内部IPv6网络,以准备最终连接到IPv6 Internet。结果,该网络中的多个服务器现在在运行时默认尝试通过其IPv6地址连接到security.debian.org apt-get update,这导致每当我下载任何类型的更新时都必须等待很长的超时时间。 有没有办法让他们倾向于偏爱IPv4或完全忽略IPv6?
239 apt  ipv6 

16
列出可用更新,但不安装它们
我希望我的cron运行报告脚本能够在程序包有更新的情况下通知我。是一种方法,可以apt-get给我可用的更新列表,但不执行其他任何操作?
208 apt 

5
如何使用apt-get更新到较新版本的Git?
我刚刚使用Ubuntu Oneiric 11.10设置了新计算机,然后运行 apt-get update apt-get upgrade apt-get install git 现在,如果我运行git --version它,它会告诉我我有,git version 1.7.5.4但是在我的本地计算机上,我有更新的git version 1.7.9.2 我知道我可以从源代码安装以获得最新版本,但我认为最好使用软件包管理器来使所有内容保持标准化。 那么有可能使用apt-get来获得的较新版本git,正确的方法是什么?
155 ubuntu  apt  upgrade  git 

4
如何在Debian中从Shell添加存储库?
在Ubuntu中,可以通过以下命令添加存储库- sudo add-apt-repository ppa:yannubuntu/boot-repair 由于Ubuntu是基于Debian代码库的,所以我期望在Debian中也能使用,但事实并非如此。 这是什么原因呢? 还有其他一些我可以使用的shell命令吗? 注意:我知道我可以编辑/etc/apt/sources.list,但是我想通过shell来实现。我也想知道为什么当代码库相同时,相同的命令不起作用。
141 shell  debian  apt  repository  ppa 


2
gpg:密钥服务器接收失败:没有dirmngr
尝试在Debian Stretch服务器中接收密钥时,出现以下错误: sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF Executing: /tmp/apt-key-gpghome.4B7hWtn7Rm/gpg.1.sh --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF gpg: failed to start the dirmngr '/usr/bin/dirmngr': No such file or directory gpg: connecting dirmngr at '/tmp/apt-key-gpghome.4B7hWtn7Rm/S.dirmngr' failed: No such file or directory gpg: keyserver receive failed: No dirmngr
94 debian  apt  gpg 

5
无法在64位ubuntu上找到软件包docker-ce
我正在尝试按照官方安装指南在Ubuntu 64计算机上安装Docker 。 可悲的是,Ubuntu似乎无法找到该docker-ce软件包。有任何解决方案或至少跟踪发生的事情的想法吗? 这里为您提供一些细节... $ uname --all; sudo grep docker /etc/apt/sources.list; sudo apt-get install docker-ce Linux ubuntu 4.4.0-62-generic #83-Ubuntu SMP Wed Jan 18 14:10:15 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux deb [arch=amd64] https://download.docker.com/linux/ubuntu xenial stable. # deb-src [arch=amd64] https://download.docker.com/linux/ubuntu xenial stable. Reading package lists... Done Building dependency tree Reading …

4
什么叫“ apt-get更新”?
Debian apt-get update获取并更新软件包索引。因为我已经习惯了这种处理方式,所以我惊讶地发现这样yum update做可以完成所有工作并升级系统。这让我很好奇如何在不安装任何内容的情况下更新包索引。


4
“保留以下软件包”是什么意思?
执行此操作时apt-get upgrade,有时会收到一条消息,指出“以下软件包已保留”。例如: $ sudo apt-get upgrade Reading package lists... Done Building dependency tree Reading state information... Done The following packages have been kept back: linux-headers-server linux-image-server linux-server 0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded. 这到底是什么意思?显然,这些软件包已被保留并且没有安装,但是为什么呢? 接下来的问题是:如何升级这些保留的软件包?
72 apt  upgrade 

3
-bash:sudo:找不到命令
我正在尝试部署Django应用。当我打印时, apt-get update 我看到 W: Unable to read /etc/apt/apt.conf.d/ - DirectoryExists (13: Permission denied) W: Unable to read /etc/apt/sources.list.d/ - DirectoryExists (13: Permission denied) W: Unable to read /etc/apt/sources.list - RealFileExists (13: Permission denied) E: List directory /var/lib/apt/lists/partial is missing. - Acquire (13: Permission denied) E: Unable to read /var/cache/apt/ …
63 debian  apt  sudo  su 

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.