How To Install Brave Browser in Ubuntu i am using Brave browser in my pc with Windows 10 this a awesome Browser i want to install on my linux laptop please anyone Help to install Brave Browser in Ubuntu
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Sorry, you do not have a permission to ask a question, You must login to ask question. Get the paid membership
Sorry, you do not have a permission to add a post. Get the paid membership
Do you need to remove the ads? Get the paid membership
How To Install Brave Browser in Ubuntu i am using Brave browser in my pc with Windows 10 this a awesome Browser i want to install on my linux laptop please anyone Help to install Brave Browser in Ubuntu
You must login to add an answer.
Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.
Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.
Rcnithi
For Debian 9+, Ubuntu 14.04+ and Mint 17+
use this code in Terminal (ctrl + alt + t )
sudo apt install apt-transport-https curl
curl -s https://brave-browser-apt-release.s3.brave.com/brave-core.asc | sudo apt-key --keyring /etc/apt/trusted.gpg.d/brave-browser-release.gpg add -
echo "deb [arch=amd64] https://brave-browser-apt-release.s3.brave.com/ stable main" | sudo tee /etc/apt/sources.list.d/brave-browser-release.list
sudo apt update
sudo apt install brave-browser
For Fedora 28+, CentOS/RHEL 8+
sudo dnf install dnf-plugins-core
sudo dnf config-manager --add-repo https://brave-browser-rpm-release.s3.brave.com/x86_64/
sudo rpm --import https://brave-browser-rpm-release.s3.brave.com/brave-core.asc
sudo dnf install brave-browser