Posts

Showing posts with the label Termux

Termux Basics and termux commands

Image
  Let's take a look of termux.... Truly we need to appreciate that org.. It's not making cup of coffee....because everything is different and difficult Architecture and design. .... Thanks to termux team...... Termux Install all Packages Command 2021 List all installed Packages The command will display a list of all installed packages including the packages  versions. dpkg –list Install New Package installing a new package let’s try one example install python3. run the command < pkg install python3 > and you see a promote type y for yes and your package is  install soon. it depends on your internet speed. pkg install <package-name> Remove Installed Package you can uninstall any package from the list, just type pkg remove and <remove-package-name>.it will ask you. if you wanna delete the package press y or not n  After type y the package will be removed automatically. pkg remove <remove-package-name> Update all packages update all old installed...