You are not logged in.
Pages: 1
Hello,
I cannot find info about the command un-installing pkgbuild. Could anyone help.
thanks,
jmak
Last edited by jmak (2008-12-30 05:08:40)
Offline
pacman -R <pkgname>
Use the "man pacman" page for more information, of even "pacman --help"
Offline
A PKGBUILD is just a set of instructions for makepkg to build an installable package, it's not installable itself. If you've built a package with makepkg and installed it with "pacman -U somepkg.pkg.tar.gz", you should be able to remove it with "pacman -Rsn somepkg", replacing "somepkg" with whatever the name was.
If that doesn't help, you'll need to explain what you're trying to do because your question doesn't make any sense.
My Arch Linux Stuff • Forum Etiquette • Community Ethos - Arch is not for everyone
Offline
Thanks for the replies. Those commands worked.
jmak
Offline
Pages: 1