How to Install and Uninstall cargo2rpm.noarch Package on Oracle Linux 9

Last updated: September 24,2024

1. Install "cargo2rpm.noarch" package

Here is a brief guide to show you how to install cargo2rpm.noarch on Oracle Linux 9

$ sudo dnf update $ sudo dnf install cargo2rpm.noarch

2. Uninstall "cargo2rpm.noarch" package

This guide covers the steps necessary to uninstall cargo2rpm.noarch on Oracle Linux 9:

$ sudo dnf remove cargo2rpm.noarch $ sudo dnf autoremove

3. Information about the cargo2rpm.noarch package on Oracle Linux 9

Last metadata expiration check: 0:05:38 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : cargo2rpm
Version : 0.1.15
Release : 1.el9
Architecture : noarch
Size : 164 k
Source : cargo2rpm-0.1.15-1.el9.src.rpm
Repository : epel
Summary : Translation layer between cargo and RPM
URL : https://pagure.io/fedora-rust/cargo2rpm
License : MIT
Description : cargo2rpm implements a translation layer between cargo and RPM. It
: provides a CLI interface (for implementing RPM macros and generators)
: and a Python API (which rust2rpm is built upon).