Today we are looking at how to install the Chromium Browser on Linux Mint 20 as a snap.
The first command will remove the preference which stops a person to install snap packages in Linux Mint 20. The second command will install snap and the command will install Chromium Browser. Enjoy!
1) sudo rm /etc/apt/preferences.d/nosnap.pref
2) sudo apt install snapd
3) sudo snap install chromium
https://snapcraft.io/chromium
Official Site:
https://www.chromium.org/
Do you need remote help, setting up your system, installing programs or general troubleshooting? Hire me on Upwork! Click here!
Subscribe to our weekly Linux Round-Up: SUBSCRIBE
For a video with Background Music:
Curios about Chromebooks have a look at our Chromebook Comparison Chart!
Want to buy us a cup of coffee, thank you!
Do you want an ad-free, secure web experience, that pays you? Look here for more information!
Follow us on Facebook: https://www.facebook.com/linuxmadesimple
I did this and worked for me:
ReplyDeleteI opened a terminal and entered 3 comands as follows:
sudo add-apt-repository ppa:alexlarsson/flatpak
sudo apt-get update
sudo apt install flatpak
Then i went to Software Manager and searched for chromium, removed chromium browser and installed chromium web browser.