How to Install and Uninstall trivy Package on openSuSE Tumbleweed

Last updated: April 27,2024

1. Install "trivy" package

Please follow the step by step instructions below to install trivy on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install trivy

2. Uninstall "trivy" package

In this section, we are going to explain the necessary steps to uninstall trivy on openSuSE Tumbleweed:

$ sudo zypper remove trivy

3. Information about the trivy package on openSuSE Tumbleweed

Information for package trivy:
------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : trivy
Version : 0.49.1-1.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 274.2 MiB
Installed : No
Status : not installed
Source package : trivy-0.49.1-1.1.src
Upstream URL : https://github.com/aquasecurity/trivy
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.