[apt-get] The option -f, --fix-broken does not work in LM17 x64
Bug #1341611 reported by
Tomás F. L.
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
apt (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
Linux Mint 17 Quiana 64 bits (ISO v2)
Like root:
apt-get -f autoclean
E: No se conoce la opción de línea de órdenes «f» [de -f].
apt-get --fix-broken autoclean
E: No se entiende la opción de línea de órdenes --fix-broken
I verified it in a portable and in a virtual machine, always with the same error:
E: There is not known the option of line of orders "f" [of -f].
E: There is not understood the option of line of orders - fix-broken
The above mentioned option appears in the apt-get man:
-f, --fix-broken
Fix; attempt to correct a system with broken dependencies in place.
affects: | linuxmint → apt (Ubuntu) |
To post a comment you must log in.
As mentioned in the man page, the --fix-broken (or -f) flag can only be used with the install or remove commands, and not with the autoclean one.