Uninstall¶
This section describes how to uninstall V7 FAH application.
Please let the current Work Unit finish and upload (using “Finish”). Exit the FAHControl application.
Ubuntu, Mint, and Debian¶
Identify currently installed folding@home packages:
dpkg -l
Remove the packages:
sudo dpkg -P [package_name]
Red Hat, CentOS, and Fedora¶
Identify currently installed folding@home packages:
rpm -qa | grep -i fah
Remove the packages:
yum remove [package_name]