-3

Let me know word "-f" mentioned in apt-get -f install, what it actually denotes?

apt-get -f install

azardin
  • 145

1 Answers1

3

-f tells apt-get to fix broken packages by trying to locate and install missing dependencies.

guntbert
  • 13,475
ravery
  • 6,924