You are not logged in.

#1 2008-12-30 03:28:11

jmak
Member
Registered: 2008-12-21
Posts: 453

[SOLVED]How to uninstall pkgbuild

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

#2 2008-12-30 03:31:17

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,405
Website

Re: [SOLVED]How to uninstall pkgbuild

pacman -R <pkgname>

Use the "man pacman" page for more information, of even "pacman --help"

Online

#3 2008-12-30 03:34:09

Xyne
Administrator/PM
Registered: 2008-08-03
Posts: 6,965
Website

Re: [SOLVED]How to uninstall pkgbuild

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 StuffForum EtiquetteCommunity Ethos - Arch is not for everyone

Offline

#4 2008-12-30 05:07:52

jmak
Member
Registered: 2008-12-21
Posts: 453

Re: [SOLVED]How to uninstall pkgbuild

Thanks for the replies. Those commands worked.

jmak

Offline

Board footer

Powered by FluxBB