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

Last updated: May 22,2024

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

This tutorial shows how to install perl-Graph-Easy.noarch on Fedora 35

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

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

Please follow the step by step instructions below to uninstall perl-Graph-Easy.noarch on Fedora 35:

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

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

Last metadata expiration check: 4:57:25 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : perl-Graph-Easy
Version : 0.76
Release : 16.fc35
Architecture : noarch
Size : 311 k
Source : perl-Graph-Easy-0.76-16.fc35.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.