You are not logged in.

#1 2007-06-15 19:22:10

kel_p
Member
From: De Kwakel
Registered: 2007-05-10
Posts: 65

Removing package

Basic question..

I just installed SunBird from AUR.
How can I uninstall this package?
pacman -Ss sunbird shows me nothing although it's installed successfully.

Edit:
hhmm.. "pacman -Qs sunbird" did show Sunbird and "pacman -Rs sunbird" did the trick.
I guess -Ss shows me only NOT-installed packages?

Last edited by kel_p (2007-06-26 13:42:02)

Offline

#2 2007-06-15 19:32:35

ataraxia
Member
From: Pittsburgh
Registered: 2007-05-06
Posts: 1,553

Re: Removing package

Use "pacman -Q" or "pacman -Qi" to look at installed packages. "pacman -Ss" is for looking in repositories.

"pacman -R" removes packages. You'll probably want a couple of extra flags so it doesn't leave junk behind - read pacman's manpage.

Offline

#3 2007-06-15 19:33:16

dolby
Member
From: 1992
Registered: 2006-08-08
Posts: 1,581

Re: Removing package

pacman -S looks at the repos
pacman -Q looks at your hard drive
pacman -Rscn removes installed package with its deps
pacman -Qe looks in your hard drive for non explicitly installed orphans


There shouldn't be any reason to learn more editor types than emacs or vi -- mg (1)
[You learn that sarcasm does not often work well in international forums.  That is why we avoid it. -- ewaller (arch linux forum moderator)

Offline

#4 2007-06-15 19:33:34

kel_p
Member
From: De Kwakel
Registered: 2007-05-10
Posts: 65

Re: Removing package

I just figured it out.. thanks.

Offline

#5 2007-06-26 13:41:47

kel_p
Member
From: De Kwakel
Registered: 2007-05-10
Posts: 65

Re: Removing package

Ok, this is not working..
Some time ago I installed a package from AUR (openftd) that I want to reinstall.
It's installed for sure because I'm actually using it, it's just that pacman -Qs/-Ss gives me nothing!!
Searching for keyword "ftd" also gives nothing.. while I know libopenftd is installed.
Locate gives me a million packages belonging to openftd so I don't understand..

Just to be sure.. when I succesfully install a package from AUR.. can I delete the generated package from disk? And still be able to upgrade/uninstall the package in the future?

Last edited by kel_p (2007-06-26 14:15:56)

Offline

#6 2007-06-26 15:02:55

kel_p
Member
From: De Kwakel
Registered: 2007-05-10
Posts: 65

Re: Removing package

Well, I simply forced a new install and now pacman finds the package.
I still don't understand though, why didn't the package show-up in a search with pacman?

Offline

#7 2007-06-26 15:21:10

Millzee
Member
From: Wales
Registered: 2006-12-19
Posts: 22

Re: Removing package

If you type 'pacman -Qm', does it come in in the generated package list?

After one has installed the package with the 'pacman -A' command, one can delete the generated package file from makepkg as it is no longer needed unless one wants to re-install from that package rather than by building a new one from makepkg. However, using the 'pacman -Ss' come with openftd only searches the repos and since openftd is in unsupported, it will not come up with that command. It should've come up with the '-Qs' options, so that indicates it might have been installed incorrectly.

Hope this helps,
Rob


Arch64 and KDE 4.1.3 on an AMD Phenom 9950 Quad-core:
8 Gb RAM, 1 Tb HDD, GeForce 9800 GTX+

Offline

#8 2007-06-26 15:35:15

kel_p
Member
From: De Kwakel
Registered: 2007-05-10
Posts: 65

Re: Removing package

Since I reinstalled it now it shows-up with pacman -Qs/-Qm
I think indeed the install wasn't successfull at the time although I've been using it for some time..
Thanks for the response.

Offline

Board footer

Powered by FluxBB