Pfetch in Termux – Installation & Usage Commands

Pfetch is a simple and fast system information tool that displays important details about your device and operating system in the terminal. It provides a clean and minimal output while showing information such as the operating system, kernel, shell, uptime, memory usage, and more. You can easily install and use Pfetch in Termux with a few simple commands.

Here’s what you can do with Pfetch in Termux:

  • Display system information.
  • View operating system details.
  • Check the kernel version.
  • View shell information.
  • Display uptime and memory usage.
  • Use a lightweight alternative to Neofetch.
  • Customize terminal screenshots.

Install Pfetch in Termux

Below are the simple commands to install Pfetch in Termux. Copy and run each command one by one to install the tool.

Update Termux packages.

pkg update && pkg upgrade -y

Install Git.

pkg install git -y

Clone the Pfetch repository.

git clone https://github.com/dylanaraps/pfetch

Move into the project directory.

cd pfetch

Give execute permission.

chmod +x pfetch

Run Pfetch.

./pfetch

Pfetch is now installed and ready to use.

Use Pfetch in Termux

After installing Pfetch, you can use the following commands to display system information and access other available options.

Show system information.

./pfetch

Display the help menu.

./pfetch --help

Run Pfetch in debug mode.

./pfetch -d

Display the installed version.

./pfetch -v

End Note

Pfetch is a simple and lightweight system information tool that quickly displays useful details about your device in the terminal. It is fast, lightweight, and a great tool for displaying system information in a clean and simple format.

SHARE THIS POST: