Passwords  [SOLVED]

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
hn61
Posts: 5
Joined: Fri Oct 04, 2013 3:47 pm

Passwords

Post by hn61 » Fri Oct 04, 2013 4:16 pm

Dear All,

Could you please let me know how I can obtain the passwords of these packages:

apt-get -y install gcc g++ gfortran
apt-get -y install patch
apt-get -y install libnetcdf-dev
apt-get -y install fftw3 libfftw3-dev

apt-get -y install libatlas-base-dev libatlas3gf-base
apt-get -y install liblapack3gf liblapack-dev
apt-get -y install libblas3gf libblas-dev

apt-get -y install openmpi-bin openmpi-common libopenmpi-dev

During installation passwords are asked.

Thank you

User avatar
jbeuken
Posts: 365
Joined: Tue Aug 18, 2009 9:24 pm
Contact:

Re: Passwords

Post by jbeuken » Sat Oct 05, 2013 9:59 pm

Hi,

if you are a super user ( sudo user ), you can try to prefix all commands by sudo command like :

Code: Select all

sudo apt-get -y install gcc g++ gfortran


and you can use your password

jmb
------
Jean-Michel Beuken
Computer Scientist

hn61
Posts: 5
Joined: Fri Oct 04, 2013 3:47 pm

Re: Passwords

Post by hn61 » Mon Oct 07, 2013 9:51 am

Thank you, however I am not a super user,how can I become a super user?
Thank you for your help

User avatar
jbeuken
Posts: 365
Joined: Tue Aug 18, 2009 9:24 pm
Contact:

Re: Passwords  [SOLVED]

Post by jbeuken » Mon Oct 07, 2013 9:53 pm

Hi,

how can I become a super user?


Ask to the administrator of your computer...

jmb
------
Jean-Michel Beuken
Computer Scientist

Locked