I want to install Brave Web Browser . I went to the website's download section but it has a method which is less user friendly , difficult to understand . I want to know a Simple easy way to install Brave Web Browser on Ubuntu 16.04
Asked
Active
Viewed 4,129 times
2
-
`sudo apt update && sudo apt install brave` ? – Mukesh Sai Kumar Jan 11 '18 at 08:01
-
@MukeshSaiKumar I have searched the packages available through apt , but it is not available there . check this screen-shot [link](https://drive.google.com/open?id=1WMCYeDXBWloa0L-QtEoYgvB2JX6ykSHZ) – Jan 11 '18 at 08:21
-
`wget -qO - https://s3-us-west-2.amazonaws.com/brave-apt/keys.asc | sudo apt-key add - && sudo add-apt-repository "deb [arch=amd64] https://s3-us-west-2.amazonaws.com/brave-apt xenial main"` – Mukesh Sai Kumar Jan 11 '18 at 08:23
1 Answers
2
As stated by Brave installation manual, the easiest way to install Brave web browser is as snap package.
Since snap tool is pre-installed on Ubuntu 16.04, you just need to open your terminal and run the following command:
snap install brave
Danibix
- 2,047
- 2
- 18
- 27
-
After the completing the process you mentioned , I had to reboot the Computer in order to see Brave web browser in the Ubuntu Dash – Jan 11 '18 at 08:52