pkgtop

Interactive package manager and resource monitor for GNU/Linux

TLDR

Launch the package dashboard
$ pkgtop
List packages alphabetically
$ pkgtop -a

SYNOPSIS

pkgtop [options]

DESCRIPTION

pkgtop is an interactive terminal dashboard for managing packages and monitoring system resources on GNU/Linux. It lists installed packages by size, shows package information, and allows installing, upgrading, removing, and searching packages. The dashboard also displays disk usage and general system information.

PARAMETERS

-a

List packages alphabetically instead of by size.
-h, --help
Display help information.
-v, --version
Display version information.

INSTALL

nix profile install nixpkgs#pkgtop

CAVEATS

Linux only. Supports Arch, Debian, Ubuntu, Fedora, CentOS, openSUSE, Void, Gentoo, NixOS, Guix, and their derivatives.

HISTORY

pkgtop was created by Orhun Parmaksiz (orhun) and is written in Go.

SEE ALSO

apt(8), pacman(8), dnf(8), htop(1)