You are not logged in.

#1 2008-08-14 12:54:17

Beno@
Member
Registered: 2008-08-10
Posts: 5

How to remove a package built from AUR

Hi!

I hope nobody has ever asked this question, but i didn't find an answer.
I built a package from the AUR repository but i don't use it anymore, that's why i'd like to remove it but i don't know how to remove it from my computer since it doesn't appear in pacman's list hmm

can somebody explain me how to do this?

thanks!

Last edited by Beno@ (2008-08-14 12:57:18)

Offline

#2 2008-08-14 12:59:38

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: How to remove a package built from AUR

If you built the package with makepkg, the only way to install it would have been with pacman. Are you sure you actually installed it? If so, have you got the package name correct?

Offline

#3 2008-08-14 13:13:43

Beno@
Member
Registered: 2008-08-10
Posts: 5

Re: How to remove a package built from AUR

I installed yaourt with makepkg but it doesn't appear in the list hmm

but when I use yaourt -Ss yaourt I can see it...


edit: that was my fault roll
i can remove it but when I search  it it doesn't appear smile

Last edited by Beno@ (2008-08-14 13:14:03)

Offline

#4 2008-08-14 13:21:15

Lord Illidan
Member
From: Malta
Registered: 2007-10-25
Posts: 248

Re: How to remove a package built from AUR

pacman -Qm will give you the list you are looking for big_smile

Offline

#5 2008-08-14 13:36:17

Army
Member
Registered: 2007-12-07
Posts: 1,784

Re: How to remove a package built from AUR

Ok, you are doing some things wrong!
> I installed yaourt with makepkg but it doesn't appear in the list hmm
Of course it doesn't appear, because makepkg only creates a package, which must be installed with pacman -U. You can also compile it with makepkg -i, so it will be installed after being compiled
> but when I use yaourt -Ss yaourt I can see it...
Of course you can see it, yaourt is available in AUR, that's where your command also searches. What you want here is pacman -Qs

Offline

#6 2008-08-14 14:15:09

rooloo
Member
Registered: 2008-07-09
Posts: 218

Re: How to remove a package built from AUR

ok, refer to the man pages for pacman

-S (Sync) is for anything over the internet.
-Q (Query) any operation that is performed locally.

So yaourt -Ss means it will search over the internet in the AUR. If you wanna search locally for a package you use -Q for local query.

makepkg is not a pakcage manager, instead it is a package builder for pacman, pacman is the package manager. As Army already said, once you use makepkg to build the package, you need to install the package with pacman -U

BTW, -U (upgrade) a package.

Need more info, read the man pages.

man pacman

once yaourt is installed

man yaourt

Last edited by rooloo (2008-08-14 14:17:41)

Offline

#7 2008-08-14 14:28:41

Beno@
Member
Registered: 2008-08-10
Posts: 5

Re: How to remove a package built from AUR

yes, i badly expressed myself, i created a package with makepkg but i installed it with pacman -U smile

thank you for your help!

Offline

Board footer

Powered by FluxBB