Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

chrome ubuntu

wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb

sudo apt install ./google-chrome-stable_current_amd64.deb
Comment

chrome ubuntu

### Install chrome on linux
#add repo
sudo sh -c 'echo "deb [arch=amd64] https://dl.google.com/linux/chrome/deb/ stable main" > /etc/apt/sources.list.d/google-chrome.list'
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -

sudo apt-get update
#install
sudo apt-get install google-chrome-stable
#remove
sudo apt-get remove google-chrome-stable
Comment

PREVIOUS NEXT
Code Example
Shell :: anaconda install pyinstaller 
Shell :: aws configure profile 
Shell :: batch loop through folders in a directory 
Shell :: Get total duration of video files in a directory 
Shell :: ubuntu get process on port 
Shell :: git push rejected 
Shell :: git commit and tag 
Shell :: install solana linux 
Shell :: arch install fonts 
Shell :: Keep CMD open after BAT file executes 
Shell :: react router dom with typescript 
Shell :: npm ERR! fatal: not a git repository: /home/node/app/../../.git/modules/ 
Shell :: Pub installs executables into $HOME/.pub-cache/bin, which is not on your path. 
Shell :: install piper ubuntu 
Shell :: linux restart service 
Shell :: bash sleep milliseconds 
Shell :: ubuntu show line in file containing text 
Shell :: remove folder from terminal 
Shell :: bash try catch 
Shell :: how to make a list bash 
Shell :: install curl 
Shell :: count number of lines in git repo 
Shell :: rmdir: failed to remove ‘’: Directory not empty 
Shell :: ! [rejected] main - main 
Shell :: graphql install 
Shell :: how to delete a commit in git remotely 
Shell :: add root user kali linux 
Shell :: remove from staging git 
Shell :: how to allow traffic on port 8080 in centos 7 
Shell :: replace substring in bash 
ADD CONTENT
Topic
Content
Source link
Name
9+6 =