Are you searching for a solution to set up Google Chrome in your Linux system with out utilizing the graphical consumer interface (GUI)? In that case, you may have come to the precise place. On this article, we are going to present you tips on how to set up Chrome on Terminal Linux utilizing the command line. This methodology is helpful in case you are having issues with the GUI or for those who choose to make use of the command line.
Step one is to replace your system’s bundle supervisor. This can guarantee that you’ve got the newest model of the bundle supervisor put in. To replace your bundle supervisor, open a terminal window and kind the next command: sudo apt replace. As soon as the bundle supervisor is up to date, you may proceed to the following step.
The following step is to put in the Google Chrome bundle. To do that, kind the next command in a terminal window: sudo apt set up google-chrome-stable. This command will set up the newest steady model of Google Chrome in your system. As soon as the set up is full, you may launch Chrome by typing the next command in a terminal window: google-chrome. You too can create a desktop shortcut to Chrome for those who choose.
Find out how to Set up Chrome on Terminal Linux
Google Chrome is a extensively used internet browser identified for its pace, safety, and cross-platform compatibility. Whereas it is usually distributed as a graphical installer, it may also be put in on Linux programs utilizing the command line.
To put in Chrome on Terminal Linux, comply with these steps:
- Replace your system’s bundle supervisor:
- Add the Google repository:
- Add the repository to your sources record:
- Replace your system’s bundle supervisor once more:
- Set up Google Chrome:
sudo apt-get replace
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ steady principal" >> /and so forth/apt/sources.record.d/google-chrome.record'
sudo apt-get replace
sudo apt-get set up google-chrome-stable
Folks Additionally Ask
How do I replace Google Chrome on Linux Terminal?
To replace Google Chrome on Linux Terminal, run the next command:
sudo apt-get replace && sudo apt-get improve
How do I take away Google Chrome from Linux Terminal?
To take away Google Chrome from Linux Terminal, run the next command:
sudo apt-get take away google-chrome-stable