Vlc plugin error, No plugins found

I installed vlc via ppa from vlc
After some days it started giving plugin errors, I removed vlc and purged the ppa

But still it gives plugin errors whenever I install other software from USC, or I update my machine.

Like:

main libvlc error: No plugins found! Check your VLC installation.

Screenshots

enter image description hereenter image description here

1 Answer

It would seem you installed vlc* from the videolan master ppa. Ocassionaly it will produce builds that complete but have no plugins, ie. worthless.

If you have synaptic installed or can install, open it up, search vlc & mark ALL the vlc packages for complete removal, there will be 5 or 6

(libvlc5; libvlccore5 ; vlc-data; vlc-nox; vlc-plugin-notify; vlc-plugin-pulse

Alternately try this, removing vlc-data should remove all

sudo apt-get purge vlc-data

When you get this all cleaned up & if desiring the newly named 1.2, (vlc-2.0), then use this ppa for a stable build, for 11.10 & 12.04 only

sudo add-apt-repository ppa:videolan/stable-daily

Lp page, -

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like