Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

Install Specific Version of chrome on ubuntu

wget --no-verbose -O /tmp/chrome.deb https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_${CHROME_VERSION}_amd64.deb 
  && apt install -y /tmp/chrome.deb 
  && rm /tmp/chrome.deb
Source by unix.stackexchange.com #
 
PREVIOUS NEXT
Tagged: #Install #Specific #Version #chrome #ubuntu
ADD COMMENT
Topic
Name
5+2 =