Results 1 to 9 of 9

Thread: [SOLVED] VLC 9.2 Install

  1. #1
    Join Date
    Oct 2007
    Location
    USA - Indiana
    Beans
    557
    Distro
    Ubuntu 10.10 Maverick Meerkat

    [SOLVED] VLC 9.2 Install

    Hey all! I was wanting to test drive VLC 9.2, but it's not in the repositories, nor can I find a .deb of it.

    I know that I can compile from source... I tried it, but I'm just a little stupid when it comes to this.

    I tried that article "How to Install Anything in Ubuntu" and I unzipped the file and read the INSTALL file... I couldn't figure it out. Can anyone walk me through this.

    It's about time I learned how to do this anyways. I got the file from here.

  2. #2
    Join Date
    Aug 2008
    Beans
    44

    Re: VLC 9.2 Install

    sudo apt-get remove vlc vlc-nox
    sudo apt-get autoremove

    add sources list:

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

    sudo apt-get reload
    sudo apt-get install vlc vlc-nox

  3. #3
    Join Date
    Oct 2007
    Location
    USA - Indiana
    Beans
    557
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: VLC 9.2 Install

    Is this a trustworthy repo?

  4. #4
    Join Date
    Oct 2004
    Location
    Denmark
    Beans
    37
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: VLC 9.2 Install

    __________________________
    Ubuntu news or Debian news

  5. #5
    Join Date
    Dec 2006
    Location
    webtown, webland
    Beans
    135
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: VLC 9.2 Install

    u can mark solved now.

  6. #6
    Join Date
    Oct 2007
    Location
    USA - Indiana
    Beans
    557
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: VLC 9.2 Install

    Quote Originally Posted by directcharitycontribution View Post
    u can mark solved now.
    haha... actually ... I was looking to learn how to install if from source.. but I'll mark it as solved anyways since this works.

  7. #7
    Join Date
    Jan 2007
    Beans
    186

    Re: VLC 9.2 Install

    Quote Originally Posted by anotherdisciple View Post
    Is this a trustworthy repo?
    I would also like to know the answer to this question. How do we know that the repository is and will always be legit?

  8. #8
    Join Date
    Jan 2008
    Location
    /us/al/home/mb_webguy
    Beans
    2,339
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: VLC 9.2 Install

    Quote Originally Posted by anotherdisciple View Post
    haha... actually ... I was looking to learn how to install if from source.. but I'll mark it as solved anyways since this works.
    VLC isn't something you want to learn with. I have tried myself, and it's not pretty (and I have quite a bit of experience compiling on *nix system). It has many dependencies, including quite a few libraries. Since the versions of these libraries in the repositories aren't the newest ones which the newest version of VLC requires, you would likely have to compile these from source as well (as well as any libraries those libraries may depend upon, and so on). There's a term for this: "dependency hell".

    Compiling from source isn't really a mystery, nor is it very difficult unless the program has numerous unmet dependencies. If anything, it's a chore best to be avoided. All you have to do is extract the archive, then (in the terminal) change to the directory where you extracted the files. If there is a file called "configure", then the directory does indeed contain compilable source code.

    Type "./configure" (occasionally with some optional arguments) to configure the code for your system and requirements, and go get some coffee or a soda. Then type "make" to compile the code, and go get something to eat or take a nap. You might even want to go see a movie. If you have a slow computer and it's a big program, you might as well go to bed and check back in the morning. Once that's done, type "sudo make install" to install the compiled application on your computer.

  9. #9
    Join Date
    Oct 2005
    Location
    Adelaide, South Australia
    Beans
    746
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: VLC 9.2 Install

    Originally Posted by directcharitycontribution
    u can mark solved now.
    No sorry you CANNOT! here is why :
    the repo is NOT trustworthy, and there is no key for it.

    If you goto the vlc website and look at the main page it says

    "UBER YAY NEW VERSION OUT PWNAGE!!!!?!?!?!? DOWNLOAD NOW YOU ****"
    So i click on the download link and oh yea i see...thats right i'm using ubuntu, so i click on that link.

    But when i get to that page, there is no mention of this url anywhere :

    Please provide a link to the official website that shows this url.

    Its also very annoying that after following links for what you think are for the new version only take to the old version.
    Last edited by airtonix; October 14th, 2008 at 12:17 AM.
    Fear is the mindkiller....
    The little death that obliterates...

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •