LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
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 08-03-2010, 10:28 AM   #1
muckybucket
Member
 
Registered: May 2010
Posts: 37

Rep: Reputation: 15
How to install tar files?


I am trying to install the latest version of Banshee on Fedora 13, but latest version appears to be a 'tarball' file.

I have downloaded and extracted this file, but am baffled as to what to do next.

Are there any guides out there for installing these files?
 
Old 08-03-2010, 10:32 AM   #2
amani
Senior Member
 
Registered: Jul 2006
Location: Kolkata, India
Distribution: Debian 64-bit GNU/Linux, Kubuntu64, Fedora QA, Slackware,
Posts: 2,766

Rep: Reputation: Disabled
If you do not know how to 'compile' from source (the tar.bz2/gz file), then use your package manager or untar the file and look inside
 
Old 08-03-2010, 10:33 AM   #3
snowday
Senior Member
 
Registered: Feb 2009
Posts: 4,667

Rep: Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411
tar is simply an archive format, like .zip on Windows. Anything could be inside the archive. You need to extract it, see what's in there, and look for a README or other instructions.

However, Banshee is in the Fedora repositories, so all you need to do is:

Code:
su
yum install banshee
Not only is using 'yum' simpler, it will also keep your system more stable and easier to update.
 
Old 08-03-2010, 10:39 AM   #4
muckybucket
Member
 
Registered: May 2010
Posts: 37

Original Poster
Rep: Reputation: 15
I did that, but it simply installed version 1.6 rather than the new 1.7...
 
Old 08-03-2010, 10:44 AM   #5
snowday
Senior Member
 
Registered: Feb 2009
Posts: 4,667

Rep: Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411
Quote:
Originally Posted by muckybucket View Post
I did that, but it simply installed version 1.6 rather than the new 1.7...
That's the correct default behavior for Fedora. Fedora 13 came out in May and uses the most current applications as of that date. Fedora 14 will come out in a couple of months and will have new versions of all the applications. In other words, you get a big update of everything at once every 6 months, rather than lots of little updates.

If you feel you really need 1.7 right away, then you need to extract the tar archive and look inside as a couple of us have suggested.
 
Old 08-03-2010, 10:48 AM   #6
muckybucket
Member
 
Registered: May 2010
Posts: 37

Original Poster
Rep: Reputation: 15
I have looked inside, but being a newbie, none of it is helpful. The readme file merely directs back to the banshee website which is unhelpful...
 
Old 08-03-2010, 10:48 AM   #7
amani
Senior Member
 
Registered: Jul 2006
Location: Kolkata, India
Distribution: Debian 64-bit GNU/Linux, Kubuntu64, Fedora QA, Slackware,
Posts: 2,766

Rep: Reputation: Disabled
If you enable the 'Fedora 13 updates testing' repository, you can enjoy the latest ... latest issues if any as well.

But do not enable 'rawhide'
 
1 members found this post helpful.
Old 08-03-2010, 11:30 AM   #8
kldavis4
LQ Newbie
 
Registered: Aug 2010
Location: Raleigh, NC
Distribution: Ubuntu, Slax
Posts: 3

Rep: Reputation: 0
This is from the Banshee development page:

Quote:
Then you should cd banshee (move to the folder where you checked it out from git) and run ./autogen.sh followed by make. You can run Banshee from git alongside Banshee from a package by not running make install. Instead, run and test Banshee from git with make run.
So, it sounds you just to untar it, cd to the directory, run ./autogen.sh and then make, assuming you have all the dependencies required (unlikely!). See the link above for more on that.
 
Old 08-03-2010, 12:03 PM   #9
smoker
Senior Member
 
Registered: Oct 2004
Distribution: Fedora Core 4, 12, 13, 14, 15, 17
Posts: 2,279

Rep: Reputation: 250Reputation: 250Reputation: 250
Quote:
Originally Posted by snowpine View Post
That's the correct default behavior for Fedora. Fedora 13 came out in May and uses the most current applications as of that date. Fedora 14 will come out in a couple of months and will have new versions of all the applications. In other words, you get a big update of everything at once every 6 months, rather than lots of little updates.
I think that comment gives the wrong impression. Fedora 13 did come out in may, and Fedora does distribute the latest "tested" version of software, but it also tests newer versions and when they are ready they are released to the update servers for yum. Fedora doesn't stop releasing updates for a version until 13 months have passed (or one month after the release of the 2nd version that follows your version. If you have 13, then you will have updates until 1 month after 15 is released. I see updates on F12 all the time, including Firefox, OOorg, java etc etc as well as system software, font packages, language files and the like..

So the OP has a choice of waiting to see if Fedora release an update to banshee, or building it himself.
 
Old 08-03-2010, 02:42 PM   #10
snowday
Senior Member
 
Registered: Feb 2009
Posts: 4,667

Rep: Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411
Quote:
Originally Posted by smoker View Post
I think that comment gives the wrong impression. Fedora 13 did come out in may, and Fedora does distribute the latest "tested" version of software, but it also tests newer versions and when they are ready they are released to the update servers for yum. Fedora doesn't stop releasing updates for a version until 13 months have passed (or one month after the release of the 2nd version that follows your version. If you have 13, then you will have updates until 1 month after 15 is released. I see updates on F12 all the time, including Firefox, OOorg, java etc etc as well as system software, font packages, language files and the like..

So the OP has a choice of waiting to see if Fedora release an update to banshee, or building it himself.
Yes that is true, sorry if I was misleading. Fedora does indeed release minor updates such as bug fixes and security patches throughout the 13 months a release is supported. The OP won't necessarily get Banshee 1.7, but he/she might get a patched 1.6.1 (for example) that potentially solves the unspecified issue with 1.6.
 
Old 08-04-2010, 04:16 AM   #11
muckybucket
Member
 
Registered: May 2010
Posts: 37

Original Poster
Rep: Reputation: 15
Maybe I will wait for an update then, as I don't (yet) really understand how to build packages... Besides, Banshee seems to be doing pretty much all I want it to, just need to get my iPod to play nice!
 
Old 08-04-2010, 08:18 AM   #12
snowday
Senior Member
 
Registered: Feb 2009
Posts: 4,667

Rep: Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411
I see, so your actual question is "how do I sync my iPod with Fedora?"

There's not a ton of information on this page, but maybe it will help you out: http://fedoraproject.org/wiki/How_to..._an_Apple_iPod
 
Old 08-04-2010, 08:57 AM   #13
muckybucket
Member
 
Registered: May 2010
Posts: 37

Original Poster
Rep: Reputation: 15
No, I did want to try the newer version of Banshee, hence the initial question. The iPod is the next issue, and I wasn't going to post a question until after I had done some research first...

Thanks for the info though!
 
  


Reply



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 to install .tar.bz and src.rpms and tar.gz files gadekishore Linux - Software 1 10-12-2005 08:09 PM
How do I install from .TAR files? CyberLord_7 Linux - Newbie 8 03-17-2005 07:42 PM
How do you install tar/gz files, and rpm files? Fear58 Linux - Software 6 02-14-2004 04:35 PM
cant install .bin files, tar.gz files or anyother format!!! madskillz Linux - Newbie 4 10-05-2003 10:28 AM
How to install .tar files dark_light Linux - General 8 06-28-2003 04:34 PM

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

All times are GMT -5. The time now is 05:21 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