Termux is a cool terminal emulator that make it possible to run Linux environment on any Android device. However, when the first time you attempt to install an app by using pkg install command, you might find an error something like this: Metadata integrity can't be verified, repository is disabled now. The error is caused by the default Termux repo isn't accessed through your connection (that what I believe). Here is the simple workaround to fix the issue: Execute this following command: termux-change-repo There will be an option to change the termux repo. Tap OK on main repository, and select different repository available. In my case, I changed to the second repository (AlbatrHosted) and worked on my device. After that, try again to install a package by typing this command: pkg install [package_name] That's it.
Linux Desktop, Everyday