[SOLVED] Can't find the location of the tutorials folder

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
condmat
Posts: 4
Joined: Thu Jan 27, 2011 3:34 pm

[SOLVED] Can't find the location of the tutorials folder

Post by condmat » Thu Jan 27, 2011 3:45 pm

Hi all,
I have the abinit installed in my ubuntu laptop. I just wanted to study the online tutorials. However, I couldn't find the tutorials folder mentioned in the abinit webpage. It would be great if someone can tell me the path of the abinit tutorials folder in a ubuntu/debian installation. Or is there a link that I can download them from?

condmat
Posts: 4
Joined: Thu Jan 27, 2011 3:34 pm

Re: Can't find the location of the tutorials folder

Post by condmat » Thu Jan 27, 2011 4:12 pm

condmat wrote:Hi all,
I have the abinit installed in my ubuntu laptop. I just wanted to study the online tutorials. However, I couldn't find the tutorials folder mentioned in the abinit webpage. It would be great if someone can tell me the path of the abinit tutorials folder in a ubuntu/debian installation. Or is there a link that I can download them from?

Nevermind, I figured it out after doing do following:

Code: Select all

locate *abinit* 

which gave:

Code: Select all

/usr/share/doc/abinit-doc/tutorials/

Locked