Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

How to Install Google Chrome on Centos 8

-Perform update yum repositories.


$ yum update


-Use wget to download the latest Google Chrome .rpm package :


$ wget https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm


-How to Install Google Chrome on CentOS 8


-To install packages on CentOS requires administrative privileges.
	Running the following command as a user with sudo privileges to install Chrome
    .rpm package on our system and provide option Y.


$ sudo yum install ./google-chrome-stable_current_x86_64.rpm


-Now we can open the Google Chrome browser via terminal.
	Enter the following text in the terminal window, and Chrome will start.


$ google-chrome


-or Go to activities and search for Google Chrome. Then, double click on it.
Comment

PREVIOUS NEXT
Code Example
Shell :: linux webcam command line 
Shell :: generate 6 digit random number ruby 
Shell :: multiple git stashes 
Shell :: show seconds ubuntu 
Shell :: how to resize the window of a virtualbox machine ubuntu 
Shell :: git show get commit message 
Shell :: start mariadb on linux terminal 
Shell :: how to check version of web3 
Shell :: remove from staging git 
Shell :: how to install heroku on ubuntu 
Shell :: move running terminal process to background linux 
Shell :: delete first column bash 
Shell :: wsl System has not been booted with systemd as init system 
Shell :: replace all substring in a given string 
Shell :: restart influxdb 
Shell :: git default remote 
Shell :: run command on startup neovim 
Shell :: linux compress pdf 
Shell :: see number of documents in mongodb collection 
Shell :: linux temp file 
Shell :: jq to csv 
Shell :: how to check tls version 
Shell :: git cherry pick resolve conflict 
Shell :: run postgresql command line maccos 
Shell :: change ownership of a file linux to user 
Shell :: docker make container auto start 
Shell :: git amend commit message after push 
Shell :: change owner of file in linux 
Shell :: install prettier globaly 
Shell :: git push existing repository 
ADD CONTENT
Topic
Content
Source link
Name
9+6 =