0

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?

  • `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 with `sudo rm -r gromacs/` – Knud Larsen Jun 18 '21 at 11:17
  • See also [If I build a package from source how can I uninstall or remove completely?](https://askubuntu.com/questions/87111/if-i-build-a-package-from-source-how-can-i-uninstall-or-remove-completely) – steeldriver Jun 18 '21 at 11:27
  • Thank you Knud Larsen. 'sudo rm -r gromacs/' command line by you has been sufficient – Muhriddin Mahkamov Jun 18 '21 at 19:04

0 Answers0