I have installed gromacs package with deffect to on usr/local/gromacs. Simple command lines like these: 'sudo apt-get remove gromacs, sudo apt-get remove --purge gromacs, sudo apt-get remove --auto-remove gromacs' did not work. How to get rid of this package?
Asked
Active
Viewed 25 times
apt remove
is for packages installed with apt (or dpkg). ..../usr/local/
is entirely manual installs. .... If you cannot 'make uninstall' from the original gromacs source, then simply remove the files withsudo rm -r gromacs/
– Knud Larsen Jun 18 '21 at 11:17