Questions tagged «apt»

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

2
PPA和ubuntu-drivers列出了Nvidia驱动程序410,但似乎无法通过apt安装
我有GTX 660M和Ubuntu 18.04 64位。 根据官方网站,此卡的最新图形驱动程序为410.66版本。 该图形驱动程序PPA说 Current long-lived branch release: `nvidia-410` (410.66) 目前,我已经安装了nouveau驱动程序,lsmod并且apt-get purge 'nvidia*'不执行任何操作。 我已经完成add-apt-repository ppa:graphics-drivers,apt-get update并重新启动。 运行ubuntu-drivers devices给出此输出 == /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0 == modalias : pci:v000010DEd00000FD4sv00001028sd00000551bc03sc00i00 vendor : NVIDIA Corporation model : GK107M [GeForce GTX 660M] driver : nvidia-304 - third-party free driver : nvidia-driver-390 - third-party free driver : …
13 drivers  apt  nvidia  ppa 

3
Ubuntu 18.04停留在升级linux-header
每当我尝试在Ubuntu 18.04中更新系统时,它都会停止: 每当它到达时Setting up linux-headers-<version>-generic。我不能从那里取消升级,但是即使您离开了几个小时,它也没有任何改变。如果我检查其中的过程,htop则表明它现在正在执行任何操作。如果我强制升级结束并尝试重新启动,则当我重试升级时,它表示先前的升级已被中断,我应该尝试使用sudo dpkg --configure -a它来解决问题。 我只是觉得很烦人,每当有可用的头文件升级时都必须这样做,尤其是因为我觉得这不应该发生,并且应该有一个更永久的修复程序。我想念什么或做错什么?

3
Ubuntu 16.04-apt-get更新-KEYEXPIRED
运行apt-get更新时,在Ubuntu 16.04上出现此错误: Err:15 http://download.opensuse.org/repositories/home:/Horst3180/xUbuntu_16.04 Release.gpg The following signatures were invalid: KEYEXPIRED 1496576244 当我跑步时: apt-key list | grep expired 我得到: pub 2048R/BEB6D886 2015-03-27 [expired: 2017-06-04] 因此,我尝试获取密钥: sudo apt-key adv --recv-keys --keyserver keys.gnupg.net BEB6D886 我得到: Executing: /tmp/tmp.oLjKJZ7zza/gpg.1.sh --recv-keys --keyserver keys.gnupg.net BEB6D886 gpg: requesting key BEB6D886 from hkp server keys.gnupg.net gpg: key BEB6D886: …
13 apt 

4
如何在apt中摆脱arm64
W: Invalid 'Date' entry in Release file /var/lib/apt/lists/_var_cuda-repo-8-0-local_Release N: Skipping acquire of configured file 'non-free/binary-arm64/Packages' as repository 'http://repository.spotify.com stable InRelease' doesn't support architecture 'arm64' E: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/xenial/main/binary-arm64/Packages 404 Not Found [IP: 91.189.88.161 80] E: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/xenial-updates/main/binary-arm64/Packages 404 Not Found [IP: 91.189.88.161 80] E: Failed to fetch …
13 16.04  apt  nvidia 

3
apt /无人值守升级使关机停顿
当unattended-upgrades安装时,9个10个停机/重启挂起,而“开始无人参与升级关闭”。该挂起将关闭过程停顿5-10分钟。 如果我通过禁用了无人值守的升级/etc/apt/apt.conf.d/20auto-upgrades and/or 50unattended-upgrades,则会出现问题。 如果我在关机/重新启动(sudo service unattended-upgrades stop)之前终止了服务,则仍然会出现问题。 如果我删除了软件包(sudo apt remove unattended-upgrades),则不会再出现此问题。 在新安装的上会发生这种情况Ubuntu Server 16.04.1(都是unattended-upgrades通过安装GUI进行安装或通过无人参与的升级手动安装) 两者Kern.log & syslog都没有显示关闭过程(我相信是因为文件系统已经卸载) 是否有其他人看到或解决了此问题?疯狂尝试对其进行故障排除。

1
如何在Ubuntu系统上升级到Ruby 2.2?
我正在使用Ubuntu Linux。以下是uname信息 myuser@myinstance:~$ uname -a Linux myinstance 3.18.0-52-generic #123-Ubuntu SMP Fri Feb 19 14:27:58 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux 我正在尝试升级机器上的Ruby版本,该机器当前安装在 /usr/lib/ruby/1.9.1 我尝试按照这里的建议进行操作— 通过apt安装ruby 2.2.3,但不幸的是,我收到错误消息,“ / usr / bin / ruby​​2.2的替代路径不存在”。升级系统以使用Ruby 2.2或更高版本的正确方法是什么? myuser@myinstance:~/racertracks$ sudo update-alternatives --install /usr/bin/ruby ruby /usr/bin/ruby2.2 400 \ > --slave /usr/bin/rake rake /usr/bin/rake2.2 \ > --slave /usr/bin/ri …

3
加载共享库时,GParted无法正常工作:libgtkmm-2.4.so.1
我不能跑步。 我已清除并重新安装,错误仍然存​​在。 这是sudo gparted在终端中运行的输出 $ sudo gparted /usr/sbin/gpartedbin: error while loading shared libraries: libgtkmm-2.4.so.1: cannot open shared object file: No such file or directory 我试图安装libgtkmm-2.4,我得到了: $ sudo apt-get install libgtkmm-2.4 Reading package lists... Done Building dependency tree Reading state information... Done Note, selecting 'libgtkmm-2.4-dev' for regex 'libgtkmm-2.4' Note, selecting 'libgtkmm-2.4-1c2a' …

1
节点软件包管理器以某种方式损坏,现在无法安装
今天,当我决定npm update -g在nodejs应用程序目录中使用时遇到了一个问题。这是一个错误的决定,因为它使我遇到了npm常见而灾难性的问题。 解决方案是重新安装nodejs和npm。不幸的是,当我使用sudo apt-get install npm它安装npm 时不起作用。 终端中的完整错误在这里: Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following …
13 apt  nodejs  npm 

2
如何在Ubuntu 14.04中安装ANT
我是Ubuntu新手,正在尝试在Ubuntu中安装Apache ANT 我下载了软件包(apache-ant-1.9.4-bin.tar.gz),并在终端中输入了以下命令 sudo apt-get install apache-ant-1.9.4-bin.tar.gz 我遇到了这两个错误 E: Unable to locate package apache-ant-1.9.4-bin.tar.gz E: Couldn't find any package by regex 'apache-ant-1.9.4-bin.tar.gz' 如果我用 /etc/apt/sources.list 1 deb-src http://ppa.launchpad.net/klaus-vormweg/bluefish/ubuntu trusty main$ 2 sudo apt-get install python-software-properties$ 3 # deb cdrom:[Ubuntu 14.04 LTS _Trusty Tahr_ - Release amd64 (20140417)]/ trusty main restricted$ 4 …
13 14.04  apt  apache-ant 

1
如何解决dpkg错误[2]?
每次尝试安装或删除软件包时,都会出现此错误。我以为可能是硬盘,但是磁盘检查为我带来了健康的清单。 dpkg: unrecoverable fatal error, aborting: reading files list for package 'linux-headers-3.16.0-31': Input/output error E: Sub-process /usr/bin/dpkg returned an error code (2) A package failed to install. Trying to recover: 我尝试了从dpkg状态文件中删除该文件列表的解决方案,但无济于事。我尝试清除包装,但没有用。由于目前我在Google上找不到任何帮助,因此我被困在这一点上。 更新: 现在,该错误说明了什么: dpkg: unrecoverable fatal error, aborting: E: Sub-process /usr/bin/dpkg returned an error code (2) A package failed to …
13 apt  dpkg 

1
什么是apt文件更新?
我遵循了这些说明,并且已经apt-file使用以下软件安装了其他软件包: sudo apt-get install gnupg pbuilder ubuntu-dev-tools bzr-builddeb apt-file 现在,每次我启动计算机时,都会收到以下通知: 所以我终于进入终端并输入命令: apt-file update 我得到以下输出: apt-file is now using the user's cache directory. If you want to switch back to the system-wide cache directory, run 'apt-file purge' Downloading complete file http://gb.archive.ubuntu.com/ubuntu/dists/utopic/Contents-amd64.gz % Total % Received % Xferd Average Speed Time Time …

2
无法在Docker中找到软件包libc6-dbg:i386
我正在尝试在基于Ubuntu的docker容器中安装libc6-dbg:i386,因为Valgrind需要它,但我不能。 鉴于以下Dockerfile: FROM ubuntu:14.04 MAINTAINER Me <xyz@example.com> RUN apt-get update RUN apt-get install libc6-dbg RUN apt-get install libc6-dbg:i386 在Ubuntu 14.04桌面64位主机上运行: sudo docker build . 我得到: Step 0 : FROM ubuntu:14.04 ---> 5506de2b643b Step 1 : MAINTAINER Me <xyz@example.com> ---> Using cache ---> b1792911b80d Step 2 : RUN apt-get update ---> …
13 14.04  apt  32-bit  docker  valgrind 

3
如何禁用update-apt-xapi
每天,随机的时间,我的旧笔记本电脑都无法使用。某件事决定消耗掉整个1GiB的RAM加上几百个MiB的交换空间,并损坏了我的硬盘。它使计算机屈服15-30分钟。 我将update-manager设置为从不检查更新,将update-notifier设置为不在启动时运行。 这只是再次发生,我发现update-apt-xapi正在运行,消耗了100%的CPU。当它消失时,我的计算机又可以使用了。除此之外,没有明显的罪魁祸首导致如此大的内存消耗和机器瘫痪。 如何阻止我的计算机每天锁定? 这是一台具有1GiB RAM的古老笔记本电脑,运行Xubuntu 14.04
13 apt  14.04  xubuntu 


1
管道是什么?指示在apt-cache rdepends中?
据我了解,rdepends列出了依赖于指定软件包的软件包。 例: $ apt-cache rdepends abiword abiword Reverse Depends: abiword:i386 xubuntu-desktop |python-carquinyol-0.96 pkpgcounter lubuntu-desktop junior-writing gnome |freemind-doc abiword-plugin-mathview abiword-plugin-grammar abiword-dbg 在此输出中,是什么|意思? 按这个问题,它的意思是“或” apt-cache depends,但是这似乎并没有与此有关(package1 或 package2根据abiword是不可能的)。
13 apt  apt-cache 

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.