How to install google chrome ubuntu
How to install google chrome ubuntu
Установка Chrome в Ubuntu 20.04
Но Google Chrome больше, чем просто веб-браузер, поскольку он сочетает в себе современный браузер, встроенные приложения Chromium, красивый дизайн, встроенный переводчик и всё для того, чтобы помочь пользователям просматривать веб-страницы немного быстрее, проще и безопаснее, чем когда-либо прежде. Кроме того, у браузера есть версия с открытым исходным кодом. В этой статье мы рассмотрим, как установить Chrome в Ubuntu 20.04.
Установка Google Chrome в Ubuntu 20.04
Установить Google Chrome можно не только в Ubuntu 20.04, но и в предыдущих версиях, в том числе и в Ubuntu 16.04, а также в Linux Mint и Debian. Кроме того, сам установочный пакет добавляет в систему репозитории Chrome, поэтому вы всегда будете получать обновления браузера при обновлении системы. Для установки откройте терминал с помощью сочетания клавиш Ctrl+Alt+T и выполните команды:
Установка стабильной версии Chrome в Ubuntu 64 бит:
Для установки нестабильной, но более новой версии надо заменить слово stable на слово unstable:
Установка Chrome в Ubuntu 18.04 32 бит, выполняется не так просто. Поскольку компания Google прекратила поддержку 32 битных систем в своем браузере, вы не можете установить самую новую 83 версию, зато можете скачать стабильную 48 из архивов:
Если вы хотите самую новую версию для 32 битной системы, то вам придется установить Chromium. В случае, если dpkg сообщает о невозможности удовлетворить зависимости, выполните такую команду:
Также вы можете попытаться вручную установить зависимости chrome:
sudo apt-get install libxss1 libgconf2-4 libappindicator1 libindicator7
Установка браузера завершена. Для его запуска просто выполните:
Кроме того, вы можете найти программу в главном меню системы:
При первом запуске браузер спросит можно ли отправлять данные в Google, а также предложит сделать Chrome браузером по умолчанию.
Вот и всё. Надеюсь эта статья пролила ясность на установку Google Chrome Ubuntu 18.04.
Install Google Chrome on Ubuntu [Beginner’s Tutorial]
Google Chrome is the world’s most popular web browser. It is fast, secure and full of features to give you the best browsing experience.
Ubuntu comes preinstalled with Firefox browser. Firefox has improved a lot lately and is a better choice specially from the privacy point of view. However, if you are an ardent fan of Google Chrome, I won’t force you to ditch Chrome and move to Firefox.
Google Chrome is not open source and if you try to install Google Chrome from Ubuntu Software Center, you won’t find it there. It will probably suggest installing Chromium (the open source project Chrome is derived from). Chromium is similar to Chrome, but it is still not the real Google Chrome.
Then how do you install Google Chrome on Ubuntu? The simple answer is that you download it from their website.
You can do that in two ways:
Installing Google Chrome on Ubuntu Graphically [Method 1]
If you are absolutely new to Ubuntu and Linux, this could be overwhelming for you and I completely understand that. This is why I am going to list each step with proper screenshots here.
You should keep in mind that Google Chrome is not available for 32-bit operating systems. You should make sure that you are using a 64-bit operating system. Read this article to find out if your system is 32-bit or 64-bit.
You need to have an active internet connection, of course.
Now go to Google Chrome’s website.
You’ll see a download link there. Click on this download button.
In the next screen, you should opt for saving the file to the computer instead of opening it in software center for installation.
If you don’t do that and there were some issues from the software center, you’ll have to download the deb file again. It’s better to download and save the file itself.
Your downloaded deb file should be in the Downloads folder. Installing deb files is super easy. Go to this folder and double click on the deb file. You can think of these deb files as those exe files in Windows.
It will then open Ubuntu’s software center and you should see an option for installing Google Chrome now. Hit on the install button.
Troubleshoot: In Ubuntu 20.04, you’ll have to right click on the deb file and select top open with Software Center.
» data-medium-file=»https://itsfoss.com/wp-content/uploads/2020/05/deb-file-install-fix-ubuntu-300×170.png» data-large-file=»https://itsfoss.com/wp-content/uploads/2020/05/deb-file-install-fix-ubuntu-800×454.png» width=»800″ height=»454″ src=»https://itsfoss.com/wp-content/uploads/2020/05/deb-file-install-fix-ubuntu-800×454.png» alt=»Deb File Install Fix Ubuntu» data-lazy-srcset=»https://itsfoss.com/wp-content/uploads/2020/05/deb-file-install-fix-ubuntu-800×454.png 800w, https://itsfoss.com/wp-content/uploads/2020/05/deb-file-install-fix-ubuntu-300×170.png 300w, https://itsfoss.com/wp-content/uploads/2020/05/deb-file-install-fix-ubuntu-768×436.png 768w, https://itsfoss.com/wp-content/uploads/2020/05/deb-file-install-fix-ubuntu.png 1234w» data-lazy-sizes=»(max-width: 800px) 100vw, 800px» data-lazy-src=»https://itsfoss.com/wp-content/uploads/2020/05/deb-file-install-fix-ubuntu-800×454.png?is-pending-load=1″ srcset=»data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7″> Right click on the deb file to select and open with Software Install
It will ask for your password before starting the installation. You should enter your account’s password. It should take less than a minute for completing the Google Chrome installation. You should see a remove option now which indicates that the software is installed.
Once you have installed Chrome on Ubuntu, you can search for it in the menu. Simply press the Windows key and start typing chrome. Here are some other Ubuntu shortcuts you should know.
Click on this Chrome icon to start using Google Chrome.
Install Google Chrome in Ubuntu Terminal [Method 2]
The process you just saw in method 1 can be done in the terminal as well. Many people prefer the GUI way but if you like using the command line, you can install Google Chrome using the terminal.
It’s not as straight forward as using apt-get install chrome though but it’s not super complicated as well.
To install Google Chrome from the terminal, get the DEB file using the wget command:
Now you can use dpkg to install Chrome from the downloaded DEB file:
That’s it. Now you can find Google Chrome in the menu and start it from there.
Few tips about using Google Chrome on Ubuntu
Now that you have installed Google Chrome on Ubuntu 18.04 or some other version, you should know a few tips.
1. Sync Chrome with your Google account
You probably already know this. If you log in to Chrome with Google account (Gmail account), it will allow you to sync your bookmarks, history, browser plugins and extensions from other devices where you use Google Chrome with the same Google account.
2. Add Chrome to favorites
If you use Google Chrome frequently, it would be a good idea to add it to your favorites in Ubuntu 18.04 default GNOME version so that you can quickly access it from the launcher on the left side.
3. Updating Google Chrome browser
The good thing about Google Chrome is that it adds a repository in your sources.list directory.
» data-medium-file=»https://itsfoss.com/wp-content/uploads/2021/06/google-chrome-repo-ubuntu-300×149.png» data-large-file=»https://itsfoss.com/wp-content/uploads/2021/06/google-chrome-repo-ubuntu-800×398.png» width=»800″ height=»398″ src=»https://itsfoss.com/wp-content/uploads/2021/06/google-chrome-repo-ubuntu-800×398.png» alt=»google chrome repo ubuntu» data-lazy-srcset=»https://itsfoss.com/wp-content/uploads/2021/06/google-chrome-repo-ubuntu-800×398.png 800w, https://itsfoss.com/wp-content/uploads/2021/06/google-chrome-repo-ubuntu-300×149.png 300w, https://itsfoss.com/wp-content/uploads/2021/06/google-chrome-repo-ubuntu-768×382.png 768w, https://itsfoss.com/wp-content/uploads/2021/06/google-chrome-repo-ubuntu.png 998w» data-lazy-sizes=»(max-width: 800px) 100vw, 800px» data-lazy-src=»https://itsfoss.com/wp-content/uploads/2021/06/google-chrome-repo-ubuntu-800×398.png?is-pending-load=1″ srcset=»data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7″>
In other words, Google Chrome will be updated along with the system updates provided by Ubuntu via the Software Updater. I guess you know how to keep your Ubuntu system updated, don’t you?
» data-medium-file=»https://itsfoss.com/wp-content/uploads/2021/06/chrome-edge-update-ubuntu-300×176.png» data-large-file=»https://itsfoss.com/wp-content/uploads/2021/06/chrome-edge-update-ubuntu.png» width=»716″ height=»421″ src=»https://itsfoss.com/wp-content/uploads/2021/06/chrome-edge-update-ubuntu.png» alt=»chrome edge update ubuntu» data-lazy-srcset=»https://itsfoss.com/wp-content/uploads/2021/06/chrome-edge-update-ubuntu.png 716w, https://itsfoss.com/wp-content/uploads/2021/06/chrome-edge-update-ubuntu-300×176.png 300w» data-lazy-sizes=»(max-width: 716px) 100vw, 716px» data-lazy-src=»https://itsfoss.com/wp-content/uploads/2021/06/chrome-edge-update-ubuntu.png?is-pending-load=1″ srcset=»data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7″> Google Chrome gets updated with other system updates in Ubuntu
4. Google Chrome crash (don’t panic)
If you see an error that says:
“The application Google Chrome has closed unexpectedly”
Don’t panic. Your system is safe. Your Chrome browser is safe and perfectly usable.
Perhaps there was a temporary issue and some browser tab or extension crashed for some reason. But it’s not fatal.
If you keep seeing the pop-up every time you start Google Chrome in Ubuntu, you can use the “Ignore future problems of this program version”.
It’s up to you if you want to send the crash report. Even if you don’t send it, it won’t be a problem.
Conclusion
Installing Google Chrome on Ubuntu is a simple task. It’s not available in the software center but you can download and install it pretty much the same way as you do in Windows and macOS. You can also remove Google Chrome from Ubuntu if you want, but you’ll have to use the terminal.
This is still easier than installing Google Chrome on Arch Linux, I believe.
By the way, you can improve your browsing experience by using these Google Chrome keyboard shortcuts.
I hope this tutorial helped you to get Google Chrome on Ubuntu and Linux Mint. If you have any questions or suggestions, please feel free to leave a comment below.
Creator of It’s FOSS. An ardent Linux user & open source promoter. Huge fan of classic detective mysteries ranging from Agatha Christie and Sherlock Holmes to Detective Columbo & Ellery Queen. Also a movie buff with a soft corner for film noir.
How to install google chrome on Ubuntu 20.04
Method 1 (installing via terminal interface):
In the first method, I will show you a set of commands for installing Google Chrome via the terminal interface in a few easy steps.
Step 1:
First of all, as always, update your APT. Use the following two commands.
Step 2:
As apt-get command will not work for installing Chrome on Ubuntu, so wget command will do the work. First, check if wget is installed by the following command
If not installed, then install it via the following command.
Step 3:
When the wget is installed, then we are ready to continue with chrome installation. Enter the following command to get the Google Chrome installation file.
Step 4:
Now install this package via dpkg and enter the following command
Step 5:
Now you can open the Google Chrome browser via terminal. Enter the following text in the terminal window, and Chrome will start.
You will be prompted by a window, check or uncheck the boxes and press enter. Google Chrome will open.
Method 2: GUI installation of Google Chrome on Ubuntu 20.04
The 2 nd method is rather an easy method to install Google Chrome on ubuntu 20.04.
Step 1:
Go to a web browser like Firefox browser and go to Google Chrome URL. Press the Download button, as shown in the following snapshot.
Step 2:
Select the Debian/Ubuntu, i.e., the first option, and then select the install button as shown in the snapshot.
Step 3:
This is a very important step while installing Google Chrome. Uncheck the “open with” option and check the save option, as shown in the following window.
Step 4:
Go to the download directory and open the downloaded Chrome package. It will open in the Ubuntu Software Center for installation. Click on the install button, and Google Chrome will install via the software center.
Step 5:
Go to the Activities menu and launch Google Chrome from there. You can also add it to your favorites bar by right-clicking it and selecting the add to favorites option.
Conclusion:
Installing Google Chrome is not a difficult task at all. Google Chrome is a fast and secure browser, but it does consume a lot of RAM. Firefox has recently evolved and added lots of rich features, but still, Google Chrome is on top of it.
About the author
Younis Said
I am a freelancing software project developer, a software engineering graduate and a content writer. I love working with Linux and open-source software.
How to install Google Chrome
How do you install Google Chrome on Ubuntu?
8 Answers 8
google-chrome-stable is available on a 3rd Party Repository: Google Chrome (for Stable).
Follow the instruction for installation:
Video Demonstration
Click Download and a small window will pop up with some download options.
We want the «.deb» for Ubuntu. Make sure this box is checked.
It will give you the option to «Open with. » or «Save File». The default option for «Open with. » is to open via «Software Install». Select this option.
Note: Chrome will also be updated through the normal Ubuntu update process so you can expect to grab the latest version when Ubuntu updates.
Or if you want the actual Google Chrome, open a terminal and follow:
The 32-bit version is no longer available.
If you encounter any errors simply use
To run it from terminal use google-chrome or hit the super key and search Google or Chrome
Google Chrome is different from Chromium.
Chromium can be found in the Ubuntu Software Centre. To download Google Chrome however:
Click Download Chrome
Click Accept and Install
Download .deb file to a folder (Downloads is the default folder)
Open up your Downloads folder.
Double-click the .deb file you just downloaded.
This should launch Ubuntu Software Centre.
When it prompts you to whether you wish to install Chrome, just say yes.
When installing the debian package, if you have errors of the sort:
The following worked for me:
The above will install the packages that were not installed but are needed for the debian package.
Now, you should be able to install the debian package via:
You can try saving the below script into a file and running it:
It will automatically detect your architecture and install the proper version of Google Chrome for your system.
Hello people of the Ubuntu Universe, I wrote a c++ program for installing google chrome 64 bit, Pandya’s answer is very similiar. I usually write programs to handle anything, that I think I might have to do again in the future! Consequently installing google-chrome is something I’ve done many times.
If you do not already have build-essential installed as dependency, or c++ (g++) development you must install it first:
Next copy the following program from this post into gedit and save it as googGt.cpp (change your tab width to 4):
Its nothing spectacular just some function abstraction. Its pretty easy to follow. Once you’ve copied and saved the program compile from command line:
How to Install Google Chrome in Ubuntu 20.04 via Official Repository
This quick tutorial shows how to install the latest Google Chrome web browser, and keep it up-to-date, in Ubuntu 20.04 via the official Google repository.
1. Open terminal either by pressing Ctrl+Alt+T on keyboard or by searching for ‘terminal’ from system application menu.
2. When terminal opens, run command to install the key:
Type user password (no asterisk feedback) for sudo prompts and hit Enter.
Then add the repository to your system via command:
3. Refresh system package cache and install Google Chrome via commands:
If a new version is available, you’ll be able to update the browser via Software Updater (Update Manager):
Uninstall:
You can remove Google Chrome web browser for any reason by running command in terminal: