Skip to content
Home » How to update google chrome via cli ubuntu

How to update google chrome via cli ubuntu

Let’s start the discussion about How to update google chrome via cli ubuntu in following methods.

Update google chrome through command Line

Command line makes our work easier by doing heaviest job through the lightest commands. Here you can update google chrome by running two commands. Follow the below commands in an order to update google chrome in Ubuntu.

Initially run the following command.

sudo apt-get update

Now run the below command to update google chrome via cli in ubuntu. This will update the google chrome to the latest version.

sudo apt-get --only-upgrade install google-chrome-stable

I hope the strategies listed above work for you. Happy coding and come back again.

Similar Post : How to list used ports on mac