11

I downloaded utorrent and spotify from the AUR packages. Because of that I also had to install wine, but I couldn't manage to delete them, instead I deleted wine as a workaround and remove utorrent's and spotify's directories.

What is the right way to do it? Anything I'm missing?

1 Answers1

21

The correct way to delete a package is pacman -R package-name. To delete everything, including modified configuration files and dependencies you may have pulled in with a tool such as yaourt or packer, run pacman -Rns package-name.

In this respect, AUR packages are no different from native packages.

user3188445
  • 5,257