I was trying to install vlc player in fedora 10 using yum. As I entered the command from terminal:
yum install vlc
I saw a long list of dependencies that ended up showing a lot of error messages of the form :
Error: Missing Dependency: libcucul.so.0. .....
I was able to solve the problem in the following way:
I rebuilt the repository database by the command:
rpm --rebuilddb
It did the work for me. Probably my yum repository database became errorneous by some changes. When I rebuilt it with the command, it loaded the database information once again from the scratch and the problem got solved.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment