Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

error showing : unable to locate package python on Termux

Tags:

python

termux

I am installing python on termux but I am getting this error:

$ pkg install python
Checking availability of current mirror: ok
Reading package lists... Done
Building dependency tree... Done
E: Unable to locate package python
like image 237
Binson Thangjam Avatar asked Nov 30 '22 13:11

Binson Thangjam


1 Answers

I think you haven't update repo, look like you have just install termux. Anyway, execute

apt update

and then install any package.

like image 185
Krishna Kanhaiya Avatar answered Dec 06 '22 20:12

Krishna Kanhaiya