LINUX LITE 7.2 FINAL RELEASED - SEE RELEASE ANNOUNCEMENTS SECTION FOR DETAILS


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to update VLC?
#4
Hello!

I share Jerry's perspective on this one. Since most folks are here for a stable, long-term-support OS, adding on a bunch of PPAs would tend to serve to defeat that.

On the other hand, things can take F-O-R-E-V-E-R to be updated in the repositories, so you have everything satisfactorily backed up, and STILL want to 'play with fire', when you want newer software than what's in the repositories, you'll have to add the program's PPA to your list of software sources.

You can Google the name of the program along with the phrase 'PPA' to find it, if one exists. For VLC,

Open a terminal window [CTRL-ALT-T], and type (or copy-and-paste) the following lines:

Code:
sudo add-apt-repository ppa:videolan/stable-daily
sudo apt-get update
sudo apt-get install vlc

If you like living INSIDE the flames, to install the development version, type this, instead:

Code:
sudo add-apt-repository ppa:videolan/master-daily
sudo apt-get update
sudo apt-get install vlc

To remove the version installed by the PPA, type the following - again, in a terminal window:

Code:
sudo apt-get purge vlc
sudo add-apt-repository --remove ppa:videolan/stable-daily
sudo apt-get update
sudo apt-get install vlc

This will remove the 'bleeding edge' VLC, and reinstall the one from the repositories.

Remember, if you break something because of this, most likely, no one here can help you, but we WILL LOAO!

Don't get burned...

73 DE N4RPS
Rob
[Image: EtYqOrS.png%5D]

A gun in your hand is worth more than a whole police force on the phone.
Reply


Messages In This Thread
How to update VLC? - by Monkeyman - 07-05-2016, 12:46 PM
Re: How to update VLC? - by Wirezfree - 07-05-2016, 03:37 PM
Re: How to update VLC? - by Valtam - 07-05-2016, 05:59 PM
Re: How to update VLC? - by N4RPS - 07-05-2016, 09:07 PM
Re: How to update VLC? - by Monkeyman - 07-06-2016, 02:27 AM
Re: How to update VLC? - by trinidad - 07-06-2016, 01:52 PM
Re: How to update VLC? - by LL-user - 07-06-2016, 10:23 PM
Re: How to update VLC? - by N4RPS - 07-07-2016, 07:36 AM
Re: How to update VLC? - by Monkeyman - 07-07-2016, 11:58 AM
Re: How to update VLC? - by firenice03 - 07-07-2016, 04:47 PM
Re: How to update VLC? - by N4RPS - 07-07-2016, 11:58 PM
Re: How to update VLC? - by Monkeyman - 07-08-2016, 10:44 AM
Re: How to update VLC? - by Valtam - 07-08-2016, 12:13 PM
Re: How to update VLC? - by Monkeyman - 07-08-2016, 12:35 PM
Re: How to update VLC? - by Valtam - 07-08-2016, 12:37 PM
Re: How to update VLC? - by Monkeyman - 07-08-2016, 01:04 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)