When I run apt-get install, even in quiet mode -qq
and by redirecting stdout to /dev/null
, I still have the following message displayed in stderr :
Extracting templates from packages: 100%
Why is this message in stderr ?
When I run apt-get install, even in quiet mode -qq
and by redirecting stdout to /dev/null
, I still have the following message displayed in stderr :
Extracting templates from packages: 100%
Why is this message in stderr ?
it's not apt
that emits this message but dpkg-preconfigure
, a tool that is used by apt
, but otherwise follows its own rules: obviously these rules do not include honoring flags passed to apt
.
© 2022 - 2025 — McMap. All rights reserved.
apt
, or any other package for that matter) to a custom function? – Junejuneau