Instalando o VLC 1.1.13 no ubuntu 11.10 usando PPA

Por Sem Comentários , , ,

O processo é bem simples, abra um terminal e rode os seguinte comandos:

[root@rogue]# add-apt-repository ppa:n-muench/vlc
You are about to add the following PPA to your system:
 PPA for VLC media player
 sudo add-apt-repository ppa:n-muench/vlc
 
This PPA has VLC Media Player and it's dependencies.
 
All packages are backported either Debian unstable/experimental or Ubuntu Precise
 
Debian/Ubuntu Versioning:
0:
   -Build using existing Ubuntu/Debian packaging (based-on packaging will be listed in changelog)
   -Any MAJOR bugs should be sent to be me directly (don't create a bug report on Launchpad or with developer)
1+:
   -Package has been backported from Debian (depending on program, Ubuntu will autosync release with Debian)
   -Bugs may be reported to Debian, but you should check my changelog to see if I added anything before doing so.
XuX:
   -Package has been backported from the upcoming Ubuntu release (I use this numbering method so when you update to the new Ubuntu release, my packages are replaced with what's in the main Ubuntu release)
   -Bugs may be reported to Ubuntu (using Launchpad), but you should check my changelog to see if I added anything before doing so.
 
NOTES:
*Audacity: Moved here because of newer version of LAME
*libav-extra: The version dependency for libav is adjusted so libav-extra doesn't stall during the build process.
 
DEPENDENCIES STAYING UP TO DATE (everything else will be added as it's needed):
*libav and libav-extra (On hold at the moment, newer versions are causing issues (like removing Audacity))
*x264
*Xvidcore
 
PACKAGE BUILD FAILURES (STATUS):
-All Green
 
UPCOMING PACKAGE UPLOADS (Just waiting on Debian/Ubuntu):
-Avidemux 2.5.6: Waiting on Ubuntu (will move from Programs PPA)
 More info: https://launchpad.net/~n-muench/+archive/vlc
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.Ay455cUgUR --trustdb-name /etc/apt/trustdb.gpg --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyserver hkp://keyserver.ubuntu.com:80/ --recv 1640708104D2F866129B0E86A6804EA8EAE0D85C
gpg: requesting key EAE0D85C from hkp server keyserver.ubuntu.com
gpg: key EAE0D85C: public key "Launchpad PPA for Nate Muench" imported
gpg: Total number processed: 1
gpg:               imported: 1  (RSA: 1)
[root@rogue]# apt-get update
[root@rogue]# apt-get install vlc

Prontinho ;)