I was just trying to install some package through apt-get
, then I got a message saying dpkg is broken and I need to manually run suo dpkg --configure -a
, so I did and this is what I've got
It is just stuck there and won't return to command line.
I press ctrl+c
and the program continues and outputs an error message saying :
error processing package mysql-server-5.7(—configure): subprocess installed post-installation script was interrupted
Can anyone explain to me what is wrong and is it critical?
UPDATE
1) I try to do dpkg --congifure -a --force
as the error message suggests, but it says --force
needs to take a value, so I am stuck again.
2)I try to ignore the problem and resume the installation of the package
sudo apt-get install libfreetype6 libfreetype6-dev
which is in part of a PhantomJS installation. But during the process, there is also some error message regarding mysql, as shown below
After a long pause(around 3 minutes), the process continues and outputs is as below:
I will just be using PhantomJS to scrape some webpages, will these have an impact on my project in the future?
mysql
password forroot
access? – Nicholas Saunders Sep 23 '20 at 02:51