Wednesday, August 28, 2019

2 Ways To install Chromium Browser on Ubuntu 18.04

Video Tutorial -https://youtu.be/wbeTU0BNIhE

Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all Internet users to experience the web .
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Our Server Specification- [ Os:  Ubuntu 18.04.2 LTS Bionic Beaver 64Bit ]

-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

lsb_release -cd  ; getconf LONG_BIT ; whoami ; apt update -y ; apt install -y build-essential software-properties-common curl gdebi vim wget aptitude leafpad nano git net-tools lsb-release apt-transport-https

Option:1
apt update ; apt install snapd -y
snap install chromium

Option:2
apt update ; apt install -y chromium-browser

-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

No comments:

Post a Comment