How to Install and Uninstall rust-cargo-husky+user-hooks-devel.noarch Package on Fedora 38

Last updated: November 01,2024

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

This tutorial shows how to install rust-cargo-husky+user-hooks-devel.noarch on Fedora 38

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

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

This tutorial shows how to uninstall rust-cargo-husky+user-hooks-devel.noarch on Fedora 38:

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

3. Information about the rust-cargo-husky+user-hooks-devel.noarch package on Fedora 38

Last metadata expiration check: 3:32:48 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : rust-cargo-husky+user-hooks-devel
Version : 1.5.0
Release : 8.fc38
Architecture : noarch
Size : 7.9 k
Source : rust-cargo-husky-1.5.0-8.fc38.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 "user-hooks" feature of "cargo-husky" crate.