I installed Brave on Linux Mint according to https://brave.com/linux/. The input on the terminal was:
sudo apt install curl
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] 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
However, whether it is by prompting brave-browser
in the terminal or by clicking the Brave Browser icon in the toolbar, it will not open. Specifically, when attempting to open on the terminal it shows:
/usr/bin/brave-browser: line 48: 3443 Killed "$HERE/brave" "$@"
Any recommendations on how to proceed?