How to Install and Uninstall ctop Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: September 20,2024

1. Install "ctop" package

Learn how to install ctop on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install ctop

2. Uninstall "ctop" package

This tutorial shows how to uninstall ctop on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove ctop $ sudo apt autoclean && sudo apt autoremove

3. Information about the ctop package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: ctop
Priority: optional
Section: universe/admin
Installed-Size: 57
Maintainer: Ubuntu Developers
Original-Maintainer: Python Applications Packaging Team
Architecture: all
Version: 0.4.1-1
Depends: python3:any (>= 3.4~)
Filename: pool/universe/c/ctop/ctop_0.4.1-1_all.deb
Size: 13130
MD5sum: 06e2eef67033dbf62af770d19bc99893
SHA1: bc221b869857882994b9e78022d29fe604a3094b
SHA256: 62432b2ca41b175cd932ae7d37d01d3c367e7b15044159036052cde1727c66e5
Description-en: Command line / text based Linux Containers monitoring tool
ctop will help you see what's going on at the container level.
Basically, containers are a logical group of processes isolated using
kernel's cgroups and namespaces. Recently, they have been made popular
by Docker and they are also heavily used under the hood by systemd and a
load of container tools like lxc, rocket, lmctfy and many others.
.
Under the hood, ctop will collect all metrics it can from cgroups in
realtime and render them to instantly give you an overview of the global
system health.
.
It currently collects metrics related to cpu, memory and block IO usage
as well as metadata such as owning user (mostly for systemd based
containers), uptime and attempts to guess the container managing
technology behind.
Description-md5: 4daab9998e54481e116f13ad5920f517
Multi-Arch: foreign
Homepage: https://github.com/yadutaf/ctop
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu