Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
960 views
in Technique[技术] by (71.8m points)

root - How to fix the error "E: Unable to locate package wireless-tools" in termux

The answer is:

We get this error when we try to install the wireless tools in termux using the below command

pkg install wireless-tools

This is because the termux-root-packages repository are not subscribed. To subscribe to the root repository, please use the below comand.

pkg install root-repo

Once the root repository is installed, you can install the wireless tools without an error.

pkg install wireless-tools

Hope this info helps.

question from:https://stackoverflow.com/questions/65933209/how-to-fix-the-error-e-unable-to-locate-package-wireless-tools-in-termux

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...