Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
12-19-2009, 07:28 AM
|
#1
|
LQ Newbie
Registered: Dec 2009
Posts: 2
Rep:
|
Installing software in UBUNTU 8.10
Hi!
i installed ubuntu 8.10 in my desktop today.I dont know anything based on linux so please heLp me in downloading and installing the following programs:
VLC MEDIA PLAYER
MOZILLA FIREFOX (LATEST)
ITUNES
UTORRENT
how should i use .tar.bz2 file
|
|
|
12-19-2009, 07:33 AM
|
#2
|
LQ Guru
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
|
Hello and welcome to LinuxQuestions,
Installing software in Ubuntu is quite easy and straightforward. There are a lot of good guides on the internet, easily found by Google. Here are some:
Ubuntu installing software 1
Ubuntu installing software 2.
tar.bz2 files are compressed archive files that generally contain source code to compile or install. Since you're new to Linux/Ubuntu I advice you to stick to using the easy way of installation as described above in the links until you're more at ease with Linux and feel at comfort using the command line.
Kind regards,
Eric
|
|
|
12-19-2009, 08:14 AM
|
#3
|
LQ Veteran
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809
|
Welcome to LQ!!
First--if it all possible, always use the package manager to install SW. You will find this in your menus----Look for Synaptic or Adept---or maybe something that just says "install programs" or "install software".
If you have to install something that you downloaded, then it depends very much on exactly what it is. Most downloaded SW will come with instructions--often in a "README" file included in the package.
Whenever you see "tar.gz", tar.bz2", etc. you first have to extract from the archive---eg:
for tar.gz: tar -xzvf filename
for tar.bz2: tar -xjvf filename
These commands are normally issued as the root user. In Ubuntu, unless you have enabled the root account, just add "sudo" in front of any command that needs admin (root) privileges.
|
|
|
12-19-2009, 08:19 AM
|
#4
|
Member
Registered: Dec 2005
Distribution: Slackware 14
Posts: 106
Rep:
|
Hi,
the above links will certainly give you the information you want.
I use Debian, but, since Ubuntu uses the same package management, for a quick reference:
Quote:
sudo apt-get update
sudo apt-get install vlc
|
should install vlc
Quote:
sudo apt-get update
sudo apt-get install firefox
|
or check this thread for the latest version
http://ubuntuforums.org/showthread.php?t=330386
.tar.bz2 files :
Quote:
tar -xjf /path/to/file.tar.bz2
cd /path/to/uncompressed/folder
./configure && make
sudo make install
|
|
|
|
All times are GMT -5. The time now is 08:21 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|