MP3 files in Linux how to play them?!!!!!

Tim ignored_mailbox at yahoo.com.au
Wed Apr 12 16:04:01 UTC 2006


Just so you know what went wrong...

On Tue, 2006-04-11 at 20:41 +0300, Ivan Evstegneev wrote:

> 2) I don't have such folder as  "etc/yum.reposd"

The prior post had a typo.  It's "/etc/yum.repos.d" (notice the end).

> 3) After that I did what you asked me and here is the output:
>     
> "root at localhost etc]# wget http://gstreamer.freedesktop.org/download/gstreamer-0.10-deps.repo 
> --20:21:42-- http://gstreamer.freedesktop.org/download/gstreamer-0.10-deps.repo
>            => `gstreamer-0.10-deps.repo'
> Resolving gstreamer.freedesktop.org... 131.252.208.82
> Connecting to gstreamer.freedesktop.org|131.252.208.82|:80... connected.
> HTTP request sent, awaiting response... 200 OK
> Length: 245 [text/plain]
> 
> 100%[====================================>] 245           --.--K/s
> 
> 20:21:43 (12.30 MB/s) - `gstreamer-0.10-deps.repo' saved [245/245]"

...[snip]...  You've downloaded a few repo files in the same way.  That
part was okay.

> 4) Next I typed "chmod" command: 
> [root at localhost etc]# chmod 644 gstreamer-0.10-
> chmod: cannot access `gstreamer-0.10-': No such file or directory

Not sure why you expected the above to work.  The prior poster's example
had the wildcard.

> [root at localhost etc]# chmod 644 gstreamer-0.10-*  <---- for this one I
> got no out put.

No errors, no output, it did it's job silently.  If you listed the
directory you'd see the results.  But I'm not sure why to chmod them, I
thought the default modes would have been fine.

But your next problem stems from the /etc/yum.repos.d/ problem, above.
You needed to be in that directory, for the above to work (putting the
repo files into the repos directory that yum uses), to make the below
work (giving you more file repositories for "yum install
gstreamer-universe" to find gstreamer-universe packages somewhere).  It
didn't know anything about the extra repos, because the repo files you
downloaded ended up somewhere else (going by what you said in your
post).

> 5) And finally I've done yum install gstreamer-universe and this is
> what displayed on my screen:
> 
> "[root at localhost etc]# yum install gstreamer-universe
> Setting up Install Process
> Setting up repositories
> livna
> [1/4]
> core
> [2/4]
> updates
> [3/4]
> extras
> [4/4]
> Reading repository metadata in from local files
> Parsing package install arguments
> No Match for argument: gstreamer-universe
> Nothing to do"

-- 
(Currently running FC4, occasionally trying FC5.)

Don't send private replies to my address, the mailbox is ignored.
I read messages from the public lists.




More information about the fedora-list mailing list