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?

Dpkg Sudo Add a comment
michael
asked Dec 14 2018

Answer

0

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

Add a comment
linuxhelp
asked Dec 15 2018
Post your Answer