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

Last updated: September 28,2024

1. Install "cadvisor.x86_64" package

Please follow the guidance below to install cadvisor.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install cadvisor.x86_64

2. Uninstall "cadvisor.x86_64" package

Please follow the step by step instructions below to uninstall cadvisor.x86_64 on Fedora 39:

$ sudo dnf remove cadvisor.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 4:44:25 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : cadvisor
Version : 0.45.0
Release : 3.fc39
Architecture : x86_64
Size : 9.0 M
Source : cadvisor-0.45.0-3.fc39.src.rpm
Repository : fedora
Summary : Analyzes resource usage and performance characteristics of running containers
URL : https://github.com/google/cadvisor
License : Apache-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.