After running command pkg update && pkg upgrade the following output was produced:
CANNOT LINK EXECUTABLE "dpkg-deb": library "liblzma.so.5" not found
dpkg: error processing archive /data/data/com.termux/files/usr/var/cache/apt/archives/libandroid-support_25_aarch64.deb (--unpack):
dpkg-deb --control subprocess was killed by signal (Aborted)
Errors were encountered while processing:
/data/data/com.termux/files/usr/var/cache/apt/archives/libandroid-support_25_aarch64.deb
E: Sub-process /data/data/com.termux/files/usr/bin/dpkg returned an error code (1)
Logcat output:
logcat1.txt
Likely your environment was at partial-upgrade stage, i.e. dpkg was updated but liblzma not.
Easiest way to solve will be to remove $PREFIX: rm -rf $PREFIX and re-install packages again.
Likely your environment was at partial-upgrade stage, i.e. dpkg was updated but liblzma not.
Easiest way to solve will be to remove $PREFIX: rm -rf $PREFIX and re-install packages again.
this is good ' but it's delete some tools like python ....
Most helpful comment
Likely your environment was at partial-upgrade stage, i.e. dpkg was updated but liblzma not.
Easiest way to solve will be to remove
$PREFIX:rm -rf $PREFIXand re-install packages again.