Questions tagged «apt»

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

4
安装软件包时出现问题
由于出现此错误,我无法安装任何软件包: installArchives() failed: E: Cannot get debconf version. Is debconf installed? debconf: apt-extracttemplates failed: No such file or directory E: Cannot get debconf version. Is debconf installed? debconf: apt-extracttemplates failed: No such file or directory E: Cannot get debconf version. Is debconf installed? debconf: apt-extracttemplates failed: No such file or …

2
如何删除在特定日期之后安装的所有更新?
我已允许更新管理器安装200 Mib的更新,并且我认为这些更新使我的图形驱动程序出现问题。因此,我需要一种方法来删除自5月30日(例如12月30日)(或任何其他日期)以来已安装的更新。如果我必须手动删除它们(在逐一卸载它们的情况下),请您提供有关如何执行该操作的说明。

1
软件包升级期间会发生什么?
我最近开始在Launchpad上为我的软件构建Ubuntu软件包。它们非常简单。它们中的大多数仅包含一些文件和脚本,这些文件和脚本是通过.install .preinst .postinst .prerm和.postrm文件触发的。安装和删除似乎可以正常运行。但是,从一个版本升级到另一个版本很棘手。 升级软件包时会发生什么?与卸载以前的版本并安装新版本是否一样?是否删除了以前软件包中的所有文件,并用新软件包中.install列表中的文件替换了?是否已执行所有.prerm,postrm,preinst,postinst脚本?如何区分仅在“新安装”和升级期间发生的内容?


1
什么是apt-check,为什么它在引导期间运行?
因此,在UDS-P的一个会议中,我发现了这个很酷(有用)的程序,叫做bootchart。 在安装并运行它之后,我对其进行了分析并在此处比较了一些结果。在启动过程中有一个名为“ apt-check”的程序正在运行,运行时间为40秒,它占用大量CPU。这使我问了以下两个问题: 什么是apt-check? 为什么它在引导过程中运行? 我在运行Ubuntu 11.10和Windows XP Home的单核Atom处理器(N270),双引导计算机上运行。
12 11.10  boot  apt 


2
apt-get,aptitude和synaptic混合使用中可能出现的问题
尽管智能和突触都是APT的前端(我本人只坚持使用apt-get),但是当可互换使用dpkg / APT前端时,它们的特殊性似乎会引起问题和混乱。尤其是初学者-他们倾向于更频繁地进行复制和粘贴,从而或多或少地相同地执行apt-get和aptitude命令-可能会感到有些困惑。 请列出混淆起来时可能出现的问题,以及避免不得不依赖多个包装经理的提示。

1
appstreamcli:AppStream系统缓存已更新,但是发现了问题:元数据文件有错误:/var/cache/app-info/xmls/fwupd.xml
我该如何摆脱呢? $ sudo apt-get更新 点击数:1 http://se.archive.ubuntu.com/ubuntu xenial InRelease 点击数:2 http://se.archive.ubuntu.com/ubuntu xenial-updates InRelease 点击数:3 http://download.virtualbox.org/virtualbox/debian xenial InRelease 点击数:4 http://se.archive.ubuntu.com/ubuntu xenial-backports InRelease 点击数:5 http://ppa.launchpad.net/freecad-community/ppa/ubuntu xenial InRelease 获取:6 http://security.ubuntu.com/ubuntu xenial-security InRelease [107 kB] 点击数:7 http://ppa.launchpad.net/freecad-maintainers/freecad-daily/ubuntu xenial InRelease 点击数:8 http://ppa.launchpad.net/freecad-maintainers/freecad-stable/ubuntu xenial InRelease 点击数:9 http://ppa.launchpad.net/geany-dev/ppa/ubuntu xenial InRelease 获取:10 http://security.ubuntu.com/ubuntu xenial-security / main amd64软件包[517 kB] 点击数:11 …
12 16.04  apt  updates  appstream 

3
Remmina:即使清除并安装后,“未安装协议插件RDP”
当我决定升级到更高版本时,由于Remmina在复制(使用Ctrl+ C)或剪切(使用Ctrl+ X)时经常崩溃,当我使用Remmina 0.99.x或类似版本已有一段时间。 我使用此答案中概述的类似步骤进行了升级,并添加了Remmina的主PPA。 sudo add-apt-repository ppa:remmina-ppa-team/remmina-master sudo apt-get update sudo apt-get install remmina remmina-plugin-rdp 但是,当尝试连接Windows计算机时,Remmina弹出了一个弹出窗口,告诉我 未安装协议插件RDP。 我尝试修复此问题,但无济于事,甚至清除Remmina并重新安装(我必须承认,中间没有重新启动)。 sudo apt-get purge remmina-* sudo apt-get autoremove sudo apt-get install remmina remmina-plugin-vnc remmina-plugin-rdp 但是到目前为止,没有任何效果。我已切换到rdesktop,但是如何解决Remmina?

1
Ubuntu 16.04:“正在设置快照...”,dpkg冻结
我只是定期进行更新: ~$ sudo apt-get upgrade Reading package lists... Done Building dependency tree Reading state information... Done Calculating upgrade... Done 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1 not fully installed or removed. After this operation, 0 B of additional disk space will be used. Do …
12 apt  16.04  dpkg  snap 

3
如何删除PHP 5.6
我只是按照ondej的PPA按照指南将PHP7添加到服务器中。现在,我想删除旧的php,所以很明显,我这样做了sudo apt-get remove --purge php5,ti似乎一切正常,除非未卸载。如果可以,php -v我会得到版本7,但仍然可以php5 -v得到5.6或php5.6 -v得到相同的结果。当我这样做sudo apt-get remove php5(或php5.6)时,我得到的是该软件包尚未安装,但显然是因为我可以执行命令。 x@x-server:~$ php -v PHP 7.0.6-1+donate.sury.org~trusty+1 (cli) ( NTS ) Copyright (c) 1997-2016 The PHP Group Zend Engine v3.0.0, Copyright (c) 1998-2016 Zend Technologies with Zend OPcache v7.0.6-dev, Copyright (c) 1999-2016, by Zend Technologies x@x-server:~$ php5 -v PHP 5.6.21-1+donate.sury.org~trusty+1 (cli) …

6
在Ubuntu 16.04上MongoDB安装失败
我按照MongoDB官方网站(https://docs.mongodb.org/manual/tutorial/install-mongodb-on-ubuntu/)上的说明进行操作,尝试安装MongoDB时出现此错误。如何解决此问题以及出了什么问题?记住我正在使用最新的Ubuntu 16.04版本 sudo apt-get install -y mongodb-org Reading package lists... Done Building dependency tree Reading state information... Done You might want to run 'apt-get -f install' to correct these: The following packages have unmet dependencies: mongodb-org : Depends: mongodb-org-shell but it is not going to be installed Depends: mongodb-org-server but …
12 apt  16.04  mongodb 

2
如何在Ubuntu 14.04中安装PgAdmin3版本1.20.0
我尝试使用PPA安装 首先,我将链接添加到文件存储库source.list目录/etc/apt/sources.list $ Sudo nano /etc/apt/sources.list deb http://ppa.launchpad.net/pitti/postgresql/ubuntu precise play deb-src http://ppa.launchpad.net/pitti/postgresql/ubuntu precise play 其次,我使用命令更新了存储库 $ Sudo apt-get update 虽然有错误 : W: GPG error: precise http://ppa.launchpad.net Release: The following signatures could not be verified Because The public key is not available: NO_PUBKEY 99B656EA8683D8A2 我添加了一种克服apt-key的方法,创建了一个文件夹Key1,其中包含代码key1下面的链接上的 代码 然后我运行命令 $ Sudo apt-key add …

4
如何使用apt-get从安装中排除特定软件包?
我想从特定的软件包中排除特定的软件包apt-get,也就是说,安装不包含特定软件包列表的元软件包,最好是调用apt-get。 例如,在Ubuntu 14.04 LTS命令行中,我正在安装MATE桌面环境。在14.04中,LTS MATE不是官方产品,因此我添加了PPA: sudo apt-get install software-properties-common # need them for 'apt-add-repository' sudo apt-add-repository ppa:ubuntu-mate-dev/ppa sudo apt-add-repository ppa:ubuntu-mate-dev/trusty-mate sudo apt-get update 然后安装: sudo apt-get install xorg mate-core --no-install-recommends 即使没有额外的推荐,mate-core安装3个终端仿真器:xterm,uxterm和mate-terminal ,后者缺乏适当的字体,而安装在该最小配置。 假设我认为3个终端程序太多了,我想安装xorg,mate-core 不带 xterm和mate-terminal。我可以 sudo apt-get install xorg mate-core --no-install-recommends sudo apt-get purge xterm mate-terminal 但是有可能一口气做到这一点吗?是否有一些语法像 sudo apt-get install …

4
在Python中导入模块(mpl_toolkits.basemap)时出现问题
所以问题是这样的:我正尝试学习如何使用shapefile使用Python绘制地图。互联网上有很多示例,但是几乎所有示例都以类似 from mpl_toolkits.basemap import Basemap 当我尝试将其输入到IPython笔记本中时,Python控制台或Pycharm返回 ImportError: No module named 'mpl_toolkits.basemap' 可以的下一个响应时间是到sudo apt-get install python-mpltoolkits.basemap。运行,返回: Reading package lists... Done Building dependency tree Reading state information... Done python-mpltoolkits.basemap is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 12 not upgraded. 我尝试过sudo apt-get remove python-mpltoolkits.basemap,然后使用apt-get重新安装,没有任何乐趣。 如何使系统识别该模块存在,或者如何以Python解释器可识别的方式重新安装该模块?
12 apt  python 

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.