Questions tagged «package-management»

有关软件包管理的问题,尤其是APT和dpkg系统。

6
如何从某个存储库中删除所有软件包?
为了从10.04顺利升级到10.10,我想删除默认存储库中没有的所有软件包(例如,铬PPA和第三方存储库)。查找和删除这些软件包的最简单方法(最好是CLI)是什么? 编辑:这个问题不仅限于PPA,我也有一个x2go存储库,所以我正在寻找一个通用命令来删除属于某个存储库的软件包。对于PPA,如何删除PPA有很好的答案。

2
emacs和emacs-lucid软件包之间的区别
安装Ubuntu(13.10)之后,我在软件中心找到了两个版本的Emacs 24: GNU Emacs 24(emacs24) GNU Emacs 24(emacs24-透明) 我不了解它们之间的区别以及安装哪个版本更好。我将eemas与scheme,clips和其他功能语言一起使用。我更喜欢哪个版本?


3
软件包名称中的“ -ng”后缀是什么意思?
几个软件包名称包含后缀-ng: $ apt-cache search "\-ng$" linux-wlan-ng - utilities for wireless prism2 cards aircrack-ng - wireless WEP/WPA cracking utilities apt-cacher-ng - caching proxy server for software repositories bwm-ng - small and simple console-based bandwidth monitor etpan-ng - console mail user agent based on libEtPan! fakeroot-ng - Gives a fake root environment …


6
如何在不依靠Google的情况下确定其中包含的包裹?
我经常发现自己想安装一些东西,但是不确定其中包含什么软件包。这对我来说是很常见的情况: $ make html sphinx-build -b djangohtml -d _build/doctrees . _build/html make: sphinx-build: Command not found make: *** [html] Error 127 $ sudo apt-get install sphinx E: Unable to locate package sphinx $ sudo apt-get install sphinx-build E: Unable to locate package sphinx-build 谷歌 $ sudo apt-get install python-sphinx 有没有更好的办法?


1
有Ubuntu健全性检查吗?
是否有标准程序针对Deb软件包对Ubuntu系统进行“单元测试”? 假设系统根据软件包管理器安装了ubuntu-desktop。我能否找出文件系统是否在ubuntu-desktop和依赖项中拥有所有文件? 相关问题:查找文件损坏的软件包

1
使用APT安装/升级的软件包存储在哪里?
随着时间的流逝,我们倾向于进行apt-get安装以及添加或替换软件。 这些文件是否以某种形式存档,或者在安装后会自动清除?如果没有自动清除,这意味着需要清理,不是吗? 最后,如果没有自动删除它们,我们可以在其他计算机上重复使用这些软件包吗?

3
如何安装Fortran 77编译器?
我刚刚在笔记本电脑上安装了12.04 LTS,这有点新。我需要用Fortran 77编写一些程序,并且需要Fortran 77编译器。我已经尝试按照Ubuntu网站中的说明安装g77,但无法执行。我在终端中输入了以下内容: sudo apt-get install g77 并获得以下信息: Reading package lists... Done Building dependency tree Reading state information... Done Package g77 is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source …


4
常见的维护任务是什么?
当我使用Windows时,我曾经每月运行一次碎片整理,ccleaner和revouninstaller,以保持系统和注册表的清洁。 我知道ubuntu(和所有Linux发行版)具有不同的系统结构,不需要碎片整理,但我听说有一些维护任务可以帮助保持系统清洁(例如sudo apt-get cleanor sudo apt-get autoremove)。 您知道并经常使用哪些命令/软件(并请解释它们的功能以及它们是否会损害系统稳定性)?


6
如何在Ubuntu 13.10中安装Google Earth 64bit,ia32-libs依赖错误
我想安装Google-Earth,它需要ia32-libs。所以,我做到了,apt-get install ia32-libs但错误弹出为: Reading package lists... Done Building dependency tree Reading state information... Done Package ia32-libs is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source However the following packages replace it: …

2
如何列出所有安装的具有特定版本号的软件包?
我想列出所有已安装的软件包,以及系统上的特定版本号。我已签出dpkg --get-selections(如何列出所有已安装的软件包),但没有显示我需要的东西。例如: $ dpkg --get-selections apache2 apache2 install 显示已安装apache2,但未安装该版本。我最近做了apt-get upgrade这样apache2.2.22-1 应该是安装版(http://packages.ubuntu.com/precise-updates/apache2.2-common),但我怎么能证明? 谢谢!

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.