Could anyone help me please?

I got this error whenever i run this command : apt-get upgrade.
On android rootless nethunter (minimal). I tried many was from google and youtube but nothing works.

The error:
dpkg: error processing archive /var/cache/apt/archives/gzip_1.13-1_arm64.deb (–unpack):
unable to stat ‘./usr/bin/gunzip’ (which was about to be installed): Operation not permitted
Errors were encountered while processing:
/var/cache/apt/archives/gzip_1.13-1_arm64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

Guys I’m new to this. Please help me :slight_smile:

1 Like

you have to run as sudo…
sudo apt update && sudo apt full-upgrade -y

Hello you should not use apt-get just use apt. I don’t know why, but most of the time I don’t have problems with apt than with apt-get.

1 Like