HOW TO REMOVE COMPLETELY ?

option, parallelism,...

Moderators: fgoudreault, mcote

Forum rules
Please have a look at ~abinit/doc/config/build-config.ac in the source package for detailed and up-to-date information about the configuration of Abinit 8 builds.
For a video explanation on how to build Abinit 7.x for Linux, please go to: http://www.youtube.com/watch?v=DppLQ-KQA68.
IMPORTANT: when an answer solves your problem, please check the little green V-like button on its upper-right corner to accept it.
Locked
jvnr
Posts: 1
Joined: Fri Jan 16, 2015 11:19 am

HOW TO REMOVE COMPLETELY ?

Post by jvnr » Thu Jun 25, 2015 10:52 am

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.

User avatar
pouillon
Posts: 651
Joined: Wed Aug 19, 2009 10:08 am
Location: Spain
Contact:

Re: HOW TO REMOVE COMPLETELY ?

Post by pouillon » Thu Jul 02, 2015 7:40 pm

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.
Yann Pouillon
Simune Atomistics
Donostia-San Sebastián, Spain

Locked