
Test internet speed in ubuntu and raspberry pi 4 with CLI tool
Speedtest cli helps to tell the current internet speed in your terminal. Speed test cli is a terminal-based tool that helps test internet speed on …
Read MoreIn recent times, I have been attracted to the brave browser. Brave browser is attractive with many features. But I like it. Only one feature is strong ad-block.
You can install a brave browser with official command. if you have already installed apt-transport-https
and curl
package in your machine. Then you skip the first step.
Otherwise, both packages are not installed on your machine. the first step is to install apt-transport-https
and curl
package in your machines.
sudo apt install apt-transport-https curl
Next, step up the brave browser repository and package with the following commands.
sudo curl -fsSLo /usr/share/keyrings/brave-browser-archive-keyring.gpg https://brave-browser-apt-release.s3.brave.com/brave-browser-archive-keyring.gpg
echo "deb [signed-by=/usr/share/keyrings/brave-browser-archive-keyring.gpg 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
After you run step by step command in the terminal, in the end, you can install the brave browser.
If you face any error in the apt update command time, ignore it and run the padding apt install command.
sudo apt remove --purge brave-browser
Snap is an application packager manager for Linux. Snap all ready preinstall install come with ubuntu. Run the following command to install the brave browser in your ubuntu.
sudo snap install brave
rajdeepsingh@officialrajdeepsingh:~$ snap remove --purge brave
brave removed
https://brave.com/linux/#release-channel-installation
I hope you can install the brave browser in your ubuntu distro. Suppose you have any queries or questions. Ask me in the comment section.
Speedtest cli helps to tell the current internet speed in your terminal. Speed test cli is a terminal-based tool that helps test internet speed on …
Read MoreWriting guest posting on a website is a very easy process compared to others. You follow the steps to post an article with us. What benefits provide …
Read More