Tag: 包管理

当GETDEB存储库关闭时,我该怎么办?

我正在尝试从getdeb repo安装程序/文件,但得到“检查您的互联网连接”错误。 比我尝试的程序包括Qbittorrent和Mozilla-Plugin-VLC。 通过终端我收到以下错误: Err http://archive.getdeb.net/ubuntu/ natty-getdeb/apps qbittorrent amd64 2.8.2-1~getdeb2 Could not connect to archive.getdeb.net:80 (209.105.191.78). – connect (113: No route to host) E: Failed to fetch http://archive.getdeb.net/ubuntu/pool/apps/q/qbittorrent/qbittorrent_2.8.2-1~getdeb2_amd64.deb: Could not connect to archive.getdeb.net:80 (209.105.191.78). – connect (113: No route to host) & Err http://archive.getdeb.net/ubuntu/ natty-getdeb/apps mozilla-plugin-vlc amd64 1.1.10-1~getdeb1 Could not connect to archive.getdeb.net:80 (209.105.191.78). – […]

我怎样才能避免内核更新?

我想冻结Kubuntu 14.04.1 LTS Trusty的内核版本。 是否足以评论/etc/apt/source.list第5行和第6行(见下文)? 4 … 5 deb http://de.archive.ubuntu.com/ubuntu/ trusty main restricted 6 deb-src http://de.archive.ubuntu.com/ubuntu/ trusty main restricted 7 … 这是检查正在使用的内核(前面带有“i”的内核): root:~# aptitude search linux-image-generic linux-headers-generic i A linux-headers-generic – Generische Linux-Kernel-Header p linux-headers-generic-lts-quantal – Generische Linux-Kernel-Header p linux-headers-generic-lts-raring – Generische Linux-Kernel-Header p linux-headers-generic-lts-saucy – Generische Linux-Kernel-Header p linux-headers-generic-lts-trusty – Generische Linux-Kernel-Header p linux-headers-generic-lts-utopic […]

关于compiz,libkf5akonadisearch-bin包的Unknown Multi-Arch类型从14.04升级到16.04的错误

我正在尝试使用do-release-upgrade将我的14.04机器升级到16.04。 下载了wily的包列表后,我看到以下错误: Unknown Multi-Arch type ‘no’ for package ‘compiz-core’ Unknown Multi-Arch type ‘no’ for package ‘compiz-gnome’ Ignoring Provides line with DepCompareOp for package python-cffi-backend-api-max Ignoring Provides line with DepCompareOp for package python-cffi-backend-api-min Ignoring Provides line with DepCompareOp for package python3-cffi-backend-api-max Ignoring Provides line with DepCompareOp for package python3-cffi-backend-api-min Unknown Multi-Arch type ‘no’ for package ‘libkf5akonadisearch-bin’ […]

在Ubuntu上获得+安装gcc / g ++ 4.9?

如何安装最新版本的gcc和g ++? 我正在使用各种C ++ 11和C ++ 1yfunction; 这就是我需要这个的原因。

我安装的应用程序在哪里?

我在Ubuntu中安装了Skype,但我不知道从哪里开始安装Skype应用程序。同样我安装了Netbeans和其他应用程序但是它们的图标没有出现在任何菜单中。 相关:如何卸载已安装的应用程序?

如何禁止安装特定的包?

我是否可以将Ubuntu配置为永远不会安装特定的包,即使我安装的另一个包需要它?

在这个特定的场景中使用命令apt-get autoremove是否安全?

我最后一次使用sudo apt-get autoremove ,几乎所有重要的显示驱动程序或部件都被删除了。 这使我对再次使用该命令非常苛刻。 但是,每次我安装或使用apt-get update ,终端都会读取: The following packages were automatically installed and are no longer required: devilspie libturbojpeg:i386 libxrandr-ltsr2 language-pack-kde-en kde-l10n-engb language-pack-kde-en-base libxv1:i386 libllvm3.2 libllvm3.2:i386 linux-generic-lts-raring Use ‘apt-get autoremove’ to remove them. 我尝试了命令clean ,消息停止显示一段时间。 我的问题是它是否可以安全地运行autoremove命令,还是会再次丢失所有内容? 有没有办法检查在这个特定(或任何)情况下使用autoremove是多么安全?

如何解决“无法下载存储库信息”?

每当我尝试使用Ubuntu软件中心安装任何东西时,都会出现以下错误。 无法下载存储库信息 检查您的Internet连接。 E:Unable to parse package file /var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_precise_multiverse_i18n_Index (1)

什么是“质量差”包?

如果我安装质量差但仍然安装的软件包,会有什么样的质量软件包是什么意思?

我怎么知道apt-get包中包含哪些程序?

我想知道一些特定的软件包安装的内容,例如,在安装ncurses ,我发现TAB密钥扩展了: sudo apt-get install ncurses- 显示: ncurses-base ncurses-doc ncurses-hexedit ncurses-bin ncurses-examples ncurses-term 我怎么知道ncurses-term installs呢? 我主要对程序感兴趣,但库和任何其他文件类型也可能有用。 如果可能, 命令行方法将是首选( 任何其他方法也被接受)。