LinuxQuestions.org
Help answer threads with 0 replies.
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 09-11-2008, 01:54 PM   #1
Neil05
LQ Newbie
 
Registered: Sep 2008
Posts: 5

Rep: Reputation: 0
how to install programs on yellow dog linux


I recently installed yellow dog linux on my ps3.
I've downloaded a program via Firefox and i have absolutly no idea how to install it.
can someone give me an easy step-by-step guide how to install each program.
 
Old 09-12-2008, 07:18 AM   #2
r3sistance
Senior Member
 
Registered: Mar 2004
Location: UK
Distribution: CentOS 6/7
Posts: 1,375

Rep: Reputation: 217Reputation: 217Reputation: 217
Quote:
Originally Posted by Neil05 View Post
I recently installed yellow dog linux on my ps3.
I've downloaded a program via Firefox and i have absolutly no idea how to install it.
can someone give me an easy step-by-step guide how to install each program.
What kind of program is it? Just knowing it's a program isn't enough to tell you how to install it. I am guessing you probably got a zipped folder then you likely to uncompress it first but just say what extension the program has at least?
 
Old 09-12-2008, 08:26 AM   #3
Neil05
LQ Newbie
 
Registered: Sep 2008
Posts: 5

Original Poster
Rep: Reputation: 0
oh sorry its a .tar.bz2 file
 
Old 09-12-2008, 09:00 AM   #4
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
You need to extract the contents of the tarball first, which you can do with "tar xvf filename" (no quotes) in a terminal. 'x' is for extract, 'v' for verbose and 'f' to specify the file. Usually, after doing this, a new directory is created (you'll be able to see if this happens from the output of tar), so you'll want to enter that directory and read any documentation, such as a README or INSTALL file.
 
Old 09-12-2008, 10:00 AM   #5
Neil05
LQ Newbie
 
Registered: Sep 2008
Posts: 5

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by Nylex View Post
You need to extract the contents of the tarball first, which you can do with "tar xvf filename" (no quotes) in a terminal. 'x' is for extract, 'v' for verbose and 'f' to specify the file. Usually, after doing this, a new directory is created (you'll be able to see if this happens from the output of tar), so you'll want to enter that directory and read any documentation, such as a README or INSTALL file.
i´ve tried extracting but get this error message:

[Neil05@localhost ~]$ tar xvf banshee-1-1.2.1.tar.bz2
tar: banshee-1-1.2.1.tar.bz2: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now



banshee-1-1.2.1.tar.bz2 is the name of the file im trying to install
 
Old 09-12-2008, 10:52 AM   #6
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
Obviously you need to be in the same directory as the file. Use cd to change directories.
 
Old 09-14-2008, 04:56 PM   #7
Neil05
LQ Newbie
 
Registered: Sep 2008
Posts: 5

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by Nylex View Post
Obviously you need to be in the same directory as the file. Use cd to change directories.

ok i done that i got to ./configure and i keep getting this error message with anything i try to install;

configure: Package gstreamer-0.10 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gstreamer-0.10.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gstreamer-0.10' found
configure: error: no gstreamer-0.10 >= 0.10.13 (GStreamer) found
 
Old 09-15-2008, 01:03 AM   #8
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
Go and get GStreamer and install it. Which program are you trying to install? Are you sure your distro doesn't have a package for it already?
 
Old 09-15-2008, 04:29 AM   #9
jomen
Senior Member
 
Registered: May 2004
Location: Leipzig/Germany
Distribution: Arch
Posts: 1,687

Rep: Reputation: 55
There is Rythmbox as a music player and totem as video player available to install on yellow dog without needing to compile yourself.

I suppose it is possible to add other software repositories and use the software provided there - so you might find a ready-to-use package "banshee" and need not compile it yourself.

To compile programs you will need to get/install all the neccesary development tools (compiler, the header-files for al the libraries needed to compile the program...)
Read up on the requirements to compile banshee in the readme file that came with the source-code.
 
Old 09-15-2008, 07:05 AM   #10
Neil05
LQ Newbie
 
Registered: Sep 2008
Posts: 5

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by Nylex View Post
Go and get GStreamer and install it. Which program are you trying to install? Are you sure your distro doesn't have a package for it already?
yeah see im a complete newbie to Linux so it could have the package i just dont know where to look.
i did install GStreamer but i still get the same result.

and im trying to install banshee. i want banshee so i can use my ipod on it.
 
Old 09-16-2008, 01:18 AM   #11
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
Your distro's package management system will be able to tell you which packages are available. You might want to look for the documentation for Yellow Dog. Edit: also you might want to try running ldconfig (as root) and then trying to run the configure script for Banshee again.

Last edited by Nylex; 09-16-2008 at 01:51 AM.
 
  


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
Yellow Dog Linux 6.0 (Pyxis), Pre-Install, Thoughts/Comments/Insights? pazz33 Linux - Distributions 0 03-28-2008 01:37 AM
install flash player 9 on Yellow Dog VERT9 Linux - Software 6 03-26-2008 09:37 PM
Yellow Dog Linux Robert Diggs Linux - General 2 01-03-2007 11:17 PM
Yellow Dog Linux 4.1 ilovelagar Linux - Newbie 4 09-16-2006 01:50 PM

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

All times are GMT -5. The time now is 09:30 PM.

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