タグ付けされた質問 「dpkg」

ソフトウェアのインストールと削除で低レベルのタスクを実行するDebianパッケージ管理ユーティリティ。

5
Ubuntu 17.04にアップグレードした後、パッケージシステムが壊れています
Ubuntuを17.04にアップグレードした後、パッケージシステムが壊れています。次のコマンドのいずれかを実行すると、エラーが発生しました。 sudo apt-get --fix-broken install $ 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 …

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を実行すると、もちろん多くのエラーが発生します。クリーンワイプを行わずにpythonをUbuntuに再インストールする方法はありますか? 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, 0 newly …
11 apt  python  dpkg 

2
eclipse ADTを実行するために、12.04 64ビットで「dpkg --add-architecture i386」を実行できない
ubuntu 12.04 64ビットを実行しています。このページの最後にある「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 

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」設定ファイルにある「不明な設定キー「foreign-architecture」を修正するにはどうすればよいですか。」エラー?
何かをインストールすると、次のエラーが何度も表示されます。 '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 takes one …

1
Ubuntuでアプリケーションが「インストール済み」として分類されるのは何ですか?
UbuntuやSynapticがプログラムがインストールされていると認識する原因を知りたいのですが。 アプリケーションがエントリを持つ必要があるWindowsレジストリに相当するものはありますか? プログラムを。* debパッケージからインストールして、インストール済みとして分類してSynapticに表示する必要がありますか? そして、インストールされたプログラムのファイルは通常どこに保存されますか?構成ファイルが保持されていることはわかっていますが、/home/x/それ以外はほとんどありません。

2
「タイタンズの復讐」をインストールするにはどうすればよいですか?
リベンジオブザタイタンズは、ハンブルインディーバンドルのゲームの1つです。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を台無しにしたことです。多くのパッケージがもう機能しません。システムアップデートが機能しなくなった。 質問:OSを再インストールせずに、Ubuntuから何らかの方法でこれをアンインストールする方法はありますか? PS:コンピュータセキュリティを勉強したい人へのアドバイス:このKatoolinツールに近づかないでください!インストールする前に、少なくとも10回考えてください。


2
usblibパッケージをインストールする-Ubuntu
インストールする別のパッケージにlibusbパッケージが必要です。 パッケージをインストールしているように見える以下を試しましたが、 sudo apt-get install libusb-dev しかし、私が入手した他のパッケージをインストールしようとすると、 configure: error: Package requirements (libusb-1.0 >= 0.9.1) were not met: No package 'libusb-1.0' found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables LIBUSB_CFLAGS and LIBUSB_LIBS to avoid the need to …

弊社のサイトを使用することにより、あなたは弊社のクッキーポリシーおよびプライバシーポリシーを読み、理解したものとみなされます。
Licensed under cc by-sa 3.0 with attribution required.