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

Last updated: May 20,2024

1. Install "cargo-c" package

Here is a brief guide to show you how to install cargo-c on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install cargo-c

2. Uninstall "cargo-c" package

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

$ sudo zypper remove cargo-c

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

Information for package cargo-c:
--------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : cargo-c
Version : 0.9.27~git0.54774e0-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 83.6 MiB
Installed : No
Status : not installed
Source package : cargo-c-0.9.27~git0.54774e0-1.2.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.