Skip to content

Instantly share code, notes, and snippets.

@dmdotin
Created May 16, 2018 17:14
Show Gist options
  • Save dmdotin/0a5a156ad23d97512ecc349660909d1d to your computer and use it in GitHub Desktop.
Save dmdotin/0a5a156ad23d97512ecc349660909d1d to your computer and use it in GitHub Desktop.
Install Brave browser to Ubuntu
Open Terminal Press - Ctrl+Alt+T
Enter
wget -O brave.deb https://laptop-updates.brave.com/latest/dev/ubuntu64
Once finished Enter
sudo dpkg -i brave.deb
Enter Password
If there are dependency errors during dpkg -i, the following command will install the dependencies for you:
sudo apt-get -f install
once completed check brave installed correctly ..
Press Windows button & type Brave on search bar .. :)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment