Home > Article > Operation and Maintenance > How to access the Internet in Linux
1. First, right-click on the desktop, and in the right-click menu - find the terminal - run the terminal
2. Added a source in our Ubuntu system
sudo http://www.linuxidc.com/files/repo/google-chrome.list -P /etc/apt/sources.list.d/
prompts you to enter the password. After entering the password, press Enter and wait for the command to be executed
3 , add chrome key
-q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
4, update software list
sudo apt-get update
5, install chrome
sudo apt-get install google-chrome-stable
This step begins to install chrome
6. Open the chrome browser
/usr/bin/google-chrome-stable
Recommended: [Linux video tutorial]
The above is the detailed content of How to access the Internet in Linux. For more information, please follow other related articles on the PHP Chinese website!