How To Install rust-svgtypes-devel on Fedora 36
Introduction
In this tutorial we learn how to install rust-svgtypes-devel
on Fedora 36.
What is rust-svgtypes-devel
SVG types parser and writer. This package contains library source intended for building other packages which use “svgtypes” crate.
We can use yum
or dnf
to install rust-svgtypes-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install rust-svgtypes-devel.
Install rust-svgtypes-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-svgtypes-devel
using dnf
by running the following command:
sudo dnf -y install rust-svgtypes-devel
Install rust-svgtypes-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-svgtypes-devel
using yum
by running the following command:
sudo yum -y install rust-svgtypes-devel
How To Uninstall rust-svgtypes-devel on Fedora 36
To uninstall only the rust-svgtypes-devel
package we can use the following command:
sudo dnf remove rust-svgtypes-devel
rust-svgtypes-devel Package Contents on Fedora 36
/usr/share/cargo/registry/svgtypes-0.8.0
/usr/share/cargo/registry/svgtypes-0.8.0/.cargo-checksum.json
/usr/share/cargo/registry/svgtypes-0.8.0/CHANGELOG.md
/usr/share/cargo/registry/svgtypes-0.8.0/Cargo.toml
/usr/share/cargo/registry/svgtypes-0.8.0/LICENSE-APACHE
/usr/share/cargo/registry/svgtypes-0.8.0/LICENSE-MIT
/usr/share/cargo/registry/svgtypes-0.8.0/README.md
/usr/share/cargo/registry/svgtypes-0.8.0/README.tpl
/usr/share/cargo/registry/svgtypes-0.8.0/src
/usr/share/cargo/registry/svgtypes-0.8.0/src/angle.rs
/usr/share/cargo/registry/svgtypes-0.8.0/src/aspect_ratio.rs
/usr/share/cargo/registry/svgtypes-0.8.0/src/color.rs
/usr/share/cargo/registry/svgtypes-0.8.0/src/colors.rs
/usr/share/cargo/registry/svgtypes-0.8.0/src/enable_background.rs
/usr/share/cargo/registry/svgtypes-0.8.0/src/error.rs
/usr/share/cargo/registry/svgtypes-0.8.0/src/filter_functions.rs
/usr/share/cargo/registry/svgtypes-0.8.0/src/funciri.rs
/usr/share/cargo/registry/svgtypes-0.8.0/src/length.rs
/usr/share/cargo/registry/svgtypes-0.8.0/src/lib.rs
/usr/share/cargo/registry/svgtypes-0.8.0/src/number.rs
/usr/share/cargo/registry/svgtypes-0.8.0/src/paint.rs
/usr/share/cargo/registry/svgtypes-0.8.0/src/path.rs
/usr/share/cargo/registry/svgtypes-0.8.0/src/points.rs
/usr/share/cargo/registry/svgtypes-0.8.0/src/stream.rs
/usr/share/cargo/registry/svgtypes-0.8.0/src/transform.rs
/usr/share/cargo/registry/svgtypes-0.8.0/src/viewbox.rs
/usr/share/doc/rust-svgtypes-devel
/usr/share/doc/rust-svgtypes-devel/CHANGELOG.md
/usr/share/doc/rust-svgtypes-devel/README.md
/usr/share/doc/rust-svgtypes-devel/README.tpl
/usr/share/licenses/rust-svgtypes-devel
/usr/share/licenses/rust-svgtypes-devel/LICENSE-APACHE
/usr/share/licenses/rust-svgtypes-devel/LICENSE-MIT
References
Summary
In this tutorial we learn how to install rust-svgtypes-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).