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

Last updated: October 05,2024

1. Install "cadvisor.x86_64" package

This guide let you learn how to install cadvisor.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install cadvisor.x86_64

2. Uninstall "cadvisor.x86_64" package

Please follow the guidelines below to uninstall cadvisor.x86_64 on Fedora 34:

$ sudo dnf remove cadvisor.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 2:56:31 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : cadvisor
Version : 0.40.0
Release : 2.fc34
Architecture : x86_64
Size : 9.0 M
Source : cadvisor-0.40.0-2.fc34.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.