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,505 times
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,097
-
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
sudo apt update && sudo apt install brave
? – Mukesh Sai Kumar Jan 11 '18 at 08:01wget -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