Advertisement
Jackspade9624

termux setup with python2

Dec 25th, 2024 (edited)
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. pkg update -y
  2.  
  3. pkg upgrade -y
  4.  
  5. pkg autoclean
  6. pkg clean -y
  7.  
  8. pkg install curl -y
  9.  
  10. pkg install git -y
  11.  
  12. pkg install wget -y
  13.  
  14. pkg install zip -y
  15.  
  16. pkg install unzip -y
  17.  
  18. pkg install python2 -y
  19.  
  20. pip2.7 install requests
  21.  
  22. pkg install python -y
  23.  
  24. pkg install nodejs-lts -y
  25.  
  26. pkg install jq -y
  27.  
  28. pkg install libxml2-utils -y
  29.  
  30. pkg install grep -y
  31.  
  32. pkg install bc -y
  33.  
  34. pkg install htop -y
  35.  
  36. pkg install figlet -y
  37.  
  38. pkg install httping -y
  39.  
  40. pkg install dnsutils -y
  41.  
  42. pkg install openssh -y
  43.  
  44. pkg install ffmpeg -y
  45.  
  46. pkg install php -y
  47.  
  48. pkg install nano -y
  49.  
  50. pkg install zsh -y
  51.  
  52. pip install --upgrade pip setuptools
  53.  
  54. pip install --upgrade httpie
  55.  
  56. pip install -U requests[socks]
  57.  
  58. pkg install clang
  59.  
  60. pkg install nmap -y
  61.  
  62. pkg install libffi -y
  63.  
  64. pkg install openssl -y
  65.  
  66. pip install ddgr
  67.  
  68. pkg install screenfetch
  69.  
  70. pkg install w3m -y
  71.  
  72. pkg install cowsay -y
  73.  
  74. pkg install perl -y
  75.  
  76. pkg install ruby -y
  77.  
  78. pkg install rust -y
  79.  
  80. pkg install sqlite -y
  81.  
  82. pkg install fakeroot -y
  83.  
  84. pkg install sshpass -y
  85.  
  86. pkg install golang -y
  87.  
  88. pkg install lychee -y
  89.  
  90. pkg install termux-api -y
  91.  
  92. pkg install termux-exec -y
  93.  
  94. termux-setup-storage
  95.  
  96. termux-chroot
  97. ls /usr
  98. #logout
  99. exit
  100.  
  101.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement