[email protected] wrote:
[...]
> now i see escape sequences is some applications
> 
> $ apt show coreutils
> ESC[1mPackage: ESC[0mESC[32mcoreutilsESC[0m
[...]
> i get this when i ssh to the machine or use the local tty
> any ideas what i missed

> now i see escape sequences is some applications
>
> $ apt show coreutils
> ESC[1mPackage: ESC[0mESC[32mcoreutilsESC[0m
[...]
> i get this when i ssh to the machine or use the local tty
> any ideas what i missed

Could you try the following and check whether it helps?
        apt -o APT::Color=0 show coreutils

If this fixes the output, you can disable APT colors system-wide by creating a 
file such as /etc/apt/apt.conf.d/99no-color with the following content:
        APT::Color "0";

Thanks.

Best regards,
        Klaus.
-- 
Klaus Singvogel
GnuPG-Key-ID: 1024R/5068792D  1994-06-27

Reply via email to