[Linux] 在 Ubuntu 20.04 上安裝 Google Chrome 瀏覽器
今天突然發現 Ubuntu 20.04 上面,
我以前有裝的 Google Chrome 不見了…
真的是有點奇怪,最近有做的事頂多就是點了 Ubuntu 的 Software Update…
只好來重裝 Chrome 了~
sudo apt update -y wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb sudo apt install ./google-chrome-stable_current_amd64.deb
這樣就可以在 Ubuntu 上使用 Chrome 囉~
參考資料:How to Install Google Chrome for Ubuntu
(本頁面已被瀏覽過 4,253 次)