You are not logged in.
Pages: 1
How do I uninstall programs? I have to do it manually, right?
Offline
pacman -R <program name> perhaps? 'man pacman' might be a helpful read.
Offline
Use pacman:
# pacman -R pkgname
Useful switch: -c -s
Read the pacman man pages for their descriptions and other info about pacman.
Offline
I asked because I attempted to uninstall audacious using #pacman -R audacious and it didn't work.
Ok, here's another question.
Which package contains extra plugins for xine?
Offline
I asked because I attempted to uninstall audacious using #pacman -R audacious and it didn't work.
Did you get any error message?
Offline
No.
I think what that did was get rid of the metapackage. I just did #pacman -R audacious-base and it was uninstalled.
Offline
I use
pacman -Rns [program]
Offline
"pacman -Rcns pkgname" here
Offline
Pages: 1