Unable to locate package python termux ошибка

How To Fix Unable To Locate Package in Termux App?

Unable To Locate Package

If, yes, then i think you’re stuck with this error called “Unable To Locate Package” if you trouble with that then here I have a 99% working solution for you.

Yeah, if you’re using termux or if you’re thinking to install packages on your termux terminal or getting this error then definitely you should follow my steps to fix unable to locate package in termux easily with some simple commands.

So to fix this error we need to set up our storage first, and then we can fix this error, so let’s jump into our main topic and setup our termux storage location and fix the error.

Steps To Fix Unable To Locate Package in Termux App Android or Pc

First open your terminal and place thise codes:

Now you ned to do Upgrade your terminal after updating:

Now its time to place the command to setup your internal storage for package location:

Now you will get a popup message to “allow or deny” so just click on the “Allow” button to get access to your internal storage.

Now when you click on “Allow” then its time to check is it worked or not? so to check this just write another command called.

Then you need to place another command:

Читайте также:  Php new array functions

Now this is the last command to check all folders of your storage to final checking:

That’s set, if you see your internal storage folders are over here then you’re completely set up your location to your internal storage, and now it’s time to install your package to see if the “unable to locate package” error has or not?

I’m dammed sure that, if you successfully follow all the commands then you will didn’t get any error on your terminal, and now you can install anything on your termux app.

Bottom Line

So, it’s time to leave, because i will complete practically showed you the exact way of how to fix unable to locate package error of termux app? and now it’s your turn to follow my all commands and fix your issue.

Also, in return, if you found anything helpful from this article then please do share on your social media or leave a good comment below to motivate me and that’s why I will create for you latest articles related to termux terminal.

Latest Articles

Источник

How to fix unable to locate package in termux

There are many reasons behind it. May be package you are searching for not available in the Termux repository.

You may need to correct the spelling for the particular package name or that package has not been added to the repository list. Today we are going to add all the possible packages for Termux. These are the available package list container for some extra programs for Termux. You can also install Black Termux to add some more packages and follow the commands below: Ensure that you already have installed the latest version of Termux and Termux API from the F-droid app store (provide all the permissions to termux and Termux API manually).

$ pkg update && pkg upgrade #Provide storage permissions $ termux-setup-storage #Locate package in termux $ termux-change-repo or $ nano $PREFIX/etc/aptsources.list $ pkg list-all |grep "package name you want to install" Or install some more packages containers types. $ pkg install unstable-repo $ pkg install x11-repo $ pkg install root-repo $ pkg install science-repo $ pkg install game-repo $ curl -LO https://its-pointless.github.io/setup-pointless-repo.sh $ bash setup-pointless-repo.sh #Check $ ls ~/storage/shared [ Final step ] Update and upgrade $ pkg update && pkg upgrade -y #This will also fix unable to locate package python on Termux $ apt install python $ apt install ruby $ apt install php $ apt install git $ apt install curl $ apt install wget $ apt install vim $ apt install tor

Источник

Оцените статью