Computing.Net > Forums > Linux > install a software in linux

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

install a software in linux

Reply to Message Icon

Name: d_rajesh
Date: August 28, 2006 at 07:12:41 Pacific
OS: ubuntu
CPU/Ram: 128MB
Product: Intel
Comment:

i want to install a software like MP3 player in linux. I have downloaded the tar/bin file, but do not know how to install it.
Please help me by the command to install a software in Linux



Sponsored Link
Ads by Google

Response Number 1
Name: tonysathre
Date: August 28, 2006 at 11:54:31 Pacific
Reply:

First, you have to untar it. To do that run one of these commands:

tar zxvf filename.tar.gz

or

tar jxvf filename.tar.bz2

next, cd into the directory where you extracted the archive and get a directory listing with ls. If there is a file named configure (usually it's green in color), type ./configure. If all your dependencies have been resolved, and the dependency tree has been built, it should configure without error. If it configures without error, run the make command, when that is done, run sudo make install, or if you are already root, run make install to finish the install.

Other packages use a shell script to install the package. If this is the case, there should be a script file called something like install.sh. To install it with the shell script run sh install.sh.

What distro are you using, and what package are you trying to install?

"Computer security." — Oxymoron


0

Response Number 2
Name: 3Dave
Date: August 29, 2006 at 02:33:13 Pacific
Reply:

From his post it says that he is using ubuntu. In that case the easiest way to install applications is with apt-get. If you wanted to install xmms for playing MP3s:
$ sudo apt-get install xmms
Eneter your password and that's it!

Firstly you probably want to update what packages are available with:
$ sudo apt-get update

You may also want to add extra repositories as this will increase the number of available packages tenfold. For a good starting guide check out the unofficial ubuntu guide here:
http://ubuntuguide.org/
It includes installing MP3 players as well as many other things.

If there is a ubuntu/debian package for the software you want to install I would suggest using that before resorting to using a tar.gz and compiling it yourself.

For a GUI interface for installing software try synaptic.


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More


Linuxant driver installat... remote sound



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Linux Forum Home


Sponsored links

Ads by Google


Results for: install a software in linux

problem in installing a software www.computing.net/answers/linux/problem-in-installing-a-software/29055.html

how do i install a program in linux www.computing.net/answers/linux/how-do-i-install-a-program-in-linux/27795.html

How to install a modem in linux (crypto bes 56k external) www.computing.net/answers/linux/how-to-install-a-modem-in-linux-crypto-bes-56k-external/2516.html