Hello Linux Geeksters.
I have previously showed you how to install VLC on Ubuntu 12.10 Quantal Quetzal and Ubuntu 12.04 Precise Pangolin. In this article I will show you how to install VLC on Ubuntu 13.04 Raring Ringtail.
Installing VLC on Ubuntu 13.04 is easy, all you have to do is:
Add the PPA:
$ sudo add-apt-repository ppa:videolan/stable-daily
Refresh the repo index:
$ sudo apt-get update
Install VLC:
$ sudo apt-get install vlc
Leave a Reply