Re: gfortran on old machines



Kamaraju Kusumanchi <kk288@xxxxxxxxxxx> wrote:

Is this glibc available as a single (zipped) file like gfortran is? Is
there any website from which I can download it? I tried googling but all
I could find is .rpm and .deb files. Since I do not have root access on
this machine, the .rpm files are not very useful.

You can extract the files from the file foo.deb file by doing

ar xv foo.deb

This will usually create three files named

debian-binary
control.tar.gz
data.tar.gz

data.tar.gz contains the actual data. Extract it using

zcat data.tar.gz | tar -xvf -

Or talk to your sysadmin to install more up-to-date libraries :-)

Thomas
.



Relevant Pages

  • Re: gfortran on old machines
    ... there any website from which I can download it? ... I tried googling but all I could find is .rpm and .deb files. ... Since I do not have root access on this machine, the .rpm files are not very useful. ...
    (comp.lang.fortran)
  • Re: How can I extract a single file from an rpm package?
    ... Try rpmdev-extract filename.rpm, it will extract all files in the rpm ... variety of old libraries, most of which I already had. ... take a chance that the other libraries in the rpm package were identical ...
    (comp.os.linux.misc)
  • Re: extracting rpms to non-root directories
    ... Chris Jones wrote: ... > I'm trying to extract the contents of an rpm to a non-standard place ... while creating any necessary directories. ...
    (Fedora)
  • Re: installing tar.gz files
    ... > on Extract.. ... All the applications in the SuSE cds/dvds are in rpm ... To learn how to install rpm packages, ... You can also install them with Yast, clicking on the rpm icon, and then on ...
    (alt.os.linux.suse)
  • Re: installing tar.gz files
    ... > on Extract.. ... I would suggest installing by rpm is a lot easier and safer. ... www.opera.com and go to the linux download page for version 7.23. ... rpm installations are better because you can UNinstall just as easily if you ...
    (alt.os.linux.suse)