Posts: 227
Threads: 33
Joined: Aug 2014
Reputation:
0
07-05-2016, 12:46 PM
(This post was last modified: 07-05-2016, 01:01 PM by Monkeyman.)
I've installed the most recent LL updates but it didn't update VLC to the latest build (I'm still on 2.1.6 and I think 2.2.4 is out). I have a few videos that have some issues playing and I need to update VLC to fix them.
How do I update VLC?
Posts: 1,484
Threads: 96
Joined: Mar 2014
Reputation:
0
Hi
VLC is part of the standard repository, which as you point out is 2.1.6
This is not controlled by LL, it's whatever Ubuntu decide to update to.
I have seen 2.2.4 for Windows, and Linux I think is still 2.2.2
What I'm not sure about is if you follow the many ways to get 2.2.2, like this one
Will it break the normal update method, or will you end up with 2 installs..??
Probably somebody will come along with a more definitive answer...
GL
Upgrades WIP 2.6 to 2.8 - (6 X 2.6 to 2.8 completed on: 20/02/16 All O.K )
Linux Lite 3.0 Humming on a ASRock N3070 Mobo ~ btrfs RAID 10 Install on 4 Disks
Computers Early days:
ZX Spectrum(1982) , HP-150 MS-DOS(1983) , Amstrad CPC464(1984) , BBC Micro B+64(1985) , My First PC HP-Vectra(1987)
Posts: 8,900
Threads: 544
Joined: Feb 2014
Reputation:
5
You greatly risk breaking your system when you venture outside our official repo's in pursuit of the newest version.
Posts: 1,149
Threads: 22
Joined: Feb 2014
Reputation:
0
07-05-2016, 09:07 PM
(This post was last modified: 07-05-2016, 09:44 PM by N4RPS.)
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
A gun in your hand is worth more than a whole police force on the phone.
Posts: 227
Threads: 33
Joined: Aug 2014
Reputation:
0
Thanks, everyone. I guess I'll live with the current version and toss the movies that won't play. I'm not smart enough to fix Linux if I break it.
Posts: 1,511
Threads: 140
Joined: Mar 2016
Reputation:
0
All opinions expressed and all advice given by Trinidad Cruz on this forum are his responsibility alone and do not necessarily reflect the views or methods of the developers of Linux Lite. He is a citizen of the United States where it is acceptable to occasionally be uninformed and inept as long as you pay your taxes.
Posts: 464
Threads: 17
Joined: Feb 2015
Reputation:
0
Hi Monkeyman,
You could always boot up a live CD
Linux Lite 3.0 ships with version 2.2.2 Weathewax.
If you wanted to take it even further in case 2.2.2 is not enough, you could install what you want/need into the Live CD running system. Then copy the packages pulled in via apt (located under /var/cache/apt/archives/) to an USB stick/hard drive. Next time you boot up the live CD you would just have to install these packages directly. No internet access needed anymore. I use this method on a regular basis.
Of course you could also create a LiveUSB with persistent storage or even go all the way of actually installing the system to an external medium. But that seems overkill and would use a lot more space.
Posts: 1,149
Threads: 22
Joined: Feb 2014
Reputation:
0
07-07-2016, 07:36 AM
(This post was last modified: 07-07-2016, 07:41 AM by N4RPS.)
Hello, Monkeyman!
(07-06-2016, 02:27 AM)Monkeyman link Wrote: Thanks, everyone. I guess I'll live with the current version and toss the movies that won't play. I'm not smart enough to fix Linux if I break it.
If you NEED VLC 2.2.2 for some reason, that's a different matter altogether. Upgrading to it most likely won't cause any new issues for you.
One just have to be careful to get too carried away with PPAs, that's all. Worst comes to worst, you can remove the newest version, remove the PPA, reinstall the repository version, and life goes on.
For example, take Me TV, a program to watch TV on your PC using a USB TV dongle or PCI/PCIe TV card. The newest version doesn't want to work for me., The developer recommended that I not use the one in the PPA, so THAT would be one case where it's best to stick with what's in the repositories.
On the other hand, take Blueman, for Bluetooth control. The early version had something disabled (I forget what) that kept it from working properly. As a result, if you wanted Bluetooth to work, you HAD to use the latest version and add the PPA, as opposed to using the one in the repositories.
In a nutshell, it can work both ways, so use which one works best for what YOU'RE doing...
73 DE N4RPS
Rob
73 DE N4RPS
Rob
A gun in your hand is worth more than a whole police force on the phone.
Posts: 227
Threads: 33
Joined: Aug 2014
Reputation:
0
(07-06-2016, 10:23 PM)LL-user link Wrote: Hi Monkeyman,
Linux Lite 3.0 ships with version 2.2.2 Weathewax.
Really? I wasn't really ready to upgrade to 3.0 just yet (I have everything just like I want it and I HATE change) but maybe I'll need to.
(07-07-2016, 07:36 AM)N4RPS link Wrote: Hello, Monkeyman!
[quote author=Monkeyman link=topic=3225.msg24822#msg24822 date=1467772044]
Thanks, everyone. I guess I'll live with the current version and toss the movies that won't play. I'm not smart enough to fix Linux if I break it.
If you NEED VLC 2.2.2 for some reason, that's a different matter altogether. Upgrading to it most likely won't cause any new issues for you.
One just have to be careful to get too carried away with PPAs, that's all. Worst comes to worst, you can remove the newest version, remove the PPA, reinstall the repository version, and life goes on.
73 DE N4RPS
Rob
[/quote]
There are a couple of movies that are in x265 format. The VLC version I'm on just won't play them. I'll have to think about this and decide whether I want to try a newer version or just upgrade to LL 3.0.
Thanks for the help, guys!
Posts: 1,849
Threads: 21
Joined: Sep 2015
Reputation:
0
Food for thought
Could make a Systemback back up... Try the PPA/Update Methods to get to VLC 2.2.2 confirm if it resolves your issues...
If it does, decide if you're ok in this state or upgrade to 3.0
If it doesn't, no harm no fowl, decide whether to keep current state or revert back to the previous from Systemback..
LL4.8 UEFI 64 bit ASUS E402W - AMD E2 (Quad) 1.5Ghz - 4GB - AMD Mullins Radeon R2
LL5.8 UEFI 64 bit Test UEFI Kangaroo (Mobile Desktop) - Atom X5-Z8500 1.44Ghz - 2GB - Intel HD Graphics
LL4.8 64 bit HP 6005- AMD Phenom II X2 - 8GB - AMD/ATI RS880 (HD4200)
LL3.8 32 bit Dell Inspiron Mini - Atom N270 1.6Ghz - 1GB - Intel Mobile 945GSE Express -- Shelved
BACK LL5.8 64 bit Dell Optiplex 160 (Thin) - Atom 230 1.6Ghz - 4GB-SiS 771/671 PCIE VGA - Print Server
Running Linux Lite since LL2.2
|