Find the answer to your Linux question:
Results 1 to 3 of 3
Hi folks, Fedora 12 64bit Is there an easy and reliable way to install *.tar.gz package after extraction? Instead of going through ./configure etc. TIA B.R. satimis...
  1. #1
    Linux Guru
    Join Date
    Sep 2004
    Posts
    1,546

    A question on installing *.tar.gz package

    Hi folks,

    Fedora 12 64bit

    Is there an easy and reliable way to install *.tar.gz package after extraction? Instead of going through ./configure etc.

    TIA

    B.R.
    satimis

  2. #2
    Linux Guru coopstah13's Avatar
    Join Date
    Nov 2007
    Location
    NH, USA
    Posts
    3,149
    create your own RPM build

    other than that, no

  3. #3
    Linux Guru Irithori's Avatar
    Join Date
    May 2009
    Location
    Munich
    Posts
    2,097
    Sure there is.
    That´s what RPM, deb, etc packages are for

    Ok, seriously.
    Package maintainers do roughly this:
    - check licences, need for the package etc
    - download the source as tar.gz, from cvs/subversion/git/whatever
    - write specfiles for RPMs or the like
    - apply patches or additional files if neccessary
    - compile. That is basically: "configure, make, make install"
    - the compiled files are in a package
    - the packages go to a repository

    Creating own packages, if you for example need a newer version, can be a bit tedious, but you more or less have to do it only once.
    For future versions, existing spec files can be reused.
    You must always face the curtain with a bow.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...