tar: Unknown option ‘warning=no-unknown-keyword’ (see “tar –help”)

i’m trying to install ubuntu via termux (android) using proot-distro in ubuntu (yes in is a valid) command but got an error related to the tar package:

tar: Unknown option 'warning=no-unknown-keyword' (see "tar --help")

i checked proot-distro and `tar packages and they’re all up-to-date to their latest releases, 4.6.0 and 1.35 respectively

check updates and retry, did not work

execution process:

pkg update proot-distro && pkg show proot-distro

pkg update tar && pkg show tar

proot-distro in ubuntu

expect: up-to-date packages, installation successful

result: installation failed

Leave a Comment