Page 1 of 1

Passwords

Posted: Fri Oct 04, 2013 4:16 pm
by hn61
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

Re: Passwords

Posted: Sat Oct 05, 2013 9:59 pm
by jbeuken
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

Re: Passwords

Posted: Mon Oct 07, 2013 9:51 am
by hn61
Thank you, however I am not a super user,how can I become a super user?
Thank you for your help

Re: Passwords  [SOLVED]

Posted: Mon Oct 07, 2013 9:53 pm
by jbeuken
Hi,

how can I become a super user?


Ask to the administrator of your computer...

jmb