Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

2042 unmet dependencies.

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
Texlee
Posts: 58
Joined: 2024-01-05 15:10
Has thanked: 4 times

2042 unmet dependencies.

#1 Post by Texlee »

Hi, in my Debian 12.5 I gave the

Code: Select all

apt-cache unmet
command and it returns me 2042 unmet dependencies with 2024 packages installed. Everything seems to be working fine. You say something is wrong? Thank you

User avatar
bbbhltz
Posts: 166
Joined: 2024-01-10 14:53
Location: Normandy
XMMP/Jabber: bbbhltz@mailbox.org
Has thanked: 49 times
Been thanked: 33 times

Re: 2042 unmet dependencies.

#2 Post by bbbhltz »

I think what you are seeing includes Suggested and Recommended dependencies which are not hard dependencies.
bbbhltz
longtime desktop Linux user; eternal newbie

Texlee
Posts: 58
Joined: 2024-01-05 15:10
Has thanked: 4 times

Re: 2042 unmet dependencies.

#3 Post by Texlee »

bbbhltz wrote: 2024-03-23 19:33 I think what you are seeing includes Suggested and Recommended dependencies which are not hard dependencies.
How can I see only hard unmet dependencies?
In my MX linux fresh installation I've more than 5k unmet dependencies.

User avatar
bbbhltz
Posts: 166
Joined: 2024-01-10 14:53
Location: Normandy
XMMP/Jabber: bbbhltz@mailbox.org
Has thanked: 49 times
Been thanked: 33 times

Re: 2042 unmet dependencies.

#4 Post by bbbhltz »

Not an expert here, but you can definitely see which packages are declared as "Depends":

Code: Select all

$ apt-cache unmet | grep -i depends
I would let the package manager handle this though. One of my missing "dependencies" is only on Trixie and Sid, and I am on Bookworm. You said your system is working? So is mine. I'm not about to go install an entire suite of compilers and libraries for Steam (Steam isn't even on my system).
bbbhltz
longtime desktop Linux user; eternal newbie

User avatar
Hallvor
Global Moderator
Global Moderator
Posts: 2044
Joined: 2009-04-16 18:35
Location: Kristiansand, Norway
Has thanked: 151 times
Been thanked: 212 times

Re: 2042 unmet dependencies.

#5 Post by Hallvor »

Try

Code: Select all

# apt-get check
This should check for (hard) broken dependencies and other package related issues.

If your system is working fine, why worry?
[HowTo] Install and configure Debian bookworm
Debian 12 | KDE Plasma | ThinkPad T440s | 4 × Intel® Core™ i7-4600U CPU @ 2.10GHz | 12 GiB RAM | Mesa Intel® HD Graphics 4400 | 1 TB SSD

Texlee
Posts: 58
Joined: 2024-01-05 15:10
Has thanked: 4 times

Re: 2042 unmet dependencies.

#6 Post by Texlee »

Hallvor wrote: 2024-03-24 12:50 Try

Code: Select all

# apt-get check
This should check for (hard) broken dependencies and other package related issues.

If your system is working fine, why worry?
Ok thanks! Because After seeing that result I thought there was something get wrong also if I didn't notice anything..

Texlee
Posts: 58
Joined: 2024-01-05 15:10
Has thanked: 4 times

Re: 2042 unmet dependencies.

#7 Post by Texlee »

Hallvor wrote: 2024-03-24 12:50 Try

Code: Select all

# apt-get check
This should check for (hard) broken dependencies and other package related issues.

If your system is working fine, why worry?
The command returns me that it's all ok.
Evidently, as told by bbbhltz, that number is for Suggested and Recommended dependencies which are not installed.

Post Reply