How to Install and Uninstall rust-textwrap0.11-devel.noarch Package on Fedora 38

Last updated: June 02,2024

1. Install "rust-textwrap0.11-devel.noarch" package

Please follow the guidelines below to install rust-textwrap0.11-devel.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install rust-textwrap0.11-devel.noarch

2. Uninstall "rust-textwrap0.11-devel.noarch" package

In this section, we are going to explain the necessary steps to uninstall rust-textwrap0.11-devel.noarch on Fedora 38:

$ sudo dnf remove rust-textwrap0.11-devel.noarch $ sudo dnf autoremove

3. Information about the rust-textwrap0.11-devel.noarch package on Fedora 38

Last metadata expiration check: 2:25:09 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : rust-textwrap0.11-devel
Version : 0.11.0
Release : 7.fc38
Architecture : noarch
Size : 26 k
Source : rust-textwrap0.11-0.11.0-7.fc38.src.rpm
Repository : fedora
Summary : Small library for word wrapping, indenting, and dedenting strings
URL : https://crates.io/crates/textwrap
License : MIT
Description : Small 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 the "textwrap" crate.