How to Install and Uninstall rust-lipsum-devel.noarch Package on Fedora 36

Last updated: October 05,2024

1. Install "rust-lipsum-devel.noarch" package

Please follow the guidance below to install rust-lipsum-devel.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install rust-lipsum-devel.noarch

2. Uninstall "rust-lipsum-devel.noarch" package

This guide let you learn how to uninstall rust-lipsum-devel.noarch on Fedora 36:

$ sudo dnf remove rust-lipsum-devel.noarch $ sudo dnf autoremove

3. Information about the rust-lipsum-devel.noarch package on Fedora 36

Last metadata expiration check: 2:22:55 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : rust-lipsum-devel
Version : 0.8.2
Release : 1.fc36
Architecture : noarch
Size : 38 k
Source : rust-lipsum-0.8.2-1.fc36.src.rpm
Repository : updates
Summary : Lorem ipsum text generation library
URL : https://crates.io/crates/lipsum
License : MIT
Description : Lorem ipsum text generation library. It generates pseudo-random Latin text. Use
: this if you need filler or dummy text for your application.
: The text is generated using a simple Markov chain, which you can instantiate to
: generate your own pieces of pseudo-random text.
:
: This package contains library source intended for building other packages which
: use the "lipsum" crate.