Questions tagged «package-management»

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

7
包管理器有什么区别?
,,和之间有什么区别apt-get,对于正常的日常包裹管理,建议选择哪个?aptitudesynaptic 这是一个基本的问题,但是我认为在站点上可以得到很好的信息,此外,我对Ubuntu还是比较陌生,因此可以使用专家的解释。

4
为什么Ubuntu转向Snappy软件包?
为什么Ubuntu会转储.deb软件包并转移到.snappy软件包?(至少目前,他们保留.deb软件包以进行正态分布)。.deb已经是那里最受欢迎的打包文件。 这样就可以了解Snappy软件包的格式。但是现有的deb软件包会发生什么?迁移到Snappy有明显的优势吗?值得付出痛苦吗?


6
跳过获取配置文件“ main / binary-i386 / Packages”作为存储库“ xxx”不支持架构“ i386”
发出以下错误消息: sudo apt-get update Get:1 http://us.archive.ubuntu.com/ubuntu xenial InRelease [95.8 kB] Ign:2 http://repo.mongodb.org/apt/debian wheezy/mongodb-org/3.2 InRelease Ign:3 http://dl.google.com/linux/chrome/deb stable InRelease Hit:4 http://ppa.launchpad.net/canonical-x/vulkan/ubuntu xenial InRelease Hit:5 http://repo.mongodb.org/apt/debian wheezy/mongodb-org/3.2 Release Hit:6 http://us.archive.ubuntu.com/ubuntu xenial-security InRelease Ign:7 http://dl.google.com/linux/talkplugin/deb stable InRelease Hit:8 http://us.archive.ubuntu.com/ubuntu xenial-updates InRelease Ign:9 http://linux.dropbox.com/ubuntu wily InRelease Hit:10 http://ppa.launchpad.net/numix/ppa/ubuntu xenial InRelease Get:12 http://dl.google.com/linux/chrome/deb stable Release …

4
如何处理软件中心中的“未经身份验证的源”错误?
我通过软件中心尝试进行的任何安装都告诉我: 需要安装不受信任的软件包:该操作将需要从未经身份验证的来源安装软件包。 我apt-get update从命令行执行了一个操作,然后删除了密钥损坏的软件源(我添加了PPA),然后在软件中心的软件源中取消选中它们,但无济于事。我再也无法从软件中心安装任何东西-仅在apt-get命令行中安装。 卸载/安装是唯一的选择吗?我不想破坏我拥有的其他PPA。 附加信息: 这是apt-get update中的粘贴: Reading package lists... Done W: GPG error: http://ppa.launchpad.net oneiric Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY B725097B3ACC3965 W: GPG error: http://us.archive.ubuntu.com oneiric Release: The following signatures were invalid: BADSIG 40976EAF437D05B5 Ubuntu Archive Automatic Signing …

4
E:无法纠正问题,您拿着破损的包裹
我正在使用几天前安装的Ubuntu 13.04。我正在尝试安装nodejs和npm。我尝试先从命令行安装,然后将其卸载。然后出事了。 sudo apt-get install -f nodejs npm Reading package lists... Done Building dependency tree Reading state information... Done 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 …


7
如何还原配置文件?
我想将LightDM恢复为默认状态,因为由于某种原因 /etc/lightdm/unity-greeter.conf,现在它是一个空文件。 删除/etc/lightdm/unity-greeter.conf然后运行sudo apt-get install --reinstall unity-greeter不会像您期望的那样创建新的配置文件。 如何恢复丢失的配置文件?

7
如何解决“包装处于非常糟糕的不一致状态”错误?
我无法更新我的系统,因为它在安装第三方更新(zramswap-enabler)时冻结了! 有时,我在更新管理器中收到以下消息: 无法初始化程序包信息初始化程序包信息时发生无法解决的问题。 请针对“ update-manager”软件包报告此错误,并包含以下错误消息: E:The package zramswap-enabler needs to be reinstalled, but I can't find an archive for it. 我试图删除zramswap-enabler,但这是不可能的,因为我收到以下消息: dpkg: error processing zramswap-enabler (--remove): Package is in a very bad inconsistent state - you should reinstall it before attempting a removal. Errors were encountered while processing: zramswap-enabler E: …





2
N:忽略目录“ /etc/apt/apt.conf.d/”中的文件“ 50unattended-upgrades.ucf-dist”,因为文件扩展名无效
昨天我升级了发行版,今天当我apt-get用来安装任何东西或更新时,出现错误: N: Ignoring file '50unattended-upgrades.ucf-dist' in directory '/etc/apt/apt.conf.d/' as it has an invalid filename extension 据我所知,当一些新的配置/设置与旧的配置/设置混合时,会发生此错误。所以我尝试通过移动到文件夹来调试它ls -l /etc/apt/apt.conf.d/ total 52 -rw-r--r-- 1 root root 82 May 19 07:59 00CDMountPoint -rw-r--r-- 1 root root 40 May 19 07:59 00trustcdrom -rw-r--r-- 1 root root 769 Sep 2 23:56 01autoremove -r--r--r-- 1 root …

3
使用代理在ubuntu 16.04 LTS上安装pip3(用于python3)
我尝试输入: sudo apt install python3-pip 我得到的错误是: $ sudo apt install python3-pip Reading package lists... Done Building dependency tree Reading state information... Done The following additional packages will be installed: libexpat1-dev libpython3-dev libpython3.5-dev python-pip-whl python3-dev python3-wheel python3.5-dev The following NEW packages will be installed: libexpat1-dev libpython3-dev libpython3.5-dev python-pip-whl python3-dev python3-pip python3-wheel …

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.