How To Install rust-pico-args-devel on Fedora 36
Introduction
In this tutorial we learn how to install rust-pico-args-devel
on Fedora 36.
What is rust-pico-args-devel
Ultra simple CLI arguments parser. This package contains library source intended for building other packages which use “pico-args” crate.
We can use yum
or dnf
to install rust-pico-args-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install rust-pico-args-devel.
Install rust-pico-args-devel on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install rust-pico-args-devel
using dnf
by running the following command:
sudo dnf -y install rust-pico-args-devel
Install rust-pico-args-devel on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install rust-pico-args-devel
using yum
by running the following command:
sudo yum -y install rust-pico-args-devel
How To Uninstall rust-pico-args-devel on Fedora 36
To uninstall only the rust-pico-args-devel
package we can use the following command:
sudo dnf remove rust-pico-args-devel
rust-pico-args-devel Package Contents on Fedora 36
/usr/share/cargo/registry/pico-args-0.4.2
/usr/share/cargo/registry/pico-args-0.4.2/.cargo-checksum.json
/usr/share/cargo/registry/pico-args-0.4.2/CHANGELOG.md
/usr/share/cargo/registry/pico-args-0.4.2/Cargo.toml
/usr/share/cargo/registry/pico-args-0.4.2/LICENSE
/usr/share/cargo/registry/pico-args-0.4.2/README.md
/usr/share/cargo/registry/pico-args-0.4.2/examples
/usr/share/cargo/registry/pico-args-0.4.2/examples/app.rs
/usr/share/cargo/registry/pico-args-0.4.2/examples/dash_dash.rs
/usr/share/cargo/registry/pico-args-0.4.2/src
/usr/share/cargo/registry/pico-args-0.4.2/src/lib.rs
/usr/share/cargo/registry/pico-args-0.4.2/tests
/usr/share/cargo/registry/pico-args-0.4.2/tests/tests.rs
/usr/share/doc/rust-pico-args-devel
/usr/share/doc/rust-pico-args-devel/CHANGELOG.md
/usr/share/doc/rust-pico-args-devel/README.md
/usr/share/licenses/rust-pico-args-devel
/usr/share/licenses/rust-pico-args-devel/LICENSE
References
Summary
In this tutorial we learn how to install rust-pico-args-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).