[Touch-packages] [Bug 1341611] Re: [apt-get] The option -f, --fix-broken does not work in LM17 x64

2016-02-14 Thread Tomás F . L .
I really don't think that it's so difficult to correct the manual. Is to
put a line as you has written, at the beginning of each entry in the
manual.

-s  Option -s does works only with commands upgrade, dist-upgrade,
install, remove, purge, check, clean, autoclean and autoremove. ...

-f  Option -f does works only with ...

Thank you for your attention.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apt in Ubuntu.
https://bugs.launchpad.net/bugs/1341611

Title:
  [apt-get] The option -f, --fix-broken does not work in LM17 x64

Status in apt package in Ubuntu:
  New

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.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1341611/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1341611] Re: [apt-get] The option -f, --fix-broken does not work in LM17 x64

2016-02-12 Thread Tomás F . L .
Hello Jarno Suni.

I use the program Bleachbit for cleaning the system of unnecessary
files. When that program detected a fault, this indicated me that i
would use that command to fix the fault.

In LM13 works without problems but in LM17 fails and/or is the wrong
command or the manual.

The operation of the command has changed with the change of version,
LM13 to LM17, but the manual is the same and therefore something must be
wrong, don't you think so?

This was a year ago and now I no longer use Linux Mint, i changed to
Manjaro OpenRC because I don't like systemD.

Thanks.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apt in Ubuntu.
https://bugs.launchpad.net/bugs/1341611

Title:
  [apt-get] The option -f, --fix-broken does not work in LM17 x64

Status in apt package in Ubuntu:
  New

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.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1341611/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1341611] Re: [apt-get] The option -f, --fix-broken does not work in LM17 x64

2016-02-12 Thread Tomás F . L .
Hello Jarno Suni.

If the operation is as you say, that [-f | --fix-broken] only work with
install, remove or purge, the manual should be as follows.

[-f] removed from common options [-sqdymubV] and moved to like this:

apt-get [-sqdymubV] [-o= config_string ] [-c= config_file ]
   [-t= target_release] [-a= default_architecture] {update |
   upgrade | dselect-upgrade | dist-upgrade |

   { [ { -f | --fix-broken } ] install pkg [ { =pkg_version_number 
| /target_release } ] ...
   | remove pkg... | purge pkg... | }

   source pkg [ { =pkg_version_number | /target_release } ] ... |
   build-dep pkg... | check | clean | autoclean | autoremove |
   {-v | --version} | {-h | --help}}

With this [-f] only affects to install, remove and purge, no? And check,
clean, autoclean, etc isn't affect. It's an example.

Correct?

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apt in Ubuntu.
https://bugs.launchpad.net/bugs/1341611

Title:
  [apt-get] The option -f, --fix-broken does not work in LM17 x64

Status in apt package in Ubuntu:
  New

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.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1341611/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1341611] Re: [apt-get] The option -f, --fix-broken does not work in LM17 x64

2016-02-12 Thread Jarno Suni
Hello Tomás F. L.

I don't know why they changed it.
I think you can do the same by two commands:
apt-get --fix-broken install
apt-get autoclean

As for your fixed synopsis, I meant that -f works with also commands
upgrade, dist-upgrade and autoremove, as they may install/remove
packages, too. But otherwise your synopsis looks good for the -f option.

By the way,
option -s does works only with commands upgrade, dist-upgrade, install, remove, 
purge, check, clean, autoclean and autoremove.

The manual is not perfect as for autoremove: Bug #1052864
The respective Debian bug was reported on 2009 and is still not fixed.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apt in Ubuntu.
https://bugs.launchpad.net/bugs/1341611

Title:
  [apt-get] The option -f, --fix-broken does not work in LM17 x64

Status in apt package in Ubuntu:
  New

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.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1341611/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1341611] Re: [apt-get] The option -f, --fix-broken does not work in LM17 x64

2016-02-11 Thread Jarno Suni
Option -f seems to be accepted only for commands that may involve
installing or removing packages. E.g. command "autoclean" merely deletes
some .deb files in cache; that has nothing to do with package
dependencies. SYNOPSIS in man page does not tell that though. That is
not the only inaccuracy of the synopsis: E.g. it does not tell about any
options that are defined only as long options, e.g. " --purge".

Tomás F. L., is there any reason you want to use -f with command
autoclean?

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apt in Ubuntu.
https://bugs.launchpad.net/bugs/1341611

Title:
  [apt-get] The option -f, --fix-broken does not work in LM17 x64

Status in apt package in Ubuntu:
  New

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.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1341611/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1341611] Re: [apt-get] The option -f, --fix-broken does not work in LM17 x64

2015-01-27 Thread Monsta
** Project changed: linuxmint = apt (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apt in Ubuntu.
https://bugs.launchpad.net/bugs/1341611

Title:
  [apt-get] The option -f, --fix-broken does not work in LM17 x64

Status in apt package in Ubuntu:
  New

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.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1341611/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp