Answers for "Install Specific Version of chrome on ubuntu"

0

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
Posted by: Guest on August-18-2021

Code answers related to "Install Specific Version of chrome on ubuntu"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language