Forum     

Go Back   Digit Technology Discussion Forum > Software > Open Source
Register FAQ Calendar Mark Forums Read

Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems.


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 23-10-2008, 11:11 AM   #1 (permalink)
Blogger
 
hariharakumar's Avatar
 
Join Date: Sep 2008
Posts: 56
Exclamation How to install .tar.gz in Ubuntu


I have downloaded outlook messenger for linux, it has .tar.gz extension, i didnot found any installer for linux, i am new to linux. I dont know how to install, please help me
__________________
Visit my blog at http://geekspage.tk/
Check my blog for updates on Blogging, Social Media, Software.

follow me on Twitter: http://www.twitter.com/hariharakumar
hariharakumar is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 23-10-2008, 02:49 PM   #2 (permalink)
I Always Prefer 1080p
 
techtronic's Avatar
 
Join Date: May 2006
Posts: 1,018
Default Re: How to install .tar.gz in Ubuntu

The tar.gz file is a Tar Ball file which is gun zipped for Compression.
To extract the tar file simply use tar -zxvf <filename>

In Linux, you can use the man command to learn about the options available when executing commands.

For example open a terminal window and type man tar.
This will show you all commands with respect to tar.
techtronic is offline  
Old 23-10-2008, 04:59 PM   #3 (permalink)
Human Spambot
 
Join Date: Jan 2007
Location: Lat 28.38°N , Longt 77.13°E
Posts: 2,431
Default Re: How to install .tar.gz in Ubuntu

Extract the file by right clicking on it and clicking on extract here or using terminal.
Now go to terminal and change present working directory to the directory containing the extracted files.
Switch to super user .
Now enter the command ./configure
and then make && make install
It should work.
ThinkFree is offline  
Old 24-10-2008, 05:03 PM   #4 (permalink)
Blogger
 
hariharakumar's Avatar
 
Join Date: Sep 2008
Posts: 56
Default Re: How to install .tar.gz in Ubuntu

please give me step by step, i am also finding difficulty installing .jar files
__________________
Visit my blog at http://geekspage.tk/
Check my blog for updates on Blogging, Social Media, Software.

follow me on Twitter: http://www.twitter.com/hariharakumar
hariharakumar is offline  
Old 24-10-2008, 09:14 PM   #5 (permalink)
GaurishSharma.com
 
gary4gar's Avatar
 
Join Date: May 2005
Location: Jaipur
Posts: 4,116
Default Re: How to install .tar.gz in Ubuntu

https://help.ubuntu.com/8.04/add-app....html#tarballs
gary4gar is offline  
Old 24-10-2008, 11:19 PM   #6 (permalink)
Wise Old Owl
 
Dark Star's Avatar
 
Join Date: Feb 2006
Location: /dev/hd0
Posts: 1,487
Default Re: How to install .tar.gz in Ubuntu

Quote:
Originally Posted by hariharakumar View Post
I have downloaded outlook messenger for linux, it has .tar.gz extension, i didnot found any installer for linux, i am new to linux. I dont know how to install, please help me
1'st of all settle down no need to compile sources ! Which messanger you are talking about ? If its popular then search it in Synaptic it will be available there ..

Btw to compile.. 1'st copy the link of extracted folder the open terminal and do these 1 by 1..

Code:
cd path of the folder
./configure
make
su or sudo make install
Make sure you read the Install Readme as few sources are compile differently .. also you need to satisfy the dependencies before installing ! Thats a complex stuff so better search in Synaptic !
__________________
Me Myself and My Tux Blog :- http://tuxenclave.wordpress.com/

Last edited by Dark Star; 27-10-2008 at 03:05 PM.
Dark Star is offline  
Old 27-10-2008, 11:17 AM   #7 (permalink)
Wise Old Owl
 
hullap's Avatar
 
Join Date: Dec 2006
Location: delhi
Posts: 1,429
Default Re: How to install .tar.gz in Ubuntu

^ sude
lol
hullap is offline  
Old 27-10-2008, 03:03 PM   #8 (permalink)
Wise Old Owl
 
Dark Star's Avatar
 
Join Date: Feb 2006
Location: /dev/hd0
Posts: 1,487
Default Re: How to install .tar.gz in Ubuntu

Typo re
__________________
Me Myself and My Tux Blog :- http://tuxenclave.wordpress.com/
Dark Star is offline  
Old 30-10-2008, 03:18 PM   #9 (permalink)
OSS Enthusiast!
 
nitish_mythology's Avatar
 
Join Date: Sep 2005
Location: Hills of Kumaoun
Posts: 664
Default Re: How to install .tar.gz in Ubuntu

Offtopic
There are source code tar balls we need to compile... and then there are distro specific binaries like .rpm , .deb etc etc.. All clear!
What are .bin files then?? Been wondering since a long time!
__________________
Do you know, Shinigamis only eat apples???
nitish_mythology is offline  
Old 30-10-2008, 03:32 PM   #10 (permalink)
Wise Old Owl
 
hullap's Avatar
 
Join Date: Dec 2006
Location: delhi
Posts: 1,429
Default Re: How to install .tar.gz in Ubuntu

^ binary files?
hullap is offline  
Old 30-10-2008, 03:44 PM   #11 (permalink)
OSS Enthusiast!
 
nitish_mythology's Avatar
 
Join Date: Sep 2005
Location: Hills of Kumaoun
Posts: 664
Default Re: How to install .tar.gz in Ubuntu

^^Distro independent??
__________________
Do you know, Shinigamis only eat apples???
nitish_mythology is offline  
Old 30-10-2008, 03:49 PM   #12 (permalink)
Wise Old Owl
 
Dark Star's Avatar
 
Join Date: Feb 2006
Location: /dev/hd0
Posts: 1,487
Default Re: How to install .tar.gz in Ubuntu

All installable files except packages like .deb,.rpm, .aur are distro independent !
__________________
Me Myself and My Tux Blog :- http://tuxenclave.wordpress.com/
Dark Star is offline  
Old 31-10-2008, 02:17 AM   #13 (permalink)
Commander in Chief
 
QwertyManiac's Avatar
 
Join Date: Jul 2005
Posts: 6,658
Default Re: How to install .tar.gz in Ubuntu

^^
Even .deb, .rpm are distro independent once you install the rpm and dpkg packages in any distro.
__________________
Harsh J
www.harshj.com
QwertyManiac is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
install ubuntu without cd amey_dude Open Source 10 01-02-2008 09:59 AM
Before I install Ubuntu.... FilledVoid Open Source 15 31-10-2007 01:24 PM
how to install ubuntu direct from install menu rather than first run it thru live cd arunks Open Source 10 31-08-2006 10:41 PM
Install KDE on Ubuntu dabster Open Source 10 08-08-2005 09:04 PM
help in ubuntu install shivi4 Open Source 1 27-07-2005 06:15 PM

 
Latest Threads
- by Charan
- by Sujeet
- by reddick
- by clinton
- by Who

Advertisement




All times are GMT +5.5. The time now is 12:05 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2