How To Install rust-path-dedot+once_cell_cache-devel on Fedora 36
Introduction
In this tutorial we learn how to install rust-path-dedot+once_cell_cache-devel
on Fedora 36.
What is rust-path-dedot+once_cell_cache-devel
Library for extending
Path
andPathBuf
in order to parse the path which contains dots. This package contains library source intended for building other packages which use “once_cell_cache” feature of “path-dedot” crate.
We can use yum
or dnf
to install rust-path-dedot+once_cell_cache-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install rust-path-dedot+once_cell_cache-devel.
Install rust-path-dedot+once_cell_cache-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-path-dedot+once_cell_cache-devel
using dnf
by running the following command:
sudo dnf -y install rust-path-dedot+once_cell_cache-devel
Install rust-path-dedot+once_cell_cache-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-path-dedot+once_cell_cache-devel
using yum
by running the following command:
sudo yum -y install rust-path-dedot+once_cell_cache-devel
How To Uninstall rust-path-dedot+once_cell_cache-devel on Fedora 36
To uninstall only the rust-path-dedot+once_cell_cache-devel
package we can use the following command:
sudo dnf remove rust-path-dedot+once_cell_cache-devel
rust-path-dedot+once_cell_cache-devel Package Contents on Fedora 36
/usr/share/cargo/registry/path-dedot-3.0.14/Cargo.toml
References
Summary
In this tutorial we learn how to install rust-path-dedot+once_cell_cache-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).