I can't removed software from Software Store

I can't remove software from software Store. it show me failed So How can i removed it.....properly... I used linux Kde Dr460 Gameing edition

1 Like

It will be helpful if you post which software you can not remove.

Are your system up to date?
You got error message?
You use pacman or pamac?
Post output as text (reporting bugs).
Please read

and
:slight_smile:

5 Likes

It happens sometimes. Try refreshing the database and then restart your computer.

2 Likes

Quick way

  1. Open the terminal
  2. $ sudo pacman -R {software_name}

Please keep in mind IDK whether is this compatible with software store. If you want to just remove it, give it a try.

1 Like

What about

sudo pacman -Rs {software}

?

I have many packages to remove soon and still not sure if I should use -R or -Rs. I think -Rs removes dependencies as well, or something?

And there are other options/parms too pacman - ArchWiki

A good usage is pacman -Rns.
And always check --help on these things, or you may break the system, even with difficulty… :stuck_out_tongue_winking_eye:
For example, when Pacman Runs, he Runs into trouble! (secret message :grinning_face_with_smiling_eyes: )

3 Likes

Or maybe after pacman -R, it's possible to do a second pass to remove orphans using pacman -Qtdq | pacman -Rns -?

Not sure how Pamac (not paCman here) does it in the background.

2 Likes

This is a totally different approach.
With -Rns it is more contained (to provided packages).
What you ask is for System Clean-up and potentially dangerous, if not careful.
You should always inspect what pacman reports for removal!!!

I usually suggest:

Ask your System Administrator to do it! :wink:

3 Likes

Good point. I’ll ask myself. :smiley:

3 Likes

I've uploaded some images from the Telegram chat - OP forgot that the two things are not linked and people can't guess what's going on.

It looks like some weird bug between Pamac and the system package database, Pamac thinks the software is installed but can't remove it.

2 Likes

ps: I know @jonathon added the photos but please let me

image
This thing in your taskbar is for creating screenshots so you don't have to use your Samsung Smart Fridge to take photos of your screen. :smiley:

When you have taken a screenshot there is a button for Copy to Clipboard and after that just press ctrl+v or right click and paste.

That is how I do it at least :slight_smile: and while I am at it, look at this graph of my installed packages.


(Damn cuda is a big package)

1 Like

Das nenne ich mal gut vernetzt :smiley: :wink:

2 Likes

The easiest method to check the removal/uninstall options is simply using the terminal:

pacman -R --help
2 Likes