Results 1 to 9 of 9

Thread: How do you compile a tar.gz file?

  1. #1
    Join Date
    Mar 2011
    Location
    Indianapolis, IN
    Beans
    299
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Question How do you compile a tar.gz file?

    I just downloaded cheese-3.0.1.tar.gz from the Cheese website because I want to have the latest version. The Ubuntu Software Center Doesn't have the latest version, 3.0.1. cheese-3.0.1.tar.gz is in my Downloads folder in Home. I would really appreciate elementary steps on how to get this annoying file under control.
    I'm really looking forward to Ubuntu 13.04 Raring Ringtail! Are you?

  2. #2
    Join Date
    Jun 2011
    Location
    Grand Forks, ND
    Beans
    113
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: How do you compile a tar.gz file?

    Simply type tar -zxvf (filename).

  3. #3
    Join Date
    Mar 2011
    Location
    Indianapolis, IN
    Beans
    299
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: How do you compile a tar.gz file?

    Does that also install Cheese?
    I'm really looking forward to Ubuntu 13.04 Raring Ringtail! Are you?

  4. #4
    Join Date
    Jun 2011
    Location
    The Shadow Gallery
    Beans
    6,744

    Re: How do you compile a tar.gz file?

    Quote Originally Posted by doppel.ganger View Post
    I just downloaded cheese-3.0.1.tar.gz from the Cheese website because I want to have the latest version. The Ubuntu Software Center Doesn't have the latest version, 3.0.1. cheese-3.0.1.tar.gz is in my Downloads folder in Home. I would really appreciate elementary steps on how to get this annoying file under control.
    the tar.gz file is a compressed file (zipped up) which needs to be extracted first.

    then in the extracted folder the source (binaries) should be located.

    there should be a readme/install .txt file if the developers were nice which will give you more info but usually you would do a
    ./configure
    ./make

    but depends on the contents

    read here first
    https://help.ubuntu.com/community/CompilingEasyHowTo
    Backtrack - Giving machine guns to monkeys since 2006
    Kali-Linux - Adding a grenade launcher to the machine guns since 2013

  5. #5
    Join Date
    Aug 2010
    Location
    Old Bridge, NJ
    Beans
    84
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: How do you compile a tar.gz file?

    There is almost certainly a README in that tarball.
    smarm!

  6. #6
    Join Date
    Jan 2007
    Beans
    6,537
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: How do you compile a tar.gz file?

    You can't run Cheese 3.0 on the current version of Gnome in Ubuntu. You need to be running Gnome 3, and Ubuntu only uses Gnome 2. The next version of Ubuntu will be based on Gnome 3 however, or you could install the Gnome 3 PPA and grab Cheese from there (don't run any other upgrades and remove the PPA straight after). There's a high chance this could mash your system up completely though, so try it at your own risk.

    I would advise just holding off for Oneiric, it'll be out in a few months.

  7. #7
    Join Date
    Jun 2011
    Location
    Grand Forks, ND
    Beans
    113
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: How do you compile a tar.gz file?

    Also, for future notice, you can also go to Downloads under your Places menu, find the compressed file, right click and choose extract here.

  8. #8
    Join Date
    Jun 2011
    Location
    The Shadow Gallery
    Beans
    6,744

    Re: How do you compile a tar.gz file?

    Quote Originally Posted by Neoncamouflage View Post
    Simply type tar -zxvf (filename).
    The OP question was "how to compile"

    i am guessing he is not familiar with what a .tar.gz file is.

    So he needs to extract by right clicking and choosing extract or indeed using the command at terminal

    tar -zxvf

    then he needs to compile contents if the contents need compiling
    Backtrack - Giving machine guns to monkeys since 2006
    Kali-Linux - Adding a grenade launcher to the machine guns since 2013

  9. #9
    Join Date
    Mar 2011
    Location
    Indianapolis, IN
    Beans
    299
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: How do you compile a tar.gz file?

    Thank you, paqman! I'll stick with the Ubuntu Software Center version until Oneiric!
    I'm really looking forward to Ubuntu 13.04 Raring Ringtail! Are you?

Bookmarks

Posting Permissions

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