Possible Duplicate:
How to update VLC to the latest version?
Hello guys, I have already installed stable version of VLC from Ubuntu Software center. But i would like to try the latest beta VLC media player nightly builds
http://nightlies.videolan.org/#ubuntu <-- These ones
How can I do it?
ty
Regards
:)
sudo ppa-purge ppa:videolan/master-daily
thensudo apt-get update
andsudo apt-get install vlc
– Oct 09 '12 at 06:59sudo vi /etc/apt/sources.list
and comment the line containing this ppa by inserting#
at the bnegining of the line then makesudo apt-get update
thensudo apt-get install vlc
– Oct 09 '12 at 07:24