Linux | Install VLC 1.0 on Ubuntu 9.04

2009 July 8
by jithinkr

Everyone’s favorite video player, VLC has brought out the 1.0 version. Named as Goldeneye, this has not yet been updated to the Ubuntu Repositories (I tried it didn’t work. Date: 8 July 2009).

VLC

I installed VLC 1.0 today and faced some minor issues. Everything sorted out, I thought it will be good if I publish a post about the same, as I didn’t find any online.

1. Open a terminal window. (Open “Run Application” dialog using [Alt]+[F2] and type “gnome-terminal” to open a terminal.)
2. Type out this command to open the sources.list file. Enter your password when prompted for.

gksudo gedit /etc/apt/sources.list

3. Add the following lines to the end of the sources.list file. Please remember that this is only for Ubuntu 9.04 (Jaunty Jackalope) based OS (That should include Linux Mint 7 too).

deb http://ppa.launchpad.net/c-korn/vlc/ubuntu jaunty main
deb-src http://ppa.launchpad.net/c-korn/vlc/ubuntu jaunty main

4. Save the file and close it.

5. Next type this command into the terminal and press enter.

sudo apt-key adv –recv-keys –keyserver keyserver.ubuntu.com 7613768D

6. Next update the software archives using the following command.

sudo apt-get update

7. Now you should be ready to install VLC 1.0

sudo apt-get install vlc

8. Now try to run, vlc using this command from the terminal.

vlc &

9. If VLC doesn’t run and shows Segmentation Fault then use this command.

sudo apt-get upgrade vlc

10. VLC should have been upgraded now. Run VLC and it should work!

Try it out today! VLC GoldenEye is really awesome! Am watching The Real Adventures of Jonny Quest using VLC GoldenEye. Enjoy.

vlcrunning

Blog Widget by LinkWithin

Technorati Tags: , , ,

  • W: GPG error: http://ppa.launchpad.net jaunty Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D739676F7613768D
    W: You may want to run apt-get update to correct these problems

    ???
  • I believe VLC 1.0 has been updated into the repositories. Hence, you won't be needing to install it the way I have mentioned in this blog post. Try, updating your repository, using "sudo apt-get update" and then install vlc, using "sudo apt-get install vlc"

    It should work now! Good luck!
  • sm
    jithin thanks
    problem is solved now.
blog comments powered by Disqus