How to Install and Uninstall perl-Text-Tree.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "perl-Text-Tree.noarch" package

This is a short guide on how to install perl-Text-Tree.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-Text-Tree.noarch

2. Uninstall "perl-Text-Tree.noarch" package

Please follow the guidance below to uninstall perl-Text-Tree.noarch on Fedora 34:

$ sudo dnf remove perl-Text-Tree.noarch $ sudo dnf autoremove

3. Information about the perl-Text-Tree.noarch package on Fedora 34

Last metadata expiration check: 3:52:37 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-Text-Tree
Version : 1.0
Release : 36.fc34
Architecture : noarch
Size : 15 k
Source : perl-Text-Tree-1.0-36.fc34.src.rpm
Repository : fedora
Summary : Format a simple tree of strings into a textual tree graph
URL : https://metacpan.org/release/Text-Tree
License : GPL+ or Artistic
Description : Allows the caller to develop a tree structure, using nested arrays of
: strings and references. Once developed, the whole tree can be printed as a
: diagram, with the root of the tree at the top, and child nodes formatted
: horizontally below them.