Results 1 to 7 of 7
first i uses fedora 10
this problem begins with my attemp to install mplayer
i decided to use yum instead
but it said that he can't find it although i've ...
- 02-07-2009 #1Just Joined!
- Join Date
- Aug 2008
- Posts
- 18
[SOLVED] yum yum yum
first i uses fedora 10
this problem begins with my attemp to install mplayer
i decided to use yum instead
but it said that he can't find it although i've installed livna repo
i was surprised as i installed it before on fedora 9
i added all the repo [atrpms,freshrpms,google]
but after that when i tried to use yum to install mplayer i found that i lost it !!!
it gives me that message when i want to use it to install anything
i am shocked as i can't do without yumCode:Loaded plugins: protectbase, refresh-packagekit Options Error: Error parsing '1': URL must be http, ftp, file or https not ""
does anyone have a solution ??Last edited by devils casper; 02-08-2009 at 12:38 AM. Reason: Please use default font color and size.
- 02-07-2009 #2
You seem to have an error somewhere in your repos, you may want to edit them and make sure you have no typos or invalid repos.
Error parsing '1': URL must be http, ftp, file or https not ""I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
- 02-08-2009 #3
Its not recommended to use multiple third pardy repos. I would suggest you to use only one repo at a time.
Execute this
Post output here.Code:su - ls /etc/yum.repos.d
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 02-09-2009 #4Just Joined!
- Join Date
- Aug 2008
- Posts
- 18
sorry for being late
i deleted google and atrpms repos and yum returns to work
so i have now fedora , livna and frsh rpms.
but i can't install mplayer and i don't know why ??
when i type
yum install mplayer
it says
no mplayer package available
although i have installed it before in fedora 9 via yum .
plz help
i can't play any video
i installed smplayer via rpm but it says that it need mplayer to work
- 02-09-2009 #5
Have you tried VLC Player? It supports most of formats.
Execute this
I would suggest you to use either Livna or Freshrpms, not both.Code:yum -y install vlc
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 02-10-2009 #6
Mplayer is part of the RPMFusion repositories.
To install and use RPMFusion execute this code in a terminalCode:[glenn@coolhand ~]$ yum list mplayer* Loaded plugins: fastestmirror, refresh-packagekit Available Packages mplayer.i386 1.0-0.103.20080903svn.fc10 rpmfusion-free-updates mplayer-doc.i386 1.0-0.103.20080903svn.fc10 rpmfusion-free-updates mplayer-gui.i386 1.0-0.103.20080903svn.fc10 rpmfusion-free-updates
You should now be able to install mplayer.PHP Code:su -c 'rpm -ivh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm'
Code:sudo yum install mplayer
Glenn
Powered by Fedora 16 and Arch Linux
- 02-10-2009 #7Just Joined!
- Join Date
- Aug 2008
- Posts
- 18
it works
thanks


