Let me know word "-f" mentioned in apt-get -f install, what it actually denotes?
apt-get -f install
Let me know word "-f" mentioned in apt-get -f install, what it actually denotes?
apt-get -f install
-f
tells apt-get
to fix broken packages by trying to locate and install missing dependencies.
Errors were encountered while processing: postfix mailutils E: Sub-process /usr/bin/dpkg returned an error code (1)
– azardin
Dec 14 '17 at 06:30