I am trying to install new version of vlc on Linux Mint 16. I have tried tutorials on how to do it and no success. When I am trying to install it with apt-get install vlc I get the same version 2.0.8. How to solve this.
Example in command line:
Command:
sudo add-apt-repository ppa:videolan/master-daily
Output:
You are about to add the following PPA to your system:
This PPA contains daily builds from the VLC development branch.
More info: https://launchpad.net/~videolan/+archive/ubuntu/master-daily
Press [ENTER] to continue or ctrl-c to cancel adding it
Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /tmp/tmp.DncfZniK1d --trustdb-name /etc/apt//trustdb.gpg --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyserver keyserver.ubuntu.com --recv-keys 801DF724
gpg: requesting key 801DF724 from hkp server keyserver.ubuntu.com
gpg: key 801DF724: "Launchpad Daily Build of master branch" not changed
gpg: Total number processed: 1
gpg: unchanged: 1
Command:
sudo apt-get update && sudo apt-get install vlc
Output:
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
**vlc is already the newest version.**
The following package was automatically installed and is no longer required:
libsvga1
Use 'apt-get autoremove' to remove it.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
I have tried this links so far:
How to install the latest version of VLC (2.1.2) on Ubuntu 12.04?