Install Top like Tools

From The Maceys in California
Revision as of 00:11, 25 January 2026 by Lynn Macey (talk | contribs) (Created page with "=Install Btop= The btop utility provides is an extended version of the commonly used top utility. It presents a command line view of the system status and running processes. <syntaxhighlight lang="shell" line> apt install btop </syntaxhighlight> =Install Ctop= The ctop utility provides a top like display for docker containers. This is a CLI tool. <syntaxhighlight lang="shell" line> wget https://github.com/bcicen/ctop/releases/download/v0.7.7/ctop-0.7.7-linux-arm -O /us...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Install Btop

The btop utility provides is an extended version of the commonly used top utility. It presents a command line view of the system status and running processes.

apt install btop

Install Ctop

The ctop utility provides a top like display for docker containers. This is a CLI tool.

wget https://github.com/bcicen/ctop/releases/download/v0.7.7/ctop-0.7.7-linux-arm -O /usr/local/bin/ctop
chmod +x /usr/local/bin/ctop
chmod u+s /usr/local/bin/ctop

See Also

btop++ Reference
Github: ctop

Return to: Install Micro Feeder, Install Indi-Allsky