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.
HOW TO REMOVE COMPLETELY ?
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.
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.
Re: HOW TO REMOVE COMPLETELY ?
If you installed Abinit through a package manager, just use the same program to remove it. Using APT, it would e.g. look like:
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:
If you don't know where to look for, just start with /usr/local.
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
Simune Atomistics
Donostia-San Sebastián, Spain