How to remove the apps



G'day Zabidin, Welcome to Linux.org

Which linux are you running, and the version number as well, please.

Where did you install brave from?......and why do you have two instances of it?
 
Sorry,
I'm using Ubuntu 22 LTS. First, install using apt install then install using snap.
Not sure why got 2 instance.
 
The differences between apt and snap dictate that you will get 2 instances.

Use Terminal:

Code:
sudo apt remove package name

After removal run,

Code:
sudo apt autoremove

For the snap version...

Code:
sudo snap remove package_name

and run
Code:
sudo apt autoremove

again
 
If you still want brave browser.........Copy and paste the 5 lines of code, INDIVIDUALLY and hit enter after each line.

HERE

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
 

Members online


Top