Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Kali-- install chrome

2025-01-31 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Network Security >

Share

Shulou(Shulou.com)06/01 Report--

1. Download chrome

Kali uses debian's system, so you need to download the deb installation package. You can download it from chrome's official website (of course, Fmuri Q is the premise), or you can download it from the network disk:

2. Dpkg installation

Cp the file to a directory and install it using the command dpkg-I chrom*.deb

But I encountered this problem:

Root@kali:~/Desktop# dpkg-I google-chrome-stable_current_amd64.deb (reading database... The system currently has 318606 files and directories installed.) Preparing to replace google-chrome-stable 46.0.2490.80-1 (using google-chrome-stable_current_amd64.deb). Unzipping the package file google-chrome-stable... dpkg: dependency problems prevent configuration of google-chrome-stable: google-chrome-stable that will be used for replacement is dependent on libappindicator1; however: the package libappindicator1 is not installed. Dpkg: error processing google-chrome-stable (--install): dependency issues-still not configured to process triggers for man-db... Processing triggers for desktop-file-utils. Processing triggers for gnome-menus. Processing triggers for menu. An error occurred during processing: google-chrome-stable

3. Solve the problem of package dependency

Reference http://xlee.sinaapp.com/?p=100

1. Force installation of chrome

Sudo dpkg-I google-chrome-stable_current_i386.deb-force

two。 Make up for dependency

Sudo apt-get install-f

The second way I used to make up for dependency

Apt-get install-f is reading the package list. Finish analyzing the dependency tree of the package is reading status information. Completion is correcting dependencies. After completion, the following additional packages will be installed: indicator-application libappindicator1 libappindicator3-1 libdbusmenu-glib4 libdbusmenu-gtk3-4 libdbusmenu-gtk4 libindicator3-7 libindicator7*E: how many packages cannot be downloaded, can you run apt-get update or add the option of-- fix-missing to try again?

However, there is still a problem, so follow the prompts to use this command:

Root@kali:~/Desktop# apt-get install-f-- fix-missing

4. Complete the installation

After installation, you can see chrome in the menu!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Network Security

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report