Questions tagged «apt»

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



4
apt-get停留在0 [连接到us.archive.ubuntu.com]
当我升级时,它会卡在这里: user@plato:~# sudo apt-get upgrade Reading package lists... Done Building dependency tree Reading state information... Done Calculating upgrade... Done The following packages will be upgraded: bind9-host coreutils cpio curl dnsutils libbind9-90 libc-bin libc-dev-bin libc6 libc6-dev libcgmanager0 libcurl3 libcurl3-gnutls libdns100 libdrm-intel1 libdrm-nouveau2 libdrm-radeon1 libdrm2 libisc95 libisccc90 libisccfg90 libjasper1 liblwres90 libplymouth2 libsepol1 …

5
如何获取和修改通过apt-get安装的软件包的源代码?
我假设所有通过安装的应用程序apt-get都是开源的;但是对于以这种方式可用的那些,我在哪里可以获取这些应用程序的源代码并进行更新? 我有一些经常使用的应用程序,这些应用程序已经不再积极开发,我想添加功能。我在哪里可以获得更新这些应用程序的权利? 在这种情况下,我指的是hellanzb软件包
162 apt 


14
我的/ boot分区命中率100%,现在我无法升级。无法删除旧内核以腾出空间
我的第一个问题是当我尝试apt-get update或apt-get upgrade。升级时出现以下错误: You might want to run 'apt-get -f install' to correct these. The following packages have unmet dependencies: linux-image-server : Depends: linux-image-3.2.0-27-generic but it is not installed E: Unmet dependencies. Try using -f. 我试着运行apt-get install -f,这是输出(在提示符后回答是之后) (Reading database ... 186183 files and directories currently installed.) Unpacking linux-image-3.2.0-27-generic (from …

3
如何重新运行引导加载程序?
跑步sudo apt-get -f install说The link /vmlinuz.old is a damaged link: you may need to re-run your boot loader[grub] 这是完整的输出: user@chrubuntu:~$ sudo apt-get -f install Reading package lists... Done Building dependency tree Reading state information... Done The following packages were automatically installed and are no longer required: linux-headers-3.13.0-32 linux-headers-3.13.0-32-generic linux-image-3.13.0-32-generic linux-image-extra-3.13.0-32-generic …
150 boot  grub2  apt  kernel  bootloader 

8
如何卸载LibreOffice?
我应该删除哪个软件包才能完全删除libreoffice?我不需要办公工具。 这就是我对像apt这样的程序包管理器的苦恼,没有简单的方法来执行删除有害软件的基本任务:S




3
“找不到方法驱动程序/ usr / lib / apt / methods / https”更新错误
sudo apt-get update E: The method driver /usr/lib/apt/methods/https could not be found. michael@Ubuntu:~$ sudo apt-get clean michael@Ubuntu:~$ cd /var/lib/apt michael@Ubuntu:/var/lib/apt$ sudo mv lists lists.old michael@Ubuntu:/var/lib/apt$ sudo mkdir -p lists/partial michael@Ubuntu:/var/lib/apt$ sudo apt-get clean michael@Ubuntu:/var/lib/apt$ sudo apt-get update E: The method driver /usr/lib/apt/methods/https could not be found. E: Could not get …
145 apt  updates 

10
升级时没有足够的可用磁盘空间
尝试进行日常更新时,我在软件更新程序中遇到错误。它说: The upgrade needs a total of 25.3 M free space on disk `/boot`. Please free at least an additional 25.3 M of disk space on `/boot`. Empty your trash and remove temporary packages of former installations using `sudo apt-get clean`. 我尝试在sudo apt-get clean终端中输入内容,但仍然收到消息。我阅读的所有页面似乎都是针对经验丰富的Ubuntu用户的。我正在运行Ubuntu 12.10。我想升级到13.04,但明白我必须先完成这些。 这是输入cat /etc/fstab终端的输出: # /etc/fstab: static …
142 apt  upgrade 



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.