Installed Linux Mint Cinnamon 22.1 a few days ago. Like to use Brave on the newly installed OS. How to install Brave onto Linux Mint Cinnamon 22.1, please?
Thanks.
Kuen
hi,
Follow the Mint guide on https://brave.com/linux/#debian-ubuntu-mint
Or just run on terminal: curl -fsS https://dl.brave.com/install.sh | sh
Thank you.
Tried. The response is ‘curl’ not found.
That to do then?
Appreciate your help.
Kuen
To install Brave on Linux Mint Cinnamon 22.1, add the Brave repository to your system through the terminal, update your package list, and then install Brave using your package manager. After installation, you can launch Brave from your applications menu.
It doesn’t have curl installed.
The curl there on the command line is just for downloading the Brave installation script.
The curl command is an open source command line tool used to transfer data to or from a server using various protocols. It is widely used on Linux and other operating systems for tasks such as downloading files, uploading data and testing web APIs.
To install curl:
sudo apt install curl
After installed, you can run the script to install brave over command line / terminal.