Google Plus

install from source tarbal in Linux

Written by Mel Kham on . Posted in Frequently Asked Questions

Question : how to install tar.gz of tar.bz2 or tgz files in Linux/Unix systems

answer : To Install file from source tarball




Download file : program .tar.gz or program.tgz

Extract the file to program with :

$tar  -zxvf   program.tar.gz
$tar  -zjvf  program.tar.bz2

Now go to the prgram

$Cd    

configure command, oddly enough, configures software for your computer and checks if you have everything needed for it to build

example :

*** GLib 2.0 is required to build Elisa ; please make sure you have the GLib

 $./configure

The make command compiles the software.

$make

no go under root install the program

$su –
#make  install

in The same way you can install bz2 and tgz files

For questions please refer to our Q/A forum at : http://ask.unixmen.com

Mel Kham

Founder of Unixmen, Living in Amsterdam. Am working in my free time to help people to understand the Opensource and to explain them in easy way how to make the fist steps to the the light. Working day and night with my Co-founder Zinovsky to keep this website live even with less resources.
  • Wilson

    Please can anybody help me out. I’m new to linux. I’m useing Ubuntu 9.10(Karmic)
    I can install the tarball files. each time i try to install i get this.

    configure: error: no math library found (libm)
    wizzy@wizzy:~/Downloads/mp3blaster-3.2.3$ make
    make: *** No targets specified and no makefile found. Stop.

    after useing the tar zxf *****.tar.gz
    and the ./configure command.
    there is always an error and it never finds any target. I cant play music and videos with ubuntu. Someone please help.

  • pirat9

    Wilson;
    try this first

    sudo apt-get install libc6-dev libvorbis-dev

Like us on Facebook

This week Top Posts

Write for us

Recent Comments

Snake

|

Wow, great. That’s what i’m waiting for too. I want to make DC with LDAP ( Active Directory alternative) and SAMBA on Ubuntu. :-)

Blawer

|

Thanks!!!!!!!!!!!!!!!!!! you rules!!! all the other “help” in google are useless… yours was very helpful. Thanks again

piCool

|

Great ! we have another another master trick :-)

Yilmaz Ulugtekin

|

Just delete the space after the slash (/) it will work.

Pat L

|

I tried it and it works with a regular zip file, but if you password-protect the .zip file it does NOT work.

 
IDG Tech Network
Copyright © 2008-2013 Unixmen.com .
Maintained by Anblik .