AI & Machine Learning Products
Edge Network
Platform as a Service
Virtual & Dedicated Servers
Video Streaming Platform
Cloud for Mobile
Custom Services Products
Media & Entertainment
Financial Services
IT / Technology
Retail
Education
Web Acceleration
Video Streaming
Security & Protection
Cloud
Availability
Partnership Solutions
Corporate Solutions
Elevate your online privacy and experience a faster, more efficient browsing session by installing the Brave browser on Ubuntu 22.04.
Developed by Brave Software, Inc., Brave is a ground-breaking web browser that emphasizes user privacy and seamless functionality. Constructed on the sturdy Chromium platform, Brave is open-source and is compatible with various operating systems, including Windows, macOS, Linux, Android, and iOS.
Here are some key features of Brave:
1. Verify the installation of the cURL command. If it’s not installed, add it to your system with the command:
sudo apt install curl
2. Add the Brave repository keys to your system using the following command:
sudo curl -fsSLo /usr/share/keyrings/brave-browser-archive-keyring.gpg https://brave-browser-apt-release.s3.brave.com/brave-browser-archive-keyring.gpg
3. Create a file named “/etc/apt/sources.list.d/brave-browser-release.list” in the /etc/apt/sources.list/ directory, and add the repository from the previous step with the following command:
echo "deb [signed-by=/usr/share/keyrings/brave-browser-archive-keyring.gpg] https://brave-browser-apt-release.s3.brave.com/ stable main"|sudo tee /etc/apt/sources.list.d/brave-browser-release.list
4. Update your system’s package index with the command:
sudo apt update
5. Install the Brave browser using the command:
sudo apt install brave-browser
6. Launch the Brave browser from your Ubuntu GUI by searching for “Brave”.
The program window will appear as follows:
Congratulations! You are now all set to enjoy web browsing with Brave on Ubuntu 22.04.