How to Install and Uninstall rust-cargo-husky-devel.noarch Package on Fedora 34

Last updated: September 20,2024

1. Install "rust-cargo-husky-devel.noarch" package

Please follow the step by step instructions below to install rust-cargo-husky-devel.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install rust-cargo-husky-devel.noarch

2. Uninstall "rust-cargo-husky-devel.noarch" package

This is a short guide on how to uninstall rust-cargo-husky-devel.noarch on Fedora 34:

$ sudo dnf remove rust-cargo-husky-devel.noarch $ sudo dnf autoremove

3. Information about the rust-cargo-husky-devel.noarch package on Fedora 34

Last metadata expiration check: 4:19:57 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : rust-cargo-husky-devel
Version : 1.5.0
Release : 4.fc34
Architecture : noarch
Size : 13 k
Source : rust-cargo-husky-1.5.0-4.fc34.src.rpm
Repository : fedora
Summary : Husky for cargo
URL : https://crates.io/crates/cargo-husky
License : MIT
Description : cargo-husky is a development tool to set Git hooks automatically on cargo test.
: By hooking pre-push and running cargo test automatically, it prevents broken
: codes from being pushed to a remote repository.
:
: This package contains library source intended for building other packages
: which use "cargo-husky" crate.