How to Install and Uninstall rust-cargo-husky+default-devel.noarch Package on Fedora 36

Last updated: May 03,2024

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

Please follow the steps below to install rust-cargo-husky+default-devel.noarch on Fedora 36

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

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

Please follow the steps below to uninstall rust-cargo-husky+default-devel.noarch on Fedora 36:

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

3. Information about the rust-cargo-husky+default-devel.noarch package on Fedora 36

Last metadata expiration check: 0:41:00 ago on Thu Sep 8 14:04:51 2022.
Available Packages
Name : rust-cargo-husky+default-devel
Version : 1.5.0
Release : 6.fc36
Architecture : noarch
Size : 7.9 k
Source : rust-cargo-husky-1.5.0-6.fc36.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 "default" feature of "cargo-husky" crate.