You are not logged in.

#1 2008-09-15 20:49:18

JoshuaK
Member
From: Ohio, USA
Registered: 2008-09-13
Posts: 66
Website

Uninstalling from AUR

I installed a pkg from AUR (ksplash-arch to be exact) but found i didnt like it. So how do i remove it? i did tar -xf file.tar.gz makepkg -c the pacman -U file.pkg.tar.gz
Help?


Meh has new account! This one left behind for history's sake...

Offline

#2 2008-09-15 20:51:07

j.roszk
Member
From: Poznan/Poland
Registered: 2008-05-22
Posts: 29
Website

Re: Uninstalling from AUR

man pacman

In your case it should be pacman -R ksplash-arch

Offline

#3 2008-09-15 23:26:41

ssjlegendx
Member
Registered: 2008-01-01
Posts: 94
Website

Re: Uninstalling from AUR

j.roszk wrote:

man pacman

In your case it should be pacman -R ksplash-arch

As j.roszk said, you can remove the package with Pacman.

Even though the PKGBUILD and perhaps some other files were obtained through AUR, running makepkg builds a package that can be handled by Pacman -- the same kind that you download when installing from the official repositories. smile

Without the use of a wrapper or other utility, Pacman itself will allow you to install the package you built, keep track of its installed presence, and remove it (using a command similar to that quoted above). Upgrading the package, on the other hand, will -- in the absence of said wrapper or utility -- require that you download the updated tarball and/or PKGBUILD, run makepkg again, and install the new package over the old one.

Last edited by ssjlegendx (2008-09-15 23:29:04)


#!/vim/rocks

Offline

#4 2008-09-15 23:48:28

sand_man
Member
From: Australia
Registered: 2008-06-10
Posts: 2,164

Re: Uninstalling from AUR

yaourt makes this a lot easier.


neutral

Offline

#5 2008-09-16 15:47:27

JoshuaK
Member
From: Ohio, USA
Registered: 2008-09-13
Posts: 66
Website

Re: Uninstalling from AUR

So basically the AUR is a d/l and then extarct thing that once that is done you can pacman everything like normal? sweet. Now if only there was a way to do like pacman -S aur-my-file rather than downloading each separate. Can i upgrade through pacman or must i download new stuff (like exe's in win and deb files in ubuntu)? is there an AUR thing that does this? i will look into yaourt i guess


Meh has new account! This one left behind for history's sake...

Offline

#6 2008-09-16 17:11:43

Profjim
Member
From: NYC
Registered: 2008-03-24
Posts: 658

Re: Uninstalling from AUR

yaourt does what you're looking for.

Offline

Board footer

Powered by FluxBB