#569515 -o option to eliminate progress indicators

Package:
apt
Source:
apt
Description:
commandline package manager
Submitter:
Date:
2015-08-14 16:30:07 UTC
Severity:
normal
Blocked By:
Bug Title
539617

  10

dpkg: Add option to suppress progress display while reading database

wishlist stable testing unstable about 3 years ago

#569515#5
Date:
2010-02-12 02:46:58 UTC
From:
To:
I wish there was some -o option documented that would eliminate the
three progress indicator lines,

  # apt-get install
  Reading package lists... Done
  Building dependency tree
  Reading state information... Done
  0 upgraded, 0 newly installed, 0 to remove and 5 not upgraded.

without eliminating the final line.
-q eliminates none. -q -q eliminates all.

Note I like some of the other progress indicators, so I wish there was a
fine tuned -o option documented. I looked in cmdline/acqprogress.* but
it is all mishmosh, and there is configure-index.gz is no help in this case.

#569515#10
Date:
2010-02-12 11:49:36 UTC
From:
To:
forcemerge 537333 569515
block 537333 by 539617
thanks

Am Freitag, den 12.02.2010, 10:46 +0800 schrieb jidanni@jidanni.org:
This is from dpkg, because there is no way to supress dpkg's database
reading progress information.

I am also marking 537333 as blocked by 539617 because the fix would be
to add an option to dpkg to suppress the progress, and then have apt
pass this option to dpkg.

Regards,
Julian

#569515#19
Date:
2010-02-12 18:47:33 UTC
From:
To:
JAK> This is from dpkg, because there is no way to supress dpkg's database
JAK> reading progress information.
Well, apt-get can suppress it with two -q's.