Hello,
apt: (see man 5 apt.conf)
create the file /etc/apt/apt.conf.d/99local withordpkg: (see man 5 dpkg.cfg and man 1 dpkg)
create the file /etc/dpkg/dpkg.cfg.d/99clearTarOptions withorConfiguring at dpkg level is probably best as it would allow safe dpkg commands.
Note: Not tested, please let us know your tests.
You can do this either at the apt level or at the dpkg level.the decompressor should be checked, or set regardless of, or set/unset
apt: (see man 5 apt.conf)
create the file /etc/apt/apt.conf.d/99local with
Code:
DPkg::Pre-Invoke { "export TAR_OPTIONS="; };
Code:
DPkg::Pre-Invoke { "unset -v TAR_OPTIONS"; };
create the file /etc/dpkg/dpkg.cfg.d/99clearTarOptions with
Code:
pre-invoke="export TAR_OPTIONS="
Code:
pre-invoke="unset -v TAR_OPTIONS"
Note: Not tested, please let us know your tests.
Statistics: Posted by fabien — 2024-03-22 22:30