You are not logged in.

#1 2011-04-24 05:20:38

Mazh
Member
Registered: 2011-04-13
Posts: 48

[SOLVED]remove simple applications from KDE

How to remove useless applications like games, or some others I'll never use on KDE.

Thanks.

Last edited by Mazh (2011-04-24 05:48:03)

Offline

#2 2011-04-24 05:25:57

ngoonee
Forum Fellow
From: Between Thailand and Singapore
Registered: 2009-03-17
Posts: 7,354

Re: [SOLVED]remove simple applications from KDE

man pacman

Search for the word 'remove'


Allan-Volunteer on the (topic being discussed) mailn lists. You never get the people who matters attention on the forums.
jasonwryan-Installing Arch is a measure of your literacy. Maintaining Arch is a measure of your diligence. Contributing to Arch is a measure of your competence.
Griemak-Bleeding edge, not bleeding flat. Edge denotes falls will occur from time to time. Bring your own parachute.

Offline

#3 2011-04-24 05:36:24

Mazh
Member
Registered: 2011-04-13
Posts: 48

Re: [SOLVED]remove simple applications from KDE

I know command, in fact I should I have ask how to remove for example Konqueror, doing pacman -Rs Konqueror won't remove it as it's not found. Is there a way to know the name of the packages to remove it. Also, what if I want to remove only a single game. Problem is I need all the space I can have cause I run from an USB key 4GB, so if I can make alittle clean up and gettin few mbs, that would be good.

Last edited by Mazh (2011-04-24 05:36:55)

Offline

#4 2011-04-24 05:37:44

broken pipe
Member
Registered: 2010-12-10
Posts: 238

Re: [SOLVED]remove simple applications from KDE

pacman -Qqet | grep kde

will show you a list of packages which have been installed independently. you can safely remove them without removing any system dependencies.

Offline

#5 2011-04-24 05:38:06

ngoonee
Forum Fellow
From: Between Thailand and Singapore
Registered: 2009-03-17
Posts: 7,354

Re: [SOLVED]remove simple applications from KDE

pacman -Qm to see all packages installed. You can grep the list (perhaps with kde) to see what's removable). Konqueror, for example, is kdebase-konqueror.


Allan-Volunteer on the (topic being discussed) mailn lists. You never get the people who matters attention on the forums.
jasonwryan-Installing Arch is a measure of your literacy. Maintaining Arch is a measure of your diligence. Contributing to Arch is a measure of your competence.
Griemak-Bleeding edge, not bleeding flat. Edge denotes falls will occur from time to time. Bring your own parachute.

Offline

#6 2011-04-24 05:38:59

broken pipe
Member
Registered: 2010-12-10
Posts: 238

Re: [SOLVED]remove simple applications from KDE

Mazh wrote:

I know command, in fact I should I have ask how to remove for example Konqueror, doing pacman -Rs Konqueror won't remove it as it's not found. Is there a way to know the name of the packages to remove it. Also, what if I want to remove only a single game. Problem is I need all the space I can have cause I run from an USB key 4GB, so if I can make alittle clean up and gettin few mbs, that would be good.

pacman -Rs Konqueror won't work, because the package is named kdebase-konqueror

Offline

#7 2011-04-24 05:45:17

Mazh
Member
Registered: 2011-04-13
Posts: 48

Re: [SOLVED]remove simple applications from KDE

yes, thanks to you all.

I've done a pacman -h and I've noticed that I could query a list of installed packages.

Thanks for the tips!

Last edited by Mazh (2011-04-24 05:48:19)

Offline

#8 2011-04-24 05:49:44

MadTux
Member
Registered: 2009-09-20
Posts: 553

Re: [SOLVED]remove simple applications from KDE

Read this on how to mark a thread as solved

https://bbs.archlinux.org/viewtopic.php?id=50161

Offline

Board footer

Powered by FluxBB