Page 1 of 1

HOW TO REMOVE COMPLETELY ?

Posted: Thu Jun 25, 2015 10:52 am
by jvnr
Dear All,

I have installed Abinit on my Ubuntu-14.04lts, but now I want to remove it completely from my system, due to space issues. Could someone please suggest me proper way of doing this ??

Many thanks.

Regards,
JVN Sarma, India.

Re: HOW TO REMOVE COMPLETELY ?

Posted: Thu Jul 02, 2015 7:40 pm
by pouillon
If you installed Abinit through a package manager, just use the same program to remove it. Using APT, it would e.g. look like:

Code: Select all

apt-get remove abinit


If you installed it manually, you'll have to go to the installation directory and remove selectively the executables of Abinit. The following command might help you to find them, as it will order the files by their creation time:

Code: Select all

ls -ltr


If you don't know where to look for, just start with /usr/local.