How to Install and Uninstall perl-Graph-Easy.noarch Package on Fedora 34

Last updated: May 18,2024

1. Install "perl-Graph-Easy.noarch" package

This guide covers the steps necessary to install perl-Graph-Easy.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-Graph-Easy.noarch

2. Uninstall "perl-Graph-Easy.noarch" package

Here is a brief guide to show you how to uninstall perl-Graph-Easy.noarch on Fedora 34:

$ sudo dnf remove perl-Graph-Easy.noarch $ sudo dnf autoremove

3. Information about the perl-Graph-Easy.noarch package on Fedora 34

Last metadata expiration check: 3:19:01 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-Graph-Easy
Version : 0.76
Release : 14.fc34
Architecture : noarch
Size : 313 k
Source : perl-Graph-Easy-0.76-14.fc34.src.rpm
Repository : fedora
Summary : Convert or render graphs as ASCII, HTML, SVG or via Graphviz
URL : https://metacpan.org/release/Graph-Easy
License : GPLv2+ and ASL 1.1
Description : Graph::Easy lets you generate graphs consisting of various shaped nodes
: connected by edges (with optional labels). It can read and write graphs in a
: variety of formats, as well as render them via its own grid-based layouter.
: Since the layouter works on a grid (manhattan layout), the output is most
: useful for flow charts, network diagrams, or hierarchy trees.