How to Install and Uninstall rust-textwrap0.12+default-devel.noarch Package on Fedora 34

Last updated: September 20,2024

1. Install "rust-textwrap0.12+default-devel.noarch" package

Here is a brief guide to show you how to install rust-textwrap0.12+default-devel.noarch on Fedora 34

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

2. Uninstall "rust-textwrap0.12+default-devel.noarch" package

Learn how to uninstall rust-textwrap0.12+default-devel.noarch on Fedora 34:

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

3. Information about the rust-textwrap0.12+default-devel.noarch package on Fedora 34

Last metadata expiration check: 1:07:26 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : rust-textwrap0.12+default-devel
Version : 0.12.1
Release : 2.fc34
Architecture : noarch
Size : 7.4 k
Source : rust-textwrap0.12-0.12.1-2.fc34.src.rpm
Repository : fedora
Summary : Library for word wrapping, indenting, and dedenting strings
URL : https://crates.io/crates/textwrap
License : MIT
Description : Library for word wrapping, indenting, and dedenting strings.
: You can use it to format strings (such as help and error messages) for display
: in commandline applications. It is designed to be efficient and handle Unicode
: characters correctly.
:
: This package contains library source intended for building other packages
: which use "default" feature of "textwrap" crate.