Questions tagged «dpkg»

Debian软件包管理实用程序,在软件安装和删除中执行较低级别的任务。

5
升级到Ubuntu 17.04后,软件包系统损坏
将我的Ubuntu升级到17.04之后,软件包系统损坏了。当我执行以下任何命令时,出现一些错误。 sudo apt-get --fix-打破安装 $ sudo apt-get --fix-broken install ... ... ubuntuone-credentials-common unity-plugin-scopes unity-scope- mediascanner2 unity-webapps-qml url-dispatcher usermetricsservice vbetool vlc-nox Use 'sudo apt autoremove' to remove them. The following additional packages will be installed: click-apparmor The following packages will be upgraded: click-apparmor 1 upgraded, 0 newly installed, 0 to remove …

1
Ubuntu 16.04损坏的内核程序包不允许我使用apt-get安装或删除任何内容
每当我尝试使用apt-get进行任何操作时,无论是安装,删除,清除,更新,升级,总是会遇到相同的错误。 ses@ses-VirtualBox:~/Downloads$ sudo apt-get install ssh Reading package lists... Done Building dependency tree Reading state information... Done The following packages were automatically installed and are no longer required: linux-headers-4.4.0-45 linux-headers-4.4.0-45-generic linux-image-4.4.0-45-generic linux-image-extra-4.4.0-45-generic Use 'sudo apt autoremove' to remove them. The following additional packages will be installed: ncurses-term openssh-server openssh-sftp-server ssh-import-id …
11 apt  kernel  updates  dpkg 

6
删除了python二进制文件,并且无法使用apt-get恢复,该怎么办?
好。是的 想要重新开始,因为我遇到了依赖关系混乱,因此我运行了“ whereis python”并从字面上清除了所有出现的文件和目录。然后,当我去运行apt-get install python时,我当然会得到很多错误。有没有一种方法可以在ubuntu上重新安装python而不只是进行干净擦除? 这是尝试安装python二进制文件的输出: root@ubuntu14-server:/home/kpoole# apt-get install python Reading package lists... Done Building dependency tree Reading state information... Done python is already the newest version. The following packages were automatically installed and are no longer required: libexpat1-dev libpython-dev libpython2.7-dev Use 'apt-get autoremove' to remove them. 0 upgraded, …
11 apt  python  dpkg 

2
无法在64位12.04上运行“ dpkg --add-architecture i386”以运行Eclipse ADT
运行ubuntu 12.04 64位。我想跟随在结束写入的步骤此页面的标题下:compat的图书馆安装Android SDK中。我这样做是为了解决这个问题。但是当我运行第一个命令时 sudo dpkg --add-architecture i386 它失败并给出以下输出: pkg: error: unknown option --add-architecture Type dpkg --help for help about installing and deinstalling packages [*]; Use `dselect' or `aptitude' for user-friendly package management; Type dpkg -Dhelp for a list of dpkg debug flag values; Type dpkg --force-help for a list …

1
apt-get命令在plymouth-theme-ubuntu-text中返回错误
每当我尝试使用其安装或删除或升级任何软件时apt-get,都会出现此错误。 我尝试删除并重新安装,plymouth-theme-ubuntu-text但它也给出了相同的错误。 purush@purush:~$ sudo apt-get upgrade Reading package lists... Done Building dependency tree Reading state information... Done Calculating upgrade... Done The following packages have been kept back: gnome-software gnome-software-common liboxideqt-qmlplugin liboxideqtcore0 liboxideqtquick0 linux-generic linux-headers-generic linux-image-generic oracle-java8-installer oxideqt-codecs snapd ubuntu-core-launcher ubuntu-software The following packages will be upgraded: adium-theme-ubuntu apparmor appmenu-qt5 apport …
11 apt  dpkg  plymouth 

1
Ubuntu Docker容器update-ca-certificates:找不到命令
这是使用官方Ubuntu 14.04运行的Docker容器。一旦我安装了该命令 ,最终结果将与该质量检查相同。 Ubuntu的新手,例如,尝试获取一个docker容器来更新我使用链接的证书-v。 尝试使用dpkg -S update-ca-certificates(如链接中所述)和其他一些似乎指向相同总体方向的答案。但是我最终把它放在了容器里 root@24b087e56f8e:/# apt-get install -y ca-certificates Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package ca-certificates 2个问题 您如何找出安装命令的软件包? 我需要在容器中安装什么软件包才能使用update-ca-certificates?

2
Ubuntu源码包依赖树
我有一些包裹。让我们给他们打电话A.deb,B.deb和C.deb。每个包具有相应的源包A.dsc和A.tar.gz,B.dsc和B.tar.gz,C.dsc和C.tar.gz。包彼此依赖:C.deb依赖于B.deb,B.deb依赖于A.deb 如果我修改了A.deb,我需要重建B.deb,否则将无法正常工作。这同样适用于B.deb和C.deb。有没有办法使这个过程自动化?也许有工具或脚本可以帮我吗?如果没有,我怎么能自己自动化? 另外,没有我的包裹。

1
如何调整“ dpkg -l”输出
我需要dpkg -l返回的字段以制表符分隔,但没有标题和“ ii”列。 默认输出: $ dpkg -l grep Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) ||/ Name Version Architecture Description +++-==============-============-============-================================= ii grep 2.16-1 amd64 GNU grep, egrep and fgrep 我想要的输出: grep 2.16-1 amd64 GNU grep, egrep and fgrep

4
“ ImportError:没有名为_struct的模块”配置python-minimal
当我运行时sudo apt-get upgrade,出现dpkg错误并中断该过程。 错误详情: Setting up python-minimal (2.7.3-0ubuntu7.1) ... Traceback (most recent call last): File "/usr/local/lib/python2.7/runpy.py", line 162, in _run_module_as_main "__main__", fname, loader, pkg_name) File "/usr/local/lib/python2.7/runpy.py", line 72, in _run_code exec code in run_globals File "/usr/local/lib/python2.7/compileall.py", line 16, in <module> import struct File "/usr/local/lib/python2.7/struct.py", line 1, in <module> from _struct …
10 dpkg 

2
如何修复“在dpkg”配置文件中找到的未知配置密钥“外来架构”。错误?
总是在安装某些东西时多次出现以下错误: 在“ dpkg”配置文件中发现未知的配置密钥“ foreign-architecture”。此警告将在以后变成硬错误,因此请删除有问题的配置选项,并在命令行中将其替换为“ dpkg --add-architecture”调用。 当我尝试时,dpkg --add-architecture我得到: Unknown configuration key `foreign-architecture' found in your `dpkg' configuration files. This warning will become a hard error at a later date, so please remove the offending configuration options and replace them with `dpkg --add-architecture' invocations at the command line. dpkg: error: --add-architecture …

1
什么将应用程序分类为Ubuntu中的“已安装”?
我想知道是什么原因导致Ubuntu和/或Synaptic识别正在安装的程序。 应用程序必须在其中输入等效的Windows注册表吗? 是否必须从。* deb软件包安装程序才能分类为已安装并显示在Synaptic中? 通常,已安装程序的文件存放在哪里?我知道配置文件保留在其中,/home/x/但没有太多其他。

2
如何安装“泰坦复仇”?
泰坦的复仇是“ 拙劣的独立捆绑”中的游戏之一。我下载了i386 .deb文件(我使用的是32位安装),并尝试使用软件中心进行安装。但是,当它快要结束时,我得到了这个错误: 然后,我尝试使用安装它dpkg,但安装失败,出现以下错误: dpkg: error processing RevengeOfTheTitans-HIB-i386.deb (--install): unable to create `/opt/revengeofthetitans/full_length_music/einleitung.mp3.dpkg-new' (while processing `/opt/revengeofthetitans/full_length_music/einleitung.mp3'): No such file or directory 我该如何解决?

6
“ google-chrome-stable取决于libstdc ++ 6(> = 4.8.0);但是:系统上的libstdc ++ 6版本是4.6.3-1ubuntu5。”
我正在尝试google-chrome-stable在全新的ubuntu 12.04安装上进行安装。我运行以下命令 wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb sudo dpkg -i google-chrome*.deb 我收到以下错误 dpkg: dependency problems prevent configuration of google-chrome-stable: google-chrome-stable depends on libstdc++6 (>= 4.8.0); however: Version of libstdc++6 on system is 4.6.3-1ubuntu5. google-chrome-stable depends on lsb-base (>= 4.1); however: Version of lsb-base on system is 4.0-0ubuntu20.3. dpkg: error processing google-chrome-stable (--install): dependency …

1
从Ubuntu 14.04删除Katoolin
我在安装Katoolin软件包https://github.com/LionSec/katoolin时犯了一个错误。问题是它破坏了我的Ubuntu,许多软件包不再起作用。系统更新不再起作用。 问题:有没有办法从我的Ubuntu上卸载它而无需重新安装OS? PS:对那些想研究计算机安全性的人的建议:远离此Katoolin工具!安装前至少思考十次。


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.