Table of Contents Show
How To Remove & Uninstall Termux Packages 2022
Termux is a free and open source terminal emulator for Android which allows for running a Linux environment on an Android device. In addition, In Addition various tools can be installed through the application’s package manager. You can install lots to tools in termux, so it is necessary to know How To Remove & Uninstall Termux Packages in 2022.
How to uninstall Termux Packages?

Open Termux and enter the below commands:
$ cd
$ ls
$ rm -rf PKG NAME
Example :-
$ rm -rf TECHNICALSUDIP.COM
To uninstall a package type
$ pkg uninstall [package name]
ex: pkg uninstall fish
$ pkg uninstall pkg-name
Some Commands for termux
To Update & Upgrade
apt update && apt upgrade
Grant storage permission
termux-setup-storage
To Know your directory
pwd
List all the files and directories
ls
To Clear Screen
clear
Delete a file in termux
rm file-name
Check your Username
whoami
To Check your Memory Usage in Termux
free -h -t
What Is Termux ?
A free & open source terminal emulator for Android which allows for running a Linux environment.
How To Delete A Flie In Termux
$ rm file-name