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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
06-20-2008, 10:51 AM
|
#1
|
|
LQ Newbie
Registered: Jun 2008
Posts: 5
Rep:
|
Unable to install vlc on fedora due to error 404 !
Hi all,
I am using FC-9/x86_64.
just unable to install vlc player using the command
# yum install vlc
It's okay with all processes except downloading part.
Giving horrible errors 
Downloading Packages:
http://ftp.yellowdoglinux.com/pub/ye...c9.x86_64.rpm: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
http://ftp.yellowdoglinux.com/pub/ye...c9.x86_64.rpm: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
http://ftp.yellowdoglinux.com/pub/ye...c9.x86_64.rpm: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
Error Downloading Packages:
libid3tag-0.15.1b-6.fc9.x86_64: failure: libid3tag-0.15.1b-6.fc9.x86_64.rpm from updates: [Errno 256] No more mirrors to try.
libupnp-1.6.6-1.fc9.x86_64: failure: libupnp-1.6.6-1.fc9.x86_64.rpm from updates: [Errno 256] No more mirrors to try.
libdc1394-2.0.2-1.fc9.x86_64: failure: libdc1394-2.0.2-1.fc9.x86_64.rpm from updates: [Errno 256] No more mirrors to try.
help me please !!!!!!
thanks in advance.
|
|
|
|
06-20-2008, 04:51 PM
|
#2
|
|
LQ 5k Club
Registered: Jan 2008
Location: Copenhagen, DK
Distribution: pclos2012.8, Slack1337 DebSqueeze, +50+ other Linux OS, for test only.
Posts: 11,626
|
|
|
|
|
06-21-2008, 01:17 AM
|
#3
|
|
LQ Newbie
Registered: Jun 2008
Posts: 5
Original Poster
Rep:
|
Thanks dude...but I am a newbie and I don't know how to use these links and commands.
If you could post all those commands to install vlc,would be great.
Thanks agn.
|
|
|
|
06-21-2008, 04:41 PM
|
#4
|
|
Member
Registered: Jun 2008
Location: North Carolina
Distribution: Gentoo, Debian 7 RC 1, Mageia 3 RC 1, Kubuntu 13.04, Arch Linux
Posts: 138
Rep:
|
Hello kkrockstar.
Have you tried adding additional repositories to your YUM configuration?
|
|
|
|
06-22-2008, 04:51 AM
|
#5
|
|
LQ 5k Club
Registered: Jan 2008
Location: Copenhagen, DK
Distribution: pclos2012.8, Slack1337 DebSqueeze, +50+ other Linux OS, for test only.
Posts: 11,626
|
VLC media player for Fedora
http://www.videolan.org/vlc/download-fedora.html
If you want to do changes to your repo :
Google keyword : change repo yum
And please use "LQ Search" for info.
Config files are e.g /etc/yum.repos.d/fedora.repo
(a new link can be added there)
If you want to install a downloaded package, not found in
your repo, the command is # 'rpm -Uvh <package-name.rpm>'
but yum should be preferred.
Rgds
|
|
|
|
06-26-2008, 12:41 PM
|
#6
|
|
LQ Newbie
Registered: Jun 2008
Posts: 5
Original Poster
Rep:
|
but what is the exact reason bro that while installing vlc through yum command, the host is unreachable ?(error 404)
also tell me step wise please that how to get rid of it.
thanks
|
|
|
|
06-27-2008, 11:56 AM
|
#7
|
|
LQ 5k Club
Registered: Jan 2008
Location: Copenhagen, DK
Distribution: pclos2012.8, Slack1337 DebSqueeze, +50+ other Linux OS, for test only.
Posts: 11,626
|
From Wikipedia :
http://en.wikipedia.org/wiki/HTTP_404
Quote:
|
The 404 or Not Found error message is an HTTP standard response code indicating that the client was able to communicate with the server but either the server could not find what was requested, or it was configured not to fulfill the request and did not reveal the reason why. 404 errors should not be confused with "server not found" or similar errors, in which a connection to the destination server could not be made at all.
|
Rgds
|
|
|
|
06-30-2008, 07:14 AM
|
#8
|
|
LQ Newbie
Registered: Jun 2008
Posts: 5
Original Poster
Rep:
|
Thanks everyone for their nice support.I added some extra repositories to my yum.repos.d folder and it worked for me
,but in the end, can someone post a list of all featured yum repositories or where can be they found at one place ?
Thanks once again for being this much helpful to newbies like me.
|
|
|
|
06-30-2008, 07:42 AM
|
#9
|
|
Guru
Registered: Mar 2006
Location: Sydney, Australia
Distribution: Fedora, CentOS, OpenSuse, Slack, Gentoo, Debian, Arch, PCBSD
Posts: 6,678
Rep: 
|
I've never seen a list like this, and I rather doubt one exists. Not all of the repo guys get along, and worse still, there are incompatibilities between certain repos (used to be livna vs dag/atrmps etc - is that still the case?)
Experience helps, but that isn't really an answer that helps you
|
|
|
|
07-02-2008, 05:05 AM
|
#10
|
|
Senior Member
Registered: Mar 2008
Location: India
Distribution: Dynebolic, Ubuntu 10.10
Posts: 1,320
Rep:
|
Quote:
Originally Posted by kkrockstar
but what is the exact reason bro that while installing vlc through yum command, the host is unreachable ?(error 404)
also tell me step wise please that how to get rid of it.
thanks
|
404 doesn't mean computer can't be got to. it means file doesn't exist.
can't you just search on the web for a file you can down load and install from?
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 09:00 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|