Rabu, 08 Juli 2015

VLC media player for Ubuntu

Ubuntu 13.10 “Saucy Salamander”
Ubuntu 13.04 “Raring Ringtail”
Ubuntu 12.10 “Quantal Quetzal”
Ubuntu 12.04 LTS “Precise Pangolin”

Quick install

This is the recommended way for installing VLC.
Download for Ubuntu button

Graphical way

Open Synaptic application (click on System -> Administration -> Synaptic Package Manager).
Search for vlc and install it. You may also want to install browser-plugin-vlc.
If you are interested in streaming or transcoding, you should additionally install libavcodec-extra-53.

Command line way

% sudo apt-get update
% sudo apt-get install vlc browser-plugin-vlc

Nota Bene

Ubuntu includes whichever VLC version was the latest at the time the Ubuntu release was frozen (typically about two months before the official Ubuntu upgrade).
Afterward, you can still get security and critical bug fixes, but no further major VLC version updates until the next Ubuntu release.
If you need a more recent version, please consider upgrading Ubuntu.

--- or  ---

Quick tip: new VLC versions are released quite frequently and even though some don't introduce any new features, there are important bug fixes in each release (you can find the VLC changelogsHERE). If you want to always have the latest stable VLC version in Ubuntu, here are some PPAs you can use.



Ubuntu 14.10: Nate Muench maintains two VLC PPAs, one for Ubuntu 14.10 and one for Ubuntu 14.04. 

To install the latest VLC from Nate's PPA in Ubuntu 14.10, use the following commands:
sudo add-apt-repository ppa:n-muench/vlc
sudo apt-get update
sudo apt-get install vlc
To install the latest VLC in Ubuntu 14.04 / Linux Mint 17.1 or 17, use the following commands:
sudo add-apt-repository ppa:n-muench/vlc2
sudo apt-get update
sudo apt-get install vlc

Ubuntu 14.10, 14.04, 13.10, 12.10 and 12.04: you can use the "VLC Daily build of stable branch"PPA. This PPA doesn't have the latest stable VLC version but it provides builds from the stable branch, so you may occasionally find some small bugs but if that happens, they should be fixed quickly. The advantage of this PPA over the other two mentioned above is that it has packages for more Ubuntu versions and also, it's updated more frequently since it doesn't depend on the packages being available in Debian before uploading them to the PPA. To add this PPA and install the latest VLC in Ubuntu, use the commands below:
sudo add-apt-repository ppa:videolan/stable-daily
sudo apt-get update
sudo apt-get install vlc

0 komentar:

Posting Komentar