LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Gfortran - still struggle (https://www.linuxquestions.org/questions/linux-newbie-8/gfortran-still-struggle-4175499908/)

AlexBB 03-29-2014 05:29 PM

Gfortran - still struggle
 
Hi there,

I have posted on the issue before. It seems I have made some progress. When I tried to use this command:

Quote:

sudo apt-get install gfortran
I would get an error message that I did not have a Fully Qualified Domain Name (FQDN) and therefore the qmail could not get installed. I finally added my registered domain name to the host name in the hostname file:

Quote:

alexb-VirtualBox
It now looks like this (my FQDN in /etc/hostname):

Quote:

alexb-VirtualBox.my_lastName.org
The system went through motions, verifying the IP address I believe and finally accepted it. However it calls it differently: Fully Qualified Host name.

Then the qmail seemed to have been installed and gfortran as well.

However when I enter either gfortran/Gfortran/fortran or qmail in the search window I get nothing. Why?

Please help. Thanks.

evo2 03-30-2014 07:39 PM

Hi,
Quote:

Originally Posted by AlexBB (Post 5143435)
Then the qmail seemed to have been installed and gfortran as well.

However when I enter either gfortran/Gfortran/fortran or qmail in the search window I get nothing. Why?

Which search window are you referring to?

You can confirm if they are installed from the output of the following command.
Code:

dpkg -l qmail gfortran
Evo2.

AlexBB 03-31-2014 01:02 PM

Thank you evo2. I have already resolved all issues. GFortran is there and it is working.


All times are GMT -5. The time now is 06:59 AM.