How to Install and Uninstall cadvisor Package on openSuSE Tumbleweed

Last updated: July 04,2024

1. Install "cadvisor" package

Here is a brief guide to show you how to install cadvisor on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install cadvisor

2. Uninstall "cadvisor" package

This guide let you learn how to uninstall cadvisor on openSuSE Tumbleweed:

$ sudo zypper remove cadvisor

3. Information about the cadvisor package on openSuSE Tumbleweed

Information for package cadvisor:
---------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : cadvisor
Version : 0.46.0-1.7
Arch : x86_64
Vendor : openSUSE
Installed Size : 29.9 MiB
Installed : No
Status : not installed
Source package : cadvisor-0.46.0-1.7.src
Upstream URL : https://github.com/google/cadvisor
Summary : A Simple and Comprehensive Vulnerability Scanner for Containers
Description :
Trivy (`tri` pronounced like trigger, `vy` pronounced like envy) is a simple and
comprehensive vulnerability scanner for containers and other artifacts. A
software vulnerability is a glitch, flaw, or weakness present in the software or
in an Operating System. Trivy detects vulnerabilities of OS packages (Alpine,
RHEL, CentOS, etc.) and application dependencies (Bundler, Composer, npm, yarn,
etc.). Trivy is easy to use. Just install the binary and you're ready to
scan. All you need to do for scanning is to specify a target such as an image
name of the container.