How to Install Brave on Ubuntu 18.04
To Install Brave on Ubuntu 18.04
Brave is a free and open-source pay-to-surf web browser developed by Brave Software Inc. based on the Chromium web browser and its Blink engine. The browser blocks ads and website trackers. In this tutorial, we will cover the installation of brave on Ubuntu 18.04.
Installation
First, we need to download the repo keys and add them to the keyring.
root@linuxhelp1:~# wget -qO - https://s3-us-west-2.amazonaws.com/brave-apt/keys.asc | sudo apt-key add -
OK
Add the repository of brave using PPA.
root@linuxhelp1:~# add-apt-repository "deb [arch=amd64] https://s3-us-west-2.amazonaws.com/brave-apt xenial main"
Hit:1 http://ppa.launchpad.net/ondrej/php/ubuntu bionic InRelease
Hit:2 http://in.archive.ubuntu.com/ubuntu bionic InRelease
Get:3 http://security.ubuntu.com/ubuntu bionic-security InRelease [83.2 kB]
Get:4 http://in.archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB]
Get:5 http://in.archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB]
Get:6 https://s3-us-west-2.amazonaws.com/brave-apt xenial InRelease [2,810 B]
Get:7 https://s3-us-west-2.amazonaws.com/brave-apt xenial/main amd64 Packages [643 B]
Fetched 250 kB in 2s (101 kB/s)
Reading package lists... Done
Update the system repository using the following command
root@linuxhelp1:~# apt-get update
Hit:1 http://ppa.launchpad.net/ondrej/php/ubuntu bionic InRelease
Hit:2 http://in.archive.ubuntu.com/ubuntu bionic InRelease
Get:3 http://security.ubuntu.com/ubuntu bionic-security InRelease [83.2 kB]
Get:4 http://in.archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB]
Hit:5 https://s3-us-west-2.amazonaws.com/brave-apt xenial InRelease
Get:6 http://in.archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB]
Fetched 247 kB in 2s (128 kB/s)
Reading package lists... Done
Finally, install the Brave browser application.
root@linuxhelp1:~# apt-get install brave -y
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
gconf-service gconf-service-backend gconf2 gconf2-common git git-man liberror-perl
libgconf-2-4
Suggested packages:
gir1.2-gnomekeyring-1.0 libgnome-keyring0 gconf-defaults-service git-daemon-run
| git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs git-mediawiki
.
.
.
Setting up git (1:2.17.1-1ubuntu0.1) ...
Setting up gconf-service (3.2.6-4ubuntu1) ...
Setting up gconf-service-backend (3.2.6-4ubuntu1) ...
Setting up gconf2 (3.2.6-4ubuntu1) ...
Setting up brave (0.23.79-1) ...
Once Installation is done you can access the application from the Menu as shown here
Now, you can able to use the brave browser application.
The version of brave web browser.
With this, the method to install brave on Ubuntu 18.04 comes to an end.
Comments ( 0 )
No comments available