Support
Forums

Re: NEED HELP PLAYING DVDS ON UBUNTU COMPUTER PLEASE

I think that is trying to install a snap version.To install from command line, open the Terminal and run this command: Code: [Select]wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.debrun this command to install Chrome using...
I think that is trying to install a snap version.
To install from command line, open the Terminal and run this command:
Code: [Select]
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
run this command to install Chrome using the offline installer:

Code: [Select]
sudo dpkg -i google-chrome-stable_current_amd64.deb

If you get errors about any missing dependencies you can force install them

Code: [Select]
sudo apt -f install

Then launch the app