Ubuntu Repositories: VLC Player
July 9th, 2009
VLC Player is a popular media player which requires no introduction. It is absolutely worth of every praise in the reviews all over the web. Here’s the PPA to get the latest VLC:
Importing the GPG Key:
sudo apt-key adv
--keyserver keyserver.ubuntu.com--recv-keys 7613768D
Then run the following code:
. /etc/lsb-releaseecho deb http://ppa.launchpad.net/c-korn/vlc/ubuntu\ `lsb_release
--short--codename` main | \sudo tee /etc/apt/sources.list.d/vlc.list
Update the sources list:
sudo apt-get update
Source: VideoLAN