broken dependencies tried to fix it but nothing works [Solved]

Quick to answer questions about finding your way around Linux Mint as a new user.
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions use the other forums in the support section.
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
sleeper12
Level 21
Level 21
Posts: 14594
Joined: Thu May 25, 2017 3:22 pm

Re: broken dependencies tried to fix it but nothing works

Post by sleeper12 »

Might as well try this:

Code: Select all

 sudo apt-get install --reinstall dpkg 
If that doesn't do it, maybe something else here will help:
https://askubuntu.com/questions/438345/ ... -installed
asinoro
Level 6
Level 6
Posts: 1285
Joined: Mon Feb 12, 2018 11:43 am

Re: broken dependencies tried to fix it but nothing works

Post by asinoro »

Can you post:

Code: Select all

ls -l /var/lib/dpkg/info | grep -i pips-sot30
Justmax
Level 1
Level 1
Posts: 16
Joined: Sat Jun 27, 2020 9:09 am

Re: broken dependencies tried to fix it but nothing works

Post by Justmax »

Hi Sleeper thanks for being here and tiring to help but sorry it didn't work
Justmax
Level 1
Level 1
Posts: 16
Joined: Sat Jun 27, 2020 9:09 am

Re: broken dependencies tried to fix it but nothing works

Post by Justmax »

Hi Asinoro
here what it looks like
ls -l /var/lib/dpkg/info | grep -i pips-sot30
-rw-r--r-- 1 root root 3367 Jun 11 20:58 pips-sot30.list
-rw-r--r-- 1 root root 4171 Sep 19 2008 pips-sot30.md5sums
-rwxr-xr-x 1 root root 949 Sep 19 2008 pips-sot30.postrm
-rwxr-xr-x 1 root root 1733 Jun 30 07:27 pips-sot30.prerm
asinoro
Level 6
Level 6
Posts: 1285
Joined: Mon Feb 12, 2018 11:43 am

Re: broken dependencies tried to fix it but nothing works

Post by asinoro »

First this command:

Code: Select all

sudo mv /var/lib/dpkg/info/pips-sot30.* /tmp
and then

Code: Select all

sudo apt update
Justmax
Level 1
Level 1
Posts: 16
Joined: Sat Jun 27, 2020 9:09 am

Re: broken dependencies tried to fix it but nothing works

Post by Justmax »

:D :D :D :D :D :lol:
Asinoro you have solved this amen
Thank you thank you thank you thank you thank you
is there a way to mark this solved ?
again thank you thank you thank you
and there was 2 days left before l would of done another install
Cheers Asinoro
Thanks all who help me threw this
asinoro
Level 6
Level 6
Posts: 1285
Joined: Mon Feb 12, 2018 11:43 am

Re: broken dependencies tried to fix it but nothing works

Post by asinoro »

As I said earlier method 4 worked go back and check it!
You can mark it [Solved] by put it in your first post title.
Justmax
Level 1
Level 1
Posts: 16
Joined: Sat Jun 27, 2020 9:09 am

Re: broken dependencies tried to fix it but nothing works

Post by Justmax »

Yes but this is what it said on method 4
This should be your last resort. You can try removing the files associated to the package in question from /var/lib/dpkg/info.
Not realizing mv and * /tmp to be added
sudo mv /var/lib/dpkg/info/pips-sot30.* /tmp
we know now :)
Thanks again
sleeper12
Level 21
Level 21
Posts: 14594
Joined: Thu May 25, 2017 3:22 pm

Re: broken dependencies tried to fix it but nothing works[Solved]

Post by sleeper12 »

Good to see something finally worked. 8)
Justmax
Level 1
Level 1
Posts: 16
Joined: Sat Jun 27, 2020 9:09 am

Re: broken dependencies tried to fix it but nothing works[Solved]

Post by Justmax »

Thanks Sleeper for all your help l appreciate you being here through this :D
Locked

Return to “Beginner Questions”