This tutorial uses pacman as the package management (uninstallation) program, but you can also use pikaur or yay instead, since the options discussed are the same for all these package managers. Related: Automatic installation and update of AUR packages A typical command to uninstall a program that will remove all package files: sudo pacman -R PACKAGE Indeed it will remove...