Find the answer to your Linux question:
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 ...
  1. #1
    Just 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

  2. #2
    Linux Engineer b2bwild's Avatar
    Join Date
    Jul 2008
    Location
    Behind You!
    Posts
    1,108
    Extract the archive.
    Rename it as songbird
    su to root.
    Copy the folder to /usr/lib.
    Create a link
    # ln -s /usr/lib/songbird /usr/local/bin
    Create a launcher. name it as songbird.
    (Songbird executable is shell script not compiled program so use sh command)
    Then set command = sh /usr/lib/songbird/songbird
    Last edited by b2bwild; 05-03-2009 at 07:33 AM. Reason: typo
    Never make any misteaks.

    Read my Blog at --> Penguin Inside Subscribe Feed

  3. #3
    Just 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?

  4. #4
    Just Joined!
    Join Date
    Apr 2009
    Posts
    98
    Job done! Thanks for the reply b2bwild

  5. #5
    Linux Guru reed9's Avatar
    Join Date
    Feb 2009
    Location
    Boston, MA
    Posts
    4,651
    Just FYI, while it's not in the repos, there is an ubuntu package for it.

    https://help.ubuntu.com/community/Songbird

  6. #6
    Linux Engineer b2bwild's Avatar
    Join Date
    Jul 2008
    Location
    Behind You!
    Posts
    1,108
    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.
    Never make any misteaks.

    Read my Blog at --> Penguin Inside Subscribe Feed

  7. #7
    Linux Guru reed9's Avatar
    Join Date
    Feb 2009
    Location
    Boston, MA
    Posts
    4,651
    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.

  8. #8
    Just Joined!
    Join Date
    Apr 2009
    Posts
    98
    Thanks for all the replies both

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...