How to Install and Uninstall rust-cassowary+default-devel.noarch Package on AlmaLinux 9

Last updated: October 06,2024

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

This tutorial shows how to install rust-cassowary+default-devel.noarch on AlmaLinux 9

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

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

Please follow the steps below to uninstall rust-cassowary+default-devel.noarch on AlmaLinux 9:

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

3. Information about the rust-cassowary+default-devel.noarch package on AlmaLinux 9

Last metadata expiration check: 0:18:44 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : rust-cassowary+default-devel
Version : 0.3.0
Release : 12.el9
Architecture : noarch
Size : 7.8 k
Source : rust-cassowary-0.3.0-12.el9.src.rpm
Repository : epel
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 "default" feature of the "cassowary" crate.