How to Install and Uninstall gosec Package on openSuSE Tumbleweed

Last updated: June 01,2024

1. Install "gosec" package

This guide covers the steps necessary to install gosec on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install gosec

2. Uninstall "gosec" package

Please follow the guidelines below to uninstall gosec on openSuSE Tumbleweed:

$ sudo zypper remove gosec

3. Information about the gosec package on openSuSE Tumbleweed

Information for package gosec:
------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : gosec
Version : 2.19.0-1.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 8.4 MiB
Installed : No
Status : not installed
Source package : gosec-2.19.0-1.1.src
Upstream URL : https://github.com/securego/gosec
Summary : CLI tool to scan the Go AST and SSA code representations for security problems
Description :
CLI tool to inspect Go source code for security problems by scanning the
abstract syntax tree (AST) and static single-assignment (SSA) code
representations.