2

Related to: How to update VLC to the latest version?

Except that there are no builds for Natty in this VLC ppa:

ppa:videolan/stable-daily

Index of /videolan/stable-daily/ubuntu/dists:

So how do I update VLC (currently 2.0) on Ubuntu 11.04, Natty Narwhal?

Mike Moe
  • 345

3 Answers3

7

There is a daily build PPA from the VLC team, add it following these steps

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

Update and upgrade / install VLC

sudo apt-get update && sudo apt-get install vlc

REF

Ringtail
  • 16,127
  • 1

    If you need a more recent version, please consider upgrading Ubuntu. That's unhelpful. The original question was how to locate/install VLC 2.0 in Natty, not how to install 1.x or upgrade Ubuntu.

    –  Feb 19 '12 at 19:02
  • Well that didn't come from me it was posted on the VLC web site, so if you think it's unhelpful take it up with the provider. They would surly like your feedback – Ringtail Feb 19 '12 at 19:17
  • How safe is it to use the development branch instead of the stable branch? Also, it is a bit odd that there is a stable version for oneiric/precise only, but the development branch contains additional builds for maverick and natty. – Mike Moe Feb 20 '12 at 16:31
  • Have no idea as to the safety. I just know what works, I use. If it doesn't work it gets removed. – Ringtail Feb 20 '12 at 18:47
0

Installing from source worked for me - here's the log: http://eumenidae.blogspot.com/2012/02/upgrading-to-vlc-20-on-ubuntu-1104-with.html

-2

Try using this PPA, I don't know if they have packages for 11.04, but they have for either 11.10 and 10.04, so it's worth trying.

sudo add-apt-repository ppa:n-muench/vlc
sudo apt-get update
sudo apt-get install vlc

This PPA is not a testing repo, so lastest VLC 2.0 stable version is released here. If you still can't get it the easy way, you can always compile from source.

Good luck! ;)

  • I do not see any packages except for 11.10. – Bruno Pereira Feb 20 '12 at 13:46
  • 1
    Article on OMGUbuntu said so... sorry.

    What happens if he downloads the .deb files from this repo? Like for example downloading core-vlc deb file from: https://launchpad.net/~n-muench/+archive/vlc/+build/3223046/+files/vlc_2.0.0-1%7Eppa1_amd64.deb ?

    – crackout12 Feb 21 '12 at 00:25
  • You would also need to install all package dependencies and possibly break your system doing so. Don't be sorry, everyone makes mistakes sometimes, what is important is to fix them after ;) – Bruno Pereira Feb 21 '12 at 00:39