How to Install and Uninstall cargo-auditable Package on openSUSE Leap

Last updated: May 19,2024

1. Install "cargo-auditable" package

Please follow the step by step instructions below to install cargo-auditable on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install cargo-auditable

2. Uninstall "cargo-auditable" package

This guide covers the steps necessary to uninstall cargo-auditable on openSUSE Leap:

$ sudo zypper remove cargo-auditable

3. Information about the cargo-auditable package on openSUSE Leap

Information for package cargo-auditable:
----------------------------------------
Repository : Main Repository
Name : cargo-auditable
Version : 0.5.2~0-150300.7.3.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 870.6 KiB
Installed : No
Status : not installed
Source package : cargo-auditable-0.5.2~0-150300.7.3.1.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.