How to Install and Uninstall cargo-auditable Package on openSuSE Tumbleweed

Last updated: July 03,2024

1. Install "cargo-auditable" package

This guide let you learn how to install cargo-auditable on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install cargo-auditable

2. Uninstall "cargo-auditable" package

This tutorial shows how to uninstall cargo-auditable on openSuSE Tumbleweed:

$ sudo zypper remove cargo-auditable

3. Information about the cargo-auditable package on openSuSE Tumbleweed

Information for package cargo-auditable:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : cargo-auditable
Version : 0.6.0~0-1.6
Arch : x86_64
Vendor : openSUSE
Installed Size : 922.5 KiB
Installed : No
Status : not installed
Source package : cargo-auditable-0.6.0~0-1.6.src
Upstream URL : https://github.com/rust-secure-code/cargo-auditable
Summary : A tool to embed auditing information in ELF sections of rust binaries
Description :
Know the exact crate versions used to build your Rust executable. Audit binaries for known bugs or
security vulnerabilities in production, at scale, with zero bookkeeping. This works by embedding
data about the dependency tree in JSON format into a dedicated linker section of the compiled
executable.