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

How to access the Internet in Linux

angryTom
Release: 2019-11-08 14:03:10
Original
4509 people have browsed it

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

1

sudo http://www.linuxidc.com/files/repo/google-chrome.list -P /etc/apt/sources.list.d/

Copy after login

prompts you to enter the password. After entering the password, press Enter and wait for the command to be executed

3 , add chrome key

1

-q -O - https://dl.google.com/linux/linux_signing_key.pub  | sudo apt-key add -

Copy after login

4, update software list

1

sudo apt-get update

Copy after login

5, install chrome

1

sudo apt-get install google-chrome-stable

Copy after login

This step begins to install chrome

6. Open the chrome browser

1

/usr/bin/google-chrome-stable

Copy after login

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!

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template