If you want to check packages size in Termux, then here we are to help you. In this post, We learn how to check the size of termux packages and GitHub repository.
First, we check the size of the termux packages.
Check Size of Termux Packages
Method 1:
- Open Termux.
- Enter this command pkg show <package name>. E.g: pkg show git
- This command will show you package info along with package size.
For Example:
Package: git
Version: 2.31.0
Maintainer: @termux
Installed-Size: 13.3MB
Depends: libcurl, less, Zlib
Homepage: http://git-scm.com/
Download-Size: 2890kb
APT-Sources: https://grimler.se/termux-packages-24/dists/stable/main/ aarch64 Packages
Description: Fast, Scalable
Note: If you want to check all installed versions info, then type pkg show git -a
Method 2:
- Open Termux Application
- Enter below commands
- cd .. (cd space then 2 dots)
- cd usr
- cd var
- cd lib
- cd dpkg
- ls
- cat status
After the last command, You can see All installed packages information on your termux screen.
Check Github Repository Size
You can also check the Github repository size with the help of Chrome and Firefox. There is an extension available for Chrome and Firefox that can show GitHub repo every file size.