Gnome インストールの問題 Debian

Gnome インストールの問題 Debian

コマンド経由

sudo apt-get install gnome-core -f

私は持っています

The following packages have unmet dependencies:
          gnome-core : Depends: nautilus (>= 3.22) but it is not going to be installed
                       Depends: gnome-sushi (>= 3.20) but it is not going to be installed
          E: Unable to correct problems, you have held broken packages.

だから私は次のことを試しました。

sudo apt-get install nautilus -f

私は持っています:

The following packages have unmet dependencies:
        nautilus : Depends: libnautilus-extension1a (= 3.22.3-1) but it is not going to be installed
                   Recommends: gnome-sushi but it is not going to be installed
        E: Unable to correct problems, you have held broken packages.

試した後:

sudo apt-get install gnome-sush -f

私は持っています:

The following packages have unmet dependencies:
        gnome-sushi : Depends: nautilus (>= 3.2) but it is not going to be installed
        E: Unable to correct problems, you have held broken packages.

最後に、私は次のことを試しました。

sudo apt-get install libnautilus-extension1a -f

わかりました:

libnautilus-extension1a is already the newest version (1:3.14.2-0ubuntu9).

私も(Sudo私はルートだから失われました):

apt-get clean && apt-get update && apt-get upgrade -y && apt-get dist-upgrade -y

ソースリスト

デップhttp://http.kali.org/kalikali-rollingの主な貢献は無料ではありません

デップhttp://security.debian.org/debian-securityリラクゼーション/アップデートメイン

デップhttp://ppa.launchpad.net/webupd8team/java/ubuntu信頼できるメイン

debソースファイルhttp://ppa.launchpad.net/webupd8team/java/ubuntu正確なマスター

オペレーティングシステム

4.9.0-kali4-amd64 #1 SMP Debian 4.9.25-1kali1 (2017-05-04) x86_64 GNU/Linux

ベストアンサー1

sources.listあなたはdebian wheezy、ubuntu trusty、精密、およびkalirollingが混在しているので、壊れたパッケージを持っています。

あなたの内容を編集し、sources.list次の行だけを維持してください。

deb http://http.kali.org/kali kali-rolling main contrib non-free

パッケージの更新

apt-get update
apt-get upgrade
apt-get dist-upgrade
apt-get -f install

次に、gnomeデスクトップをインストールします。

apt-get install gnome-core kali-defaults kali-root-login desktop-base

おすすめ記事