Mintinstall

Questions about applications and software
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
kx3210
Level 1
Level 1
Posts: 3
Joined: Sun Nov 21, 2021 6:26 pm

Mintinstall

Post by kx3210 »

Reinstall LMDE after it broke and it's been horrendous to install. Never had problems previously. I think the last problem is

Code: Select all

The following packages have unmet dependencies:
 mintinstall : PreDepends: ca-certificates (>= 20210101) but 20200601~deb10u2 is to be installed
E: Unable to correct problems, you have held broken packages.
Can't find a solution for this anybody got any thoughts.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
all41
Level 19
Level 19
Posts: 9523
Joined: Tue Dec 31, 2013 9:12 am
Location: Computer, Car, Cage

Re: Mintinstall

Post by all41 »

Try repairing broken packages and dependencies
In a terminal:

Code: Select all

sudo dpkg --configure -a
then refresh your package cache:

Code: Select all

apt update
and install the latest updates

Code: Select all

apt upgrade
finally run:

Code: Select all

mintinstall
Sometimes the flatpak cache takes a while to refresh.
If any errors are reported post them back here.
Everything in life was difficult before it became easy.
User avatar
karlchen
Level 23
Level 23
Posts: 18228
Joined: Sat Dec 31, 2011 7:21 am
Location: Germany

Re: Mintinstall

Post by karlchen »

kx3210 wrote: Sun Nov 21, 2021 6:32 pm The following packages have unmet dependencies:
mintinstall : PreDepends: ca-certificates (>= 20210101) but 20200601~deb10u2 is to be installed
E: Unable to correct problems, you have held broken packages.
The problem is that Debian 10 buster, on which LMDE4 is based, still brings along the outdated certificate package ca-certificates 20200601, instead of 20210101.

Code: Select all

$ inxi -Sx3
System:    Host: unimatrix3 Kernel: 4.19.0-18-amd64 x86_64 bits: 64 compiler: gcc v: 8.3.0 Desktop: Xfce 4.14.2 tk: Gtk 3.24.5
           info: xfce4-panel wm: xfwm 4.14.0 vt: 7 dm: LightDM 1.26.0 Distro: MX-19.4_x64 patito feo February 15  2020
           base: Debian GNU/Linux 10 (buster)

$ dpkg --list ca-certificates
||/ Name            Version          Architektur  Beschreibung
+++-===============-================-============-=================================
ii  ca-certificates 20200601~deb10u2 all          Common CA certificates
I am pretty optimistic that it will be possible to download and install the more recent ca-certificates package from Debian 11 Bullseye, without causing any negative side effects. (Have not tried yet, though)
https://packages.debian.org/search?keyw ... rtificates
Image
The people of Alderaan have been bravely fighting back the clone warriors sent out by the unscrupulous Sith Lord Palpatine for 792 days now.
Lifeline
kx3210
Level 1
Level 1
Posts: 3
Joined: Sun Nov 21, 2021 6:26 pm

Re: Mintinstall

Post by kx3210 »

Didn't work, exactly the same problem. Thinking of giving up on LMDE, have used it since it came out but I've had multiple problems recently so might give up and move distro
User avatar
karlchen
Level 23
Level 23
Posts: 18228
Joined: Sat Dec 31, 2011 7:21 am
Location: Germany

Re: Mintinstall

Post by karlchen »

Hello, kx3210.

What precisely did not work?
Downloading the ca-certificates package for Bullseye?
Or installing it with the help of either gdebi-gtk or dpkg?
Or did the installer still complain that ca-certificates 20210101 or higher were not present?
What does dpkg --list ca-certificates display?

Karl
Image
The people of Alderaan have been bravely fighting back the clone warriors sent out by the unscrupulous Sith Lord Palpatine for 792 days now.
Lifeline
kx3210
Level 1
Level 1
Posts: 3
Joined: Sun Nov 21, 2021 6:26 pm

Re: Mintinstall

Post by kx3210 »

Hi - finally gave up was having other problems with zoneminder. I installed mint 20.2 which installed with no errors at all. so I'm going to give it a try and see if it is more reliable then LMDE
Aztaroth
Level 5
Level 5
Posts: 764
Joined: Mon Jan 11, 2021 1:48 am

Re: Mintinstall

Post by Aztaroth »

kx3210 wrote: Sun Nov 21, 2021 6:32 pm Reinstall LMDE after it broke and it's been horrendous to install. Never had problems previously. I think the last problem is
As I previously said in another topic :

Did you read and follow this (now mandatory) advice before updating ?
PSA: Fix Update Manager error after installing LMDE 4
viewtopic.php?f=245&t=355148
I installed mint 20.2 which installed with no errors at all. so I'm going to give it a try and see if it is more reliable then LMDE
From all distros I tried, LMDE4 was the most reliable. But if you're happy with LM 20.2, that's not a bad choice at all :)
dual boot LMDE4 (mostly) + LM19.3 Cinnamon (sometimes)
jwiz
Level 4
Level 4
Posts: 347
Joined: Tue Dec 20, 2016 6:59 am

Re: Mintinstall

Post by jwiz »

Had the same problem yesterday. the old ca-certificates is prohibiiting the upgrade to mintinstall-8.0.9 due to broken dependencies.
Still running mintinstall-8.0.8.
When will this packaging error be addressed?
jwiz
Level 4
Level 4
Posts: 347
Joined: Tue Dec 20, 2016 6:59 am

Re: Mintinstall

Post by jwiz »

It just has.
Thanks, Mint team.

@OP: please mark as solved.
Locked

Return to “Software & Applications”