The following guide describes how to install Google Chrome on Ubuntu with a few commands 20.04
At the beginning we start our terminal and issue a command in the console to download the repository :
wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
The next step is to get the key:
sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list'
We are updating our repositories database:
sudo apt update
We install the browser using the command:
sudo apt install google-chrome-stable
The guide below describes how to install KeePass on Ubuntu. Całość wykonamy za pomocą kilku poleceń…
Master PDF Editor is a comprehensive PDF program, which includes many features. Oprócz tworzenia i edycji…
Iotop jest prostym narzędziem dla systemów Uniksowych umożliwiającym monitorowanie użycia dowolnego nośnika pamięci flash/hdd/ssd w…
You can separate two or more commands with semicolons (;), Semicolon (;): służy do oddzielania…
Poniższy poradnik opisuje w jaki sposób za pomocą konsoli możemy dokonać edycji danych zdjęcia exif.…
The following guide describes how to install Rocket.Chat on Rocky Linux 8 Całość bardzo prosto zainstalujemy…
Zobacz komentarze
what really differs google chrome from the chromium version we have in the ubuntu store ?
Hello,
Chrome to produkt google obrandowany jak się da ;)
Chromium is a clean version of the chrome browser based on chromium.
Here you have it more written: https://www.benchmark.pl/aktualnosci/chrome-vs-chromium-czym-sie-roznia-i-ktora-lepsza.html
dzięki świetna odpowiedź :D
Works very well , thank you
Czytanie list pakietów... Ready
Building a dependency tree
Odczyt informacji o stanie... Ready
E: Could not find google-chrome-stable package
after entering the command sudo apt install google-chrome-stable pops up what I gave above what to do in such a situation
And you definitely added and downloaded the key and repo at the beginning?
wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable hand" >> /etc/apt/sources.list.d/google-chrome.list'
After these operations, you also need to update sudo apt update repositories
Here is a slightly different procedure described:
https://support.google.com/chrome/answer/95346?co=GENIE.Platform%3DDesktop&hl=pl&oco=0
Installing Chrome on Linux
Great, it works! Bo instalator na ubuntu z oficjalnej strony Chrome nie działa...