パッケージ中にインストール候補はありません。

パッケージ中にインストール候補はありません。

私はGoogle ChromeやMonodevelopなど、いくつかのパッケージをインストールしようとしました。しかし、毎回同じ問題が発生します。

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package libappindicator1 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'libappindicator1' has no installation candidate

これはすべてのパッケージで発生します。コマンドを実行しましたがsudo apt-get -f install成功しapt-get updateましapt-get update && apt-cache search kali-linuxたが、まだ機能しません。 (私はKali amd64を実行しています)。おそらく非常に簡単な解決策があるでしょう。しかし、私はインターネット検索がうまくいきません...
Sources.list:

@linux:~/Downloads$ cat /etc/apt/sources.list
# 

# deb cdrom:[Debian GNU/Linux 2016.1 _Kali-rolling_ - Official Snapshot amd64 LIVE/INSTALL Binary 20160120-18:14]/ kali-rolling contrib main non-free

#deb cdrom:[Debian GNU/Linux 2016.1 _Kali-rolling_ - Official Snapshot amd64 LIVE/INSTALL Binary 20160120-18:14]/ kali-rolling contrib main non-free

ベストアンサー1

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 install libappindicator1
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
dpkg -i google-chrome-stable_current_amd64.deb
apt-get -f install 

インストールするmonodevelop

apt-get install  monodevelop

おすすめ記事