Celeb Glow
general | March 28, 2026

How can Chrome be installed in Lubuntu 15.04?

I checked this site, and Lubuntu Software Center but could not find any guide. I guess it has to be manually installed?

On a related note: will Chromium do better or as good as Chrome on Lubuntu 15.04 on a rather speedy Laptop (Intel i5, 8GB RAM)?

1

2 Answers

Chrome you install from here. Linux systems (not just Ubuntu) will not have Chrome in the package manager due to the license. It will use your software center to install Chrome.

Will Chromium do better or as good as Chrome on Lubuntu 15.04 (on a rather speedy Laptop (Intel i5, 8GB RAM)?

It will be the same. Chromium is the open source version of Chrome. There are some features removed from Chromium ("usage-tracking" is disabled in Chromium) but in regards to "speed" both are the same. Bottlenecks are your system and internet connection; not the browser performance.

An in-depth article can be found on howtogeek.

0

Just press Ctrl+Alt+T on your keyboard to open Terminal. When it opens, run the command(s) below:

sudo wget -q -O - | sudo apt-key add -
sudo sh -c 'echo "deb stable main" >> /etc/apt/sources.list.d/google.list'
sudo apt-get update
sudo apt-get install google-chrome-stable

Thanks to Rahul

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy