Posts

How can I see the size of packages in Termux?

 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:

  1. Open Termux.
  2. Enter this command pkg show <package name>. E.g: pkg show git
  3. 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
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:


  1. Open Termux Application
  2. Enter below commands
  3. cd .. (cd space then 2 dots)
  4. cd usr
  5. cd var
  6. cd lib
  7. cd dpkg
  8. ls
  9. 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.

  • Installed Github Repository Size Checker for Chrome 
  • Installed Github Repository Size Checker for Firefox 






  • Post a Comment