Results 1 to 8 of 8
I am running Xubuntu 8.10 and i would like to download/install Songbird. But i couldn't find it in Synaptic so i went along to Songbird's home site. Now the problem ...
- 05-03-2009 #1Just Joined!
- Join Date
- Apr 2009
- Posts
- 98
Downloading and opening a .tar.gz file
I am running Xubuntu 8.10 and i would like to download/install Songbird. But i couldn't find it in Synaptic so i went along to Songbird's home site. Now the problem is the download comes in this format: Songbird_1.1.2-1042_linux-i686.tar.gz. Could someone tell me where i go from here please. Thanks
- 05-03-2009 #2
Extract the archive.
Rename it as songbird
su to root.
Copy the folder to /usr/lib.
Create a link
Create a launcher. name it as songbird.# ln -s /usr/lib/songbird /usr/local/bin
(Songbird executable is shell script not compiled program so use sh command)
Then set command = sh /usr/lib/songbird/songbirdLast edited by b2bwild; 05-03-2009 at 07:33 AM. Reason: typo
- 05-03-2009 #3Just Joined!
- Join Date
- Apr 2009
- Posts
- 98
Hi b2bwild thanks for the reply but the method you've shown here is a little over the top for me as my Linux experience is virtually nil. Isn't there an easier way for a n00b like myself?
- 05-03-2009 #4Just Joined!
- Join Date
- Apr 2009
- Posts
- 98
Job done! Thanks for the reply b2bwild
- 05-03-2009 #5
Just FYI, while it's not in the repos, there is an ubuntu package for it.
https://help.ubuntu.com/community/Songbird
- 05-03-2009 #6
branoo, If theres .deb available you should install it using package manager.
thanks to reed9.
If you install it via debain package manager, it will be easily upgradable in furture.
- 05-03-2009 #7
Just noticed the link to songbird on the community wiki page is out of date for Jaunty...but you're running 8.10 anyway I now realize. Anyway, this page has links to Hardy, Intrepid, and Jaunty packages for the 1.1.2 release.
- 05-04-2009 #8Just Joined!
- Join Date
- Apr 2009
- Posts
- 98
Thanks for all the replies both


Reply With Quote