Search : in
By :

Can't get vlc to work

Last answer on Feb 10, 2009 9:21:47 pm GMT david, on Feb 10, 2009 8:01:40 pm GMT 
 Report this message to moderators

Hello,
I tried installing vlc on ubuntu using "sudo apt-get install vlc" with the terminal, but it says "E: Coudn't find package Vlc." How do I download this package and then install it onto ubuntu?

Configuration: Windows Vista
Internet Explorer 7.0

Best answers for « Can't get vlc to work » in :
[Laptop]Can't exit Power saving mode Show[Laptop]Can't exit Power saving mode Issue My Laptop is stuck on Power saving mode. My computer enters Power saving mode at completely random times, my screen goes blank and it says "Entering Power saving mode" after which the green Power...
Make a Software compatible with Vista ShowMake a Software compatible with Vista Sometimes you can’t run some old software or program because they are not compatible with the vista system. So what you should do to make these programs run: Right click on the exe file of the...

1

 xpcman, on Feb 10, 2009 9:21:47 pm GMT

Ubuntu Intrepid Ibex 8.10,
Ubuntu Hardy Heron LTS 8.04

Open Synaptic (System -> Administration -> Synaptic Package Manager).
In Settings -> Repositories, make sure you have a "multiverse" repository activated.

Search for vlc and install it. You should also install vlc-plugin-esd, mozilla-plugin-vlc (and libdvdcss2).
Command line way

You need to check that a "multiverse" mirror is listed in your /etc/apt/sources.list.

% sudo apt-get update
% sudo apt-get install vlc vlc-plugin-esd mozilla-plugin-vlc

Reply to xpcman