How To Install rust-textwrap0 on Fedora 36
Introduction
In this tutorial we learn how to install rust-textwrap0
on Fedora 36.
What is rust-textwrap0
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 “default” feature of the “textwrap” crate.
We can use yum
or dnf
to install rust-textwrap0
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install rust-textwrap0.
Install rust-textwrap0 on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install rust-textwrap0
using dnf
by running the following command:
sudo dnf -y install rust-textwrap0
Install rust-textwrap0 on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install rust-textwrap0
using yum
by running the following command:
sudo yum -y install rust-textwrap0
How To Uninstall rust-textwrap0 on Fedora 36
To uninstall only the rust-textwrap0
package we can use the following command:
sudo dnf remove rust-textwrap0
rust-textwrap0 Package Contents on Fedora 36
/usr/share/cargo/registry/textwrap-0.11.0/Cargo.toml
References
Summary
In this tutorial we learn how to install rust-textwrap0
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install rust-textwrap0 on Fedora 36” linkTitle: “rust-textwrap0” type: “docs” description: “In this tutorial we learn how to install rust-textwrap0 in Fedora 36. rust-textwrap0 is Small library for word wrapping, indenting, and dedenting strings” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/rust-textwrap0-featured.png
Introduction
In this tutorial we learn how to install rust-textwrap0
on Fedora 36.
What is rust-textwrap0
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.
We can use yum
or dnf
to install rust-textwrap0
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install rust-textwrap0.
Install rust-textwrap0 on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install rust-textwrap0
using dnf
by running the following command:
sudo dnf -y install rust-textwrap0
Install rust-textwrap0 on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
title: “How To Install rust-textwrap0 on Fedora 36”
After updating yum database, We can install rust-textwrap0
using yum
by running the following command:
linkTitle: “rust-textwrap0”
type: “docs”
sudo yum -y install rust-textwrap0
description: "In this tutorial we learn how to install rust-textwrap0 in Fedora 36. rust-textwrap0 is Small library for word wrapping, indenting, and dedenting strings"
date: “2022-08-17”
How To Uninstall rust-textwrap0 on Fedora 36
lastmod: “2022-08-17”
#image: /images/fedora/36/rust-textwrap0-featured.png
To uninstall only the rust-textwrap0
package we can use the following command:
## Introduction
sudo dnf remove rust-textwrap0
In this tutorial we learn how to install rust-textwrap0
on Fedora 36.
rust-textwrap0 Package Contents on Fedora 36
What is rust-textwrap0
> 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.
We can use `yum` or `dnf` to install `rust-textwrap0` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install rust-textwrap0.
## Install rust-textwrap0 on Fedora 36 Using dnf
Update yum database with `dnf` using the following command.
```bash
sudo dnf makecache --refresh
After updating yum database, We can install rust-textwrap0
using dnf
by running the following command:
sudo dnf -y install rust-textwrap0
Install rust-textwrap0 on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install rust-textwrap0
using yum
by running the following command:
sudo yum -y install rust-textwrap0
How To Uninstall rust-textwrap0 on Fedora 36
To uninstall only the rust-textwrap0
package we can use the following command:
sudo dnf remove rust-textwrap0
rust-textwrap0 Package Contents on Fedora 36
/usr/share/cargo/registry/textwrap-0.11.0
/usr/share/cargo/registry/textwrap-0.11.0/.cargo-checksum.json
/usr/share/cargo/registry/textwrap-0.11.0/Cargo.toml
/usr/share/cargo/registry/textwrap-0.11.0/LICENSE
/usr/share/cargo/registry/textwrap-0.11.0/README.md
/usr/share/cargo/registry/textwrap-0.11.0/benches
/usr/share/cargo/registry/textwrap-0.11.0/benches/linear.rs
/usr/share/cargo/registry/textwrap-0.11.0/examples
/usr/share/cargo/registry/textwrap-0.11.0/examples/layout.rs
/usr/share/cargo/registry/textwrap-0.11.0/examples/termwidth.rs
/usr/share/cargo/registry/textwrap-0.11.0/src
/usr/share/cargo/registry/textwrap-0.11.0/src/indentation.rs
/usr/share/cargo/registry/textwrap-0.11.0/src/lib.rs
/usr/share/cargo/registry/textwrap-0.11.0/src/splitting.rs
/usr/share/cargo/registry/textwrap-0.11.0/tests
/usr/share/cargo/registry/textwrap-0.11.0/tests/version-numbers.rs
/usr/share/doc/rust-textwrap0.11-devel
/usr/share/doc/rust-textwrap0.11-devel/README.md
/usr/share/licenses/rust-textwrap0.11-devel
/usr/share/licenses/rust-textwrap0.11-devel/LICENSE
References
Summary
In this tutorial we learn how to install rust-textwrap0
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/share/cargo/registry/textwrap-0.11.0/Cargo.toml
## References
* [rust-textwrap0 website](https://crates.io/crates/textwrap)
## Summary
In this tutorial we learn how to install `rust-textwrap0` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).