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 :: linux subsystem for windows file location 
Shell :: how do I become the owner of a directory in linux? 
Shell :: how to stop tomcat server in macos 
Shell :: count lines in files 
Shell :: git update comment 
Shell :: mac install sklearn 
Shell :: dpkg install deb with dependencies 
Shell :: git check which files are committed 
Shell :: bash set ifs to space 
Shell :: copy contents of folder to another folder in terminal 
Shell :: swagger installation 
Shell :: Android sdkmanager not found. Update to the latest Android SDK and ensure that the cmdline-tools are installed to resolve this. 
Shell :: ubuntu history without duplicates 
Shell :: npmrc file location windows 
Shell :: push local branch to remote 
Shell :: ignore commited files 
Shell :: shell script get branch name 
Shell :: linux free port 8080 
Shell :: how to setup dockers on aws 
Shell :: Error generated. /dvs/git/dirty/git-master_linux/multimedia/nvgstreamer/gst-nvarguscamera/gstnvarguscamerasrc.cpp, execute:783 (propagating) 
Shell :: discord.py install 
Shell :: bash script to output a specific line of a file 
Shell :: git remove untracked branches 
Shell :: .desktop file ubuntu 
Shell :: create branch in git 
Shell :: git change git commit date 
Shell :: pdf pages to images imagemagick 
Shell :: center table markdown github 
Shell :: git ignore 
Shell :: unknown command "neat" for "kubectl" 
ADD CONTENT
Topic
Content
Source link
Name
7+2 =