AGID
Posts: 37
Joined: Tue Mar 17, 2020 1:02 pm

VLC after apt-get update & upgrade

Wed Aug 05, 2020 8:54 pm

After i ran the commands apt-get update & upgrade. i got these errors out of no where. i am using buster with latest updates. and pi 3 b+ then i found someone on the forum suggesting running apt-get full-upgrade and when i did i found vlc got uninstalled and now trying to install it i get same error. here is the error:


Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
vlc : Depends: vlc-plugin-base (= 3.0.11-0+deb10u1+rpt2) but it is not going to be installed
Recommends: vlc-l10n (= 3.0.11-0+deb10u1+rpt2) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

beta-tester
Posts: 1385
Joined: Fri Jan 04, 2013 1:57 pm
Location: de_DE

Re: VLC after apt-get update & upgrade

Wed Aug 05, 2020 9:12 pm

i just ran into the same issue on my RPi4B with Raspberry Pi OS (2020-05-27)...
vlc is gone and un-fixable, after

Code: Select all

sudo apt update && sudo apt full-upgrade

Code: Select all

sudo apt install --fix-broken --fix-missing -y  vlc
does not help

dpkg shows the folowing in the list:

Code: Select all

dpkg --get-selections | grep  vlc
vlc-plugin-base:armhf				deinstall
trying to uninstall vlc-plugin-base and reinstall vlc gives me the same error message as AGID has
{ I only give negative feedback }
RPi B (256MB), B (512MB), B+, ZeroW; 2B; 3B, 3B+; 4B (4GB)

User avatar
HawaiianPi
Posts: 5889
Joined: Mon Apr 08, 2013 4:53 am
Location: Aloha, Oregon USA

Re: VLC after apt-get update & upgrade

Wed Aug 05, 2020 9:43 pm

Yup, VLC is broken now.

It looks like some arm64 packages are now required, and won't install on RasPiOS32.

Switching to the 64-bit kernel doesn't help. :(

EDIT
These 2 arm64 packages seem to be the problem.

Code: Select all

$ apt search vlc
...
vlc-data/testing 3.0.11-0+deb10u1+rpt2+arm64 all
  common data for VLC

vlc-l10n/testing 3.0.11-0+deb10u1+rpt2+arm64 all
  translations for VLC
  ...
Last edited by HawaiianPi on Wed Aug 05, 2020 10:06 pm, edited 2 times in total.
My mind is like a browser. 27 tabs are open, 9 aren't responding,
lots of pop-ups...and where is that annoying music coming from?

pidd
Posts: 727
Joined: Fri May 29, 2020 8:29 pm
Location: Birkenhead, Wirral, UK
Contact: Website

Re: VLC after apt-get update & upgrade

Wed Aug 05, 2020 10:04 pm

I'm getting the opposite, the vlc-data is loading the arm64 package even though I'm NOT on Rpi64, this in turn is the wrong package for vlc-plugin-base and so vlc won't install.

User avatar
HawaiianPi
Posts: 5889
Joined: Mon Apr 08, 2013 4:53 am
Location: Aloha, Oregon USA

Re: VLC after apt-get update & upgrade

Wed Aug 05, 2020 10:07 pm

@pidd,

Yes, see my edit of the post above yours.
My mind is like a browser. 27 tabs are open, 9 aren't responding,
lots of pop-ups...and where is that annoying music coming from?

pidd
Posts: 727
Joined: Fri May 29, 2020 8:29 pm
Location: Birkenhead, Wirral, UK
Contact: Website

Re: VLC after apt-get update & upgrade

Wed Aug 05, 2020 10:14 pm

The vlc-l10n is only a recommended package so not necessary.

Is there a way of forcing the other vlc-data package? - its there in the repo .....EDIT, no its not, it was a few minutes ago!

pidd
Posts: 727
Joined: Fri May 29, 2020 8:29 pm
Location: Birkenhead, Wirral, UK
Contact: Website

Re: VLC after apt-get update & upgrade

Thu Aug 06, 2020 12:30 am

VLC is now fixed

Code: Select all

sudo apt update
sudo apt full-upgrade
sudo apt install vlc

User avatar
HawaiianPi
Posts: 5889
Joined: Mon Apr 08, 2013 4:53 am
Location: Aloha, Oregon USA

Re: VLC after apt-get update & upgrade

Thu Aug 06, 2020 12:47 am

Yup, I happened to be testing a new RasPiOS32 card on another system, and sudo apt update && sudo apt full-upgrade -y && sudo apt install --reinstall vlc -y fixed it.

Tried it on my main system (USB-MSD booted 4B2), and that also worked. :D
My mind is like a browser. 27 tabs are open, 9 aren't responding,
lots of pop-ups...and where is that annoying music coming from?

beta-tester
Posts: 1385
Joined: Fri Jan 04, 2013 1:57 pm
Location: de_DE

Re: VLC after apt-get update & upgrade

Thu Aug 06, 2020 11:52 am

oh yes... i have my VLC player back again...
i can't live without it... :D
{ I only give negative feedback }
RPi B (256MB), B (512MB), B+, ZeroW; 2B; 3B, 3B+; 4B (4GB)

User avatar
DougieLawson
Posts: 39304
Joined: Sun Jun 16, 2013 11:19 pm
Location: A small cave in deepest darkest Basingstoke, UK
Contact: Website Twitter

Re: VLC after apt-get update & upgrade

Fri Aug 07, 2020 7:18 pm

Put it back with sudo apt install --reinstall vlc.
Note: Any requirement to use a crystal ball or mind reading will result in me ignoring your question.

Criticising any questions is banned on this forum.

Any DMs sent on Twitter will be answered next month.
All non-medical doctors are on my foes list.

Return to “Troubleshooting”