Home  >  Article  >  Operation and Maintenance  >  How to access the Internet in Linux

How to access the Internet in Linux

angryTom
angryTomOriginal
2019-11-08 14:03:104390browse

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!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn