LinuxQuestions.org
Review your favorite Linux distribution.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
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


Reply
  Search this Thread
Old 12-07-2007, 02:48 AM   #1
nodar
LQ Newbie
 
Registered: Dec 2007
Posts: 19

Rep: Reputation: 0
How to install .tar.bz2 files


Hi Folks,

I just entered this linux forums and I have questions with you guys. Please be aware that I'm still noob in linux. Here we go.

I have a VMWare with an image of fc6. I want to install these files in this machine and Ijust dont know how to do it. I got these files as I searched over the net about openwsman. Because I planned to install openwsman in this machine.

Here are the files that I want to install:

openwsman-1.5.1.tar.bz2
sblim-sfcc-2.0.2.tar.bz2
subversion-1.4.5.tar.bz2

Does anyone know about openwsman and how to install it in VMWare/Linux?
Your help greatly appreciated.

Thanks in advance,

Noldar Aral
 
Old 12-07-2007, 03:04 AM   #2
teabag_46
Member
 
Registered: Aug 2007
Posts: 35

Rep: Reputation: 15
Other people may use slightly different methods, but I usually do :

tar xvf <filename>.tar.bz2

after that, cd <filename>

then use Vi to read the README/INSTALL files which are generally included in the tar file.

I don't know those particular bits of software, so reading those (or similarly named) files will probably be a good idea.

depending on the software, you might have to do
./configure
make
make install

or it could be as simple as running a built in shell (.sh) script installer.
 
Old 12-07-2007, 03:08 AM   #3
nthillaiarasu
Member
 
Registered: Nov 2007
Posts: 39

Rep: Reputation: 15
first type bunzip2 filename.tar.bz2

then it will come as filename.tar

finally tar xvf filename.tar

then cd filename

./configure
make
make install
make check
 
Old 12-07-2007, 03:18 AM   #4
nodar
LQ Newbie
 
Registered: Dec 2007
Posts: 19

Original Poster
Rep: Reputation: 0
Thank you guys. I'll do this right away.

Advance Merry Christmas
 
Old 12-07-2007, 03:34 AM   #5
matthewg42
Senior Member
 
Registered: Oct 2003
Location: UK
Distribution: Kubuntu 12.10 (using awesome wm though)
Posts: 3,530

Rep: Reputation: 65
By the way, before installing programs by building source code from tarballs, you should look in your package manager to see if there is a pre-built version to install. This is much easier and faster, and you don't have to install all the compiler tool chain.

Building from source is an option, but if you're new to Linux and don't have development experience, you should always prefer installing using pre-built packages where possible.

Of the three things you listed, at least subversion is in the standard repositories for most distros.
 
Old 12-07-2007, 03:42 AM   #6
nodar
LQ Newbie
 
Registered: Dec 2007
Posts: 19

Original Poster
Rep: Reputation: 0
Where can I find this package manager? I'm using VMWare with image of fedora-fc6-i386.
 
Old 12-07-2007, 04:00 AM   #7
deadeyes
Member
 
Registered: Aug 2006
Posts: 609

Rep: Reputation: 79
Quote:
Originally Posted by nodar View Post
Where can I find this package manager? I'm using VMWare with image of fedora-fc6-i386.
the packagemanager is yum in fedora.
man yum
will give you the manual how to use it.
 
Old 12-07-2007, 04:14 AM   #8
nodar
LQ Newbie
 
Registered: Dec 2007
Posts: 19

Original Poster
Rep: Reputation: 0
I already checked the package manager. I believe it's now safe to install them. Thanks to all the replies.
 
Old 12-07-2007, 04:50 AM   #9
brianmcgee
Member
 
Registered: Jun 2007
Location: Munich, Germany
Distribution: RHEL, CentOS, Fedora, SLES (...)
Posts: 399

Rep: Reputation: 40
In Fedora you may add additional repositories that contain more applications. They are not available after default installation fFor example livna repository).
 
Old 12-07-2007, 05:50 AM   #10
matthewg42
Senior Member
 
Registered: Oct 2003
Location: UK
Distribution: Kubuntu 12.10 (using awesome wm though)
Posts: 3,530

Rep: Reputation: 65
I just did a test install of Fedora 6 in a VM and I can find packages for both sblim and subversion in the package manager. I didn't add any extra repositories either, so with these you might find one for the other as well...
 
Old 12-10-2007, 05:50 AM   #11
nodar
LQ Newbie
 
Registered: Dec 2007
Posts: 19

Original Poster
Rep: Reputation: 0
Hi Mattew,

Did you install all the updates? Maybe its because I didn't install the updates or I dont know. Btw, how can I check if this package is existing or not? What command is executed?

thanks in a milliom,

nodar
 
Old 12-10-2007, 06:53 AM   #12
matthewg42
Senior Member
 
Registered: Oct 2003
Location: UK
Distribution: Kubuntu 12.10 (using awesome wm though)
Posts: 3,530

Rep: Reputation: 65
I just looked in the package manager from the add remove programs entry in the applications menu. I used the search feature in the program which comes up. I think there are several tabs. IIRC one has lists of popular packages, and another provides a search feature. I have deleted Fedora now so I cannot give more precise instructions.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
how do i install .tar.bz2 files on ubuntu? kriogenic Linux - Newbie 11 02-14-2006 10:26 AM
how do you install tar.bz2 files? Pbguru Linux - Newbie 1 07-25-2004 04:45 PM
extracting tar.bz2.gz files crank Linux - Newbie 5 04-18-2004 11:33 PM
.tar.bz2 files Agileuk Linux - Newbie 7 09-28-2003 12:36 PM
Opening .tar.bz2 files dominique Linux - Newbie 7 11-30-2001 02:41 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 10:14 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration