Question:
How do I add software to linux? I got the tar.gz file now what? Where do i extract it to?
Hadilf Otler
2010-01-19 03:49:52 UTC
I'm a wee bit lost!
Six answers:
2010-01-25 01:50:30 UTC
Linux is a fantastic operating system with a different package management to Windows. Tar.gz is a style of compressed zipped folder. Most of the time you need to use Terminal to unpack the files, then install them. Usually the codes are "sudo cd tar.gz *file name* *file location* ; sudo make *name* make install. It differs from OS to OS though.



Your best bet is to get either a .deb or .rpm package depending on your version of Linux. Also, the Ubuntu repositories have FANTASTIC package management which completely handles the installation itself, provided you are using Ubuntu 9.04 or higher.
jplatt39
2010-01-19 05:08:13 UTC
Not a wee bit lost. Turn around. I'm building a Linux from Scratch system and that is the only one I would seriously use a tar.gz file for -- generally. Most of them are source code. And on that system. In the nineties it made sense to use this format because most people who used Linux used Unix in the lab and they could handle the dependencies and had to get these programs running at home and at work. Not hard when you do it yourself. These days we have distros who handle dependencies for you. If you are using Ubuntu, Mepis, Linux Mint or Debian, you want a .deb package which you can either get from synaptic or from the people who gave you the .tar.gz file. If you use a red-hat derived os you want an RPM file (though I'm told both Suse and Mandriva which are red hat derived have developed their own formats. For slackware if it isn't in the distro you probably do want to compile it yourself but you are advised to get a slackbuild file.



So what distro are you using, did you check your repository for the package, and install their version? Do that first. doing a tar -xvzf to your tar.gz file and following the INSTALL instructions -- can be vvery dangerous I've ruined a few installations by not following them CAREFULLY enough -- and is usually obsolete anyhow. It should be a LAST RESORT.
jerry t
2010-01-19 05:52:40 UTC
For most versions of linux the tar.gz is not the preferred method of installing software.

Not knowing which version of linux you are using we cannot give specific advice, but generally speaking every version of linux has a "package manager" which will add and remove software with little hassle and no need for the command line. I would suggest that you look through all you menu items for an entry called something like "Add or Remove programs". That should install any software that is available.

If you cannot find such an entry in your menu if you post back which version of linux you are using and what software you are trying to install we could give much more specific help.

Good luck
2016-05-26 19:46:58 UTC
There are many Programs Like Winrar, 7-zip But The Best is Power Archiver 2010 Because it is a Combination of Winrar Options and 7-zip Options and More
Linux Mint 11
2010-01-19 06:42:43 UTC
Based on the assumption you are working with Ubuntu



Installing Software on Ubuntu (including tar.gz files)

http://www.psychocats.net/ubuntu/installingsoftware



Ubuntu 9.10 (Karmic Koala) User Guide

http://ubuntuguide.org/wiki/Ubuntu:Karmic





LUg.
Marko S
2010-01-22 12:19:33 UTC
What distro are you using (there are at least HUNDREDS of wildly different Linux distros)? Are you trying to build your own custom version of Linux (if so, why, because there are so much easier options)?



What exactly are you trying to do?



Be more specific please. It is very hard to help you because you are not giving much information about the actual problem.


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...