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

Last updated: May 20,2024

1. Install "cargo-c" package

This guide let you learn how to install cargo-c on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install cargo-c

2. Uninstall "cargo-c" package

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

$ sudo zypper remove cargo-c

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

Information for package cargo-c:
--------------------------------
Repository : Main Repository
Name : cargo-c
Version : 0.9.15~git0.2d3044b-150500.2.4
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 59.3 MiB
Installed : No
Status : not installed
Source package : cargo-c-0.9.15~git0.2d3044b-150500.2.4.src
Upstream URL : https://crates.io/crates/cargo-c
Summary : Helper to build and install c-like libraries from Rust
Description :
The is a cargo applet to build and install C-ABI compatibile dynamic and static
libraries from Rust.
It produces and installs a correct pkg-config file, a static library and a
dynamic library, and a C header to be used by any C (and C-compatible)
software.