Abhishek's Weblog

Installing VLC in UBUNTU 8.10

I was using ubuntu from a long time back and i personally feels that it is one of the best LINUX OS.

Well VLC is a cross platform media player and streaming server also.I liked it because of its support for various audio and video formats (ogg,MPEG, DivX, mp3, …) as well as DVDs, VCDs, and various streaming protocols also.I also had used it as a streaming server and most important thing is that it is an open source project. So question is how to install it on your machine(Having UBUNTU).

INSTALLATION on System with Internet Connection

There are many ways of installing VLC, either download it from site and install it manually(may have dependencies problem) or using apt-get.

Using apt-get :
% sudo apt-get install vlc vlc-plugin-esd mozilla-plugin-vlc

It will install all necessary packages and also mozilla plugin for VLC.

Also you can follow the Graphical way also :
Open Synaptic (System -> Administration -> Synaptic Package Manager).
Make sure you have a “multiverse” repository activated.(In Settings -> Repositories,)
Search for vlc and install it.

INSTALLATION on System without Internet Connection

This is very important because this method will work with almost every package(But i only had tried it with VLC and MPlayer) . First find a machine with ubuntu installed and with INTERNET connection.Then use following command.

%sudo apt-get install vlc vlc-plugin-esd mozilla-plugin-vlc –download-only

All files downloaded after above command are found at /var/cache/apt/archives/
Copy these files into a single folder and install them using command’
%dpkg -i *.deb (pwd must be that folder where you copied the files)

(Suggestion : Please remove/move all files in /var/cache/apt/archives before downloading the new files)

Also VLC is available for other distros also.
For any problems you can mail me at nit.abhi85@gmail.com
VLC Site : http://www.videolan.org/

March 4, 2009 - Posted by Abhishek | FOSS n LINUX | , , , , , | 3 Comments

3 Comments »

  1. >>First find a machine with ubuntu installed and with INTERNET connection.Then use following command

    Alternatively from any machine with ANY OS connected to the net visit packages.debian.org or packages.ubuntu.com and search for the packages you need and download them

    Comment by Sam Albuquerque | March 25, 2009 | Reply

    • but there we will face the problem of dependencies and in linux systems that is very big problem. Alos if we are doing that we have to download each and every file related to main package as downloading vlc.tar or vlc.deb will not work.

      Comment by Abhishek | March 28, 2009 | Reply

  2. The reason I suggested the above is that you will not always find a machine with Ubuntu connected to the internet. What if the person following this tutorial is the only linux enthusiast in the whole neighbourhood.

    Also the machine with internet connection will have other required dependencies already installed and they will not be listed, in case just the debs you got from the cache don’t work, you will have to come back for them which IMHO is a bummer.

    Comment by Sam Albuquerque | July 23, 2009 | Reply


Leave a comment