そのため、Kali Linux DistroにGoogle Chromeをインストールしようとしていますが、libappindicator1
Chromeが使用しているバージョンがありません。そのため、パッケージをインストールしようとしていますが、次のように表示されます。
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
次のコマンドを入力しました。
apt-cache search libappindcator1
しかし、答えはありません。パッケージが存在しないという結論が出ました。
どのようにインストールしますか?
sources.list
追加情報:私のコンテンツ/etc/apt
:
deb cdrom:[Debian GNU/Linux 7.0 _Kali_ - Official Snapshot i386
LIVE/INSTALL Binary 20150312-18:43]/ kali contrib main non-free
deb cdrom:[Debian GNU/Linux 7.0 _Kali_ - Official Snapshot i386
LIVE/INSTALL Binary 20150312-18:43]/ kali contrib main non-free
deb http://security.kali.org/ kali/updates main contrib non-free
deb-src http://security.kali.org/ kali/updates main contrib non-free
答え1
このエラーが発生したら、次のコマンドを実行します。
apt-get -f install
インストールされました。わかりません。
https://forums.kali.org/showthread.php?22243-Google-chrome-not-installing-properly/page2
答え2
私は最終的にここにSignalをインストールしようとしましたが、これは私にとって効果的でした。
Kaliからパッケージが削除されました。リポジトリ 不足しているパッケージを手動でインストールする必要があります。まず、CPU アーキテクチャを確認し、必要なバイナリを見つけます。
$ lscpu | grep Architecture
Architecture: x86_64
私の場合はamd64であり、他のバージョンも見つけることができます。 https://pkgs.org/download/libappindicator1 https://pkgs.org/download/libindicator7
curl -p --insecure "http://ftp.br.debian.org/debian/pool/main/liba/libappindicator/libappindicator1_0.4.92-8_amd64.deb" --output libappindicator1_0.4.92-8_amd64.deb
curl -p --insecure "http://ftp.br.debian.org/debian/pool/main/libi/libindicator/libindicator7_0.5.0-4_amd64.deb" --output libindicator7_0.5.0-4_amd64.deb
sudo dpkg --install libindicator7_0.5.0-4_amd64.deb
sudo apt-get install libdbusmenu-gtk4
sudo dpkg --install libappindicator1_0.4.92-8_amd64.deb
その後、Signal Wikiの手順に従うことができます。
答え3
google-chrome をインストールすると、関連するエラー メッセージも表示されました。
dpkg: dependency problems prevent configuration of google-chrome-stable:
google-chrome-stable depends on libappindicator1; however:
Package libappindicator1 is not installed.
だから、次にlibappindicator1をインストールしようとしましたが、再度次のメッセージが表示されました。
root@Am-I-Helpful:~/Downloads# apt-get install libappindicator1
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
libappindicator1 : Depends: libdbusmenu-glib4 (>= 0.4.2) but it is not going to be installed
Depends: libdbusmenu-gtk4 (>= 0.4.2) but it is not going to be installed
Depends: libindicator7 (>= 0.4.90) but it is not going to be installed
Recommends: indicator-application (>= 0.2.93) but it is not installable
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
apt-get -f install
インストールを続行するには実行を要求しました。だから、次のコマンドに進みます。
root@Am-I-Helpful:~/Downloads# apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following additional packages will be installed:
libappindicator1 libdbusmenu-glib4 libdbusmenu-gtk4 libindicator7
Recommended packages:
indicator-application
The following NEW packages will be installed:
libappindicator1 libdbusmenu-glib4 libdbusmenu-gtk4 libindicator7
0 upgraded, 4 newly installed, 0 to remove and 8 not upgraded.
1 not fully installed or removed.
Need to get 299 kB of archives.
After this operation, 638 kB of additional disk space will be used.
Do you want to continue? [Y/n] Y
Get:1 http://kali.mirror.garr.it/mirrors/kali sana/main amd64 libdbusmenu-glib4 amd64 12.10.2-1 [104 kB]
Get:2 http://kali.mirror.garr.it/mirrors/kali sana/main amd64 libdbusmenu-gtk4 amd64 12.10.2-1 [90.8 kB]
Get:3 http://kali.mirror.garr.it/mirrors/kali sana/main amd64 libindicator7 amd64 0.5.0-2 [52.2 kB]
Get:4 http://kali.mirror.garr.it/mirrors/kali sana/main amd64 libappindicator1 amd64 0.4.92-3.1 [52.5 kB]
Fetched 299 kB in 13s (21.8 kB/s)
Selecting previously unselected package libdbusmenu-glib4:amd64.
(Reading database ... 295344 files and directories currently installed.)
Preparing to unpack .../libdbusmenu-glib4_12.10.2-1_amd64.deb ...
Unpacking libdbusmenu-glib4:amd64 (12.10.2-1) ...
Selecting previously unselected package libdbusmenu-gtk4:amd64.
Preparing to unpack .../libdbusmenu-gtk4_12.10.2-1_amd64.deb ...
Unpacking libdbusmenu-gtk4:amd64 (12.10.2-1) ...
Selecting previously unselected package libindicator7.
Preparing to unpack .../libindicator7_0.5.0-2_amd64.deb ...
Unpacking libindicator7 (0.5.0-2) ...
Selecting previously unselected package libappindicator1.
Preparing to unpack .../libappindicator1_0.4.92-3.1_amd64.deb ...
Unpacking libappindicator1 (0.4.92-3.1) ...
Setting up libdbusmenu-glib4:amd64 (12.10.2-1) ...
Setting up libdbusmenu-gtk4:amd64 (12.10.2-1) ...
Setting up libindicator7 (0.5.0-2) ...
Setting up libappindicator1 (0.4.92-3.1) ...
Setting up google-chrome-stable (52.0.2743.116-1) ...
update-alternatives: using /usr/bin/google-chrome-stable to provide /usr/bin/x-www-browser (x-www-browser) in auto mode
update-alternatives: using /usr/bin/google-chrome-stable to provide /usr/bin/gnome-www-browser (gnome-www-browser) in auto mode
update-alternatives: using /usr/bin/google-chrome-stable to provide /usr/bin/google-chrome (google-chrome) in auto mode
Processing triggers for libc-bin (2.21-6) ...
Processing triggers for menu (2.1.47) ...
その後、google-chromeを正常にインストールしました。
答え4
コマンドを実行するとsudo apt-get -f install
問題が解決しました。
-f
意味はです--fix-broken
。