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

Last updated: January 12,2025

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

Please follow the guidelines below to install perl-Text-Tree.noarch on Fedora 39

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

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

This tutorial shows how to uninstall perl-Text-Tree.noarch on Fedora 39:

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

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

Last metadata expiration check: 4:51:11 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : perl-Text-Tree
Version : 1.0
Release : 43.fc39
Architecture : noarch
Size : 15 k
Source : perl-Text-Tree-1.0-43.fc39.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.