How to Install and Uninstall rust-cassowary-devel.noarch Package on Fedora 39

Last updated: November 24,2024

1. Install "rust-cassowary-devel.noarch" package

Please follow the guidelines below to install rust-cassowary-devel.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install rust-cassowary-devel.noarch

2. Uninstall "rust-cassowary-devel.noarch" package

Please follow the instructions below to uninstall rust-cassowary-devel.noarch on Fedora 39:

$ sudo dnf remove rust-cassowary-devel.noarch $ sudo dnf autoremove

3. Information about the rust-cassowary-devel.noarch package on Fedora 39

Last metadata expiration check: 2:17:01 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : rust-cassowary-devel
Version : 0.3.0
Release : 13.fc39
Architecture : noarch
Size : 30 k
Source : rust-cassowary-0.3.0-13.fc39.src.rpm
Repository : fedora
Summary : Rust implementation of the Cassowary linear constraint solving algorithm
URL : https://crates.io/crates/cassowary
License : MIT OR Apache-2.0
Description : A Rust implementation of the Cassowary linear constraint solving
: algorithm. The Cassowary algorithm is designed for naturally laying out
: user interfaces using linear constraints, like 'this button must line up
: with this text box'.
:
: This package contains library source intended for building other packages which
: use the "cassowary" crate.