LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 05-01-2021, 12:37 PM   #1
web4web
LQ Newbie
 
Registered: Apr 2021
Location: Wisconsin
Distribution: Two Parrot (one keeping secure, one just ‘normal’ secure), & one with 32-bit version of Q4OS(old pc)
Posts: 17

Rep: Reputation: Disabled
Question Problems with Parrot OS(Debian flavor) - problem with 'fixing' dpkg - configure


As background I have two PC's running Parrot OS, one running at a 'very secure' and one running at a quasi-normal security level. (Thus far I've really liked Parrot a lot, so much that I use it for the super secure stuff and fun/games and whatnot, just use two different PCs.)

On my 'quasi-regular' Parrot PC I'm having a problem with fixing dpkg. First off, on running 'check for updates' the message returned is that the computer is up to date. But when I go to run Synaptic Package Manager it won't run, telling I must manually run 'dpkg --configure -a' to fix an interruption problem with dpkg. So I open a root terminal (because it tells me that I have to run as a super user) and enter the command line text. The terminal appears to run something but it never seems to finish and I never get a cursor back. Last night I let it sit all night at that point, just in case it was loading something long, but alas, that made no difference. Eventually I close the root terminal (because there's nothing else I can do) and try Package Manager again but package manager reports the same error. Rebooting doesn't help either.

Also see attached images and thank you!
web4web
Attached Thumbnails
Click image for larger version

Name:	dpkg-error.jpg
Views:	109
Size:	133.0 KB
ID:	36287   Click image for larger version

Name:	package-mgr-error.jpg
Views:	110
Size:	38.6 KB
ID:	36288  
 
Old 05-01-2021, 01:02 PM   #2
web4web
LQ Newbie
 
Registered: Apr 2021
Location: Wisconsin
Distribution: Two Parrot (one keeping secure, one just ‘normal’ secure), & one with 32-bit version of Q4OS(old pc)
Posts: 17

Original Poster
Rep: Reputation: Disabled
Question And this didn't help either ...............

Found an old post with a similar issue and that person had the same issue and was told to 'add' sudo, as in: sudo dpkg --configure -a .......... that fixed for that poster but for me, it didn't help at all.
 
Old 05-01-2021, 07:30 PM   #3
craigevil
Senior Member
 
Registered: Apr 2005
Location: OZ
Distribution: Debian Sid/RPIOS
Posts: 4,889
Blog Entries: 28

Rep: Reputation: 534Reputation: 534Reputation: 534Reputation: 534Reputation: 534Reputation: 534
If you haven't already, take a look at: http://debianhelp.co.uk/debianproblem.htm
 
Old 05-02-2021, 01:50 AM   #4
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by web4web View Post
The terminal appears to run something but it never seems to finish and I never get a cursor back.
Show us. All of it!
And it's enough to copy-paste, no need to waste bandwidth with screenshots.
You can scroll up to select all text; some terminals even have an option to "copy terminal content" or some such.
 
Old 05-02-2021, 04:32 PM   #5
web4web
LQ Newbie
 
Registered: Apr 2021
Location: Wisconsin
Distribution: Two Parrot (one keeping secure, one just ‘normal’ secure), & one with 32-bit version of Q4OS(old pc)
Posts: 17

Original Poster
Rep: Reputation: Disabled
Question

I wish one of the commands at the recommended site (http://debianhelp.co.uk/debianproblem.htm) would have helped, but alas, they did not. My problem remains. Thanks for the try though, I do appropriate it.

About bandwidth, I respect it. But I couldn't get those to copy like they typically will. They are quite odd in that respect. For band-width's sake I did crop. reduce image size and reduce quality before posting them. And it is all the error readout that I am receiving from my PC.
 
Old 05-02-2021, 04:41 PM   #6
web4web
LQ Newbie
 
Registered: Apr 2021
Location: Wisconsin
Distribution: Two Parrot (one keeping secure, one just ‘normal’ secure), & one with 32-bit version of Q4OS(old pc)
Posts: 17

Original Poster
Rep: Reputation: Disabled
PS. Here's the error log from this of the recommended solutions (pasted below, seperated by dashed lines).
And I'm not so sure I understand the rest of the suggestions, starting with "Package dependency problems may occur when installing in unstable/testing..." and below on the recommended webpage. Thanks!
--------------------
#apt-get upgrade -f

apt upgrade is unsafe on rolling release distributions.

using apt full-upgrade instead

use apt upgrade --force to override



Hit:1 https://deb.parrot.sh/parrot rolling InRelease
Hit:2 https://deb.parrot.sh/parrot rolling-security InRelease
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
All packages are up to date.
E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem.
---------------------------
#apt upgrade --force

apt upgrade is unsafe on rolling release distributions.

using apt full-upgrade instead

use apt upgrade --force to override



Hit:1 https://deb.parrot.sh/parrot rolling InRelease
Hit:2 https://deb.parrot.sh/parrot rolling-security InRelease
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
All packages are up to date.
E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem.
E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem.
--------------------------
apt-get dist-upgrade -f
E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem.
----------------------------
 
Old 05-03-2021, 01:27 AM   #7
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
^ Well, it clearly tells you what to do next.

FWIW, to me this looks like yet another distro that thinks they are cleverer than Debian and end up imperfectly impementing some sort of stable/testing hybrid. There has been criticism of ParrotOS before. "Like Kali but with more eyecandy." - and a smaller team.
 
Old 05-03-2021, 01:44 AM   #8
craigevil
Senior Member
 
Registered: Apr 2005
Location: OZ
Distribution: Debian Sid/RPIOS
Posts: 4,889
Blog Entries: 28

Rep: Reputation: 534Reputation: 534Reputation: 534Reputation: 534Reputation: 534Reputation: 534
using apt full-upgrade instead

It tells you what to use.
 
Old 05-03-2021, 04:01 AM   #9
shruggy
Senior Member
 
Registered: Mar 2020
Posts: 3,678

Rep: Reputation: Disabled
A good diagnostic command is dpkg -C. The output will give you hints as to what commands to try next.
 
2 members found this post helpful.
Old 05-03-2021, 11:59 AM   #10
web4web
LQ Newbie
 
Registered: Apr 2021
Location: Wisconsin
Distribution: Two Parrot (one keeping secure, one just ‘normal’ secure), & one with 32-bit version of Q4OS(old pc)
Posts: 17

Original Poster
Rep: Reputation: Disabled
Question

apt full-upgrade doesn't work either



==================================
apt full-upgrade
E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem.
================================
 
Old 05-03-2021, 12:08 PM   #11
shruggy
Senior Member
 
Registered: Mar 2020
Posts: 3,678

Rep: Reputation: Disabled
So, have you run sudo dpkg --configure -a?
 
Old 05-03-2021, 12:09 PM   #12
web4web
LQ Newbie
 
Registered: Apr 2021
Location: Wisconsin
Distribution: Two Parrot (one keeping secure, one just ‘normal’ secure), & one with 32-bit version of Q4OS(old pc)
Posts: 17

Original Poster
Rep: Reputation: Disabled
Thumbs up

Quote:
Originally Posted by shruggy View Post
A good diagnostic command is dpkg -C. The output will give you hints as to what commands to try next.
Thank you! I ran dpkq -c ... after that I had to fumble around a bit with options, but I got to one that fixed the issue. Thanks again.
 
  


Reply

Tags
configure, debian, update



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem. E: _cache->open() failed, please report. Craig5 Linux - Newbie 6 05-08-2019 02:52 AM
Ubuntu 'dpkg--configure-a' E: dpkg was interrupted error Mountain Man 77 Linux - Newbie 8 02-21-2015 10:59 PM
Ubuntu newbie, E: dpkg was interrupted, you must manually run 'dpkg --configure -a' ? chinkychan Linux - Newbie 1 01-28-2009 10:21 PM
E:dpkg was interrupted,you must manually run"dpkg --configure -a" to correct problem loplop4 Debian 5 09-29-2008 11:11 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 03:03 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration