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

Last updated: October 06,2024

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

Please follow the instructions below to install perl-Text-Tree.noarch on Fedora 36

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

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

In this section, we are going to explain the necessary steps to uninstall perl-Text-Tree.noarch on Fedora 36:

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

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

Last metadata expiration check: 5:51:53 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-Text-Tree
Version : 1.0
Release : 39.fc36
Architecture : noarch
Size : 15 k
Source : perl-Text-Tree-1.0-39.fc36.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.