Post #2746934
2026-05-06 19:55 UTC
@mxey@hachyderm.io
Yes it's mandatory. But the only time you see that warning is if the output it not a tty anyway, so you would already be doing something extra,
oot@debtest1:~# apt clean | cat
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
root@debtest1:~# apt --cli-version 3 clean | cat
root@debtest1:~#
Replies (1)
-
@mxey@hachyderm.io 2026-05-06 21:03
@grifferz@social.bitfolk.com nice