michael
asked Dec 14 2018
Answer
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
linuxhelp
asked Dec 15 2018
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?