My machine has been reinstalled from scratch so the first thing I decided to do was put VLC on, which I successfully did before very quickly. So... I did the following: [quote] #> su - #> rpm -ivh [URL]http://rpm.livna.org/livna-release-8.rpm[/URL] #> yum install vlc[/quote] And I got the error: Missing Dependency: libpulse.so.... (and three other missing dependence errors too) I then saw another post that said mplayer needs to be removed before the install can take place... so I tried this: [quote] sudo yum remove pdvdlinux pcmlinux mplayer\*[/quote] [quote]su -[/quote] [quote]rpm -ivh [URL]http://rpm.livna.org/livna-release-8.rpm[/URL][/quote] [quote]yum install vlc[/quote] And the three errors were present too this time. So, did I mess up by trying to install VLC before removing Mplayer? - If so how can rectify this?