0

E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem

I am trying to install ffmpeg package on linuxmint , during which i am facing the following Problem

#apt-get install ffmpeg
E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem

How to solve?

michael
asked Dec 14, 2018
1 Answer
1

IF some packages were Broken you might face this Problem so in order to Fix you have to configure the dpkg using the following command

#dpkg --configure -a

Now the FFmpeg installation should work

View More
linuxhelp
answered Dec 15, 2018
Your Answer
||||
x
 
100:0

Related Tutorials in E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem

Related Tutorials in E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem

Related News in E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem

Related News in E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem