How to Install and Uninstall cadvisor.x86_64 Package on Fedora 36

Last updated: October 05,2024

1. Install "cadvisor.x86_64" package

Learn how to install cadvisor.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install cadvisor.x86_64

2. Uninstall "cadvisor.x86_64" package

Please follow the instructions below to uninstall cadvisor.x86_64 on Fedora 36:

$ sudo dnf remove cadvisor.x86_64 $ sudo dnf autoremove

3. Information about the cadvisor.x86_64 package on Fedora 36

Last metadata expiration check: 0:05:48 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : cadvisor
Version : 0.44.1
Release : 4.fc36
Architecture : x86_64
Size : 8.7 M
Source : cadvisor-0.44.1-4.fc36.src.rpm
Repository : updates
Summary : Analyzes resource usage and performance characteristics of running containers
URL : https://github.com/google/cadvisor
License : ASL 2.0
Description :
: cAdvisor (Container Advisor) provides container users an understanding of the
: resource usage and performance characteristics of their running containers. It
: is a running daemon that collects, aggregates, processes, and exports
: information about running containers. Specifically, for each container it keeps
: resource isolation parameters, historical resource usage, histograms of complete
: historical resource usage and network statistics. This data is exported by
: container and machine-wide.
:
: cAdvisor has native support for Docker containers and should support just about
: any other container type out of the box. We strive for support across the board
: so feel free to open an issue if that is not the case. cAdvisor's container
: abstraction is based on lmctfy's so containers are inherently nested
: hierarchically.