How to Install and Uninstall rust-textwrap0.11+term_size-devel.noarch Package on Oracle Linux 9

Last updated: September 22,2024

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

Here is a brief guide to show you how to install rust-textwrap0.11+term_size-devel.noarch on Oracle Linux 9

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

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

Please follow the guidance below to uninstall rust-textwrap0.11+term_size-devel.noarch on Oracle Linux 9:

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

3. Information about the rust-textwrap0.11+term_size-devel.noarch package on Oracle Linux 9

Last metadata expiration check: 0:33:46 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : rust-textwrap0.11+term_size-devel
Version : 0.11.0
Release : 6.el9
Architecture : noarch
Size : 8.1 k
Source : rust-textwrap0.11-0.11.0-6.el9.src.rpm
Repository : epel
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 "term_size" feature of the "textwrap" crate.