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

Last updated: October 07,2024

1. Install "perl-Graph.noarch" package

In this section, we are going to explain the necessary steps to install perl-Graph.noarch on Fedora 36

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

2. Uninstall "perl-Graph.noarch" package

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

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

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

Last metadata expiration check: 0:59:37 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-Graph
Version : 0.97.24
Release : 2.fc36
Architecture : noarch
Size : 123 k
Source : perl-Graph-0.97.24-2.fc36.src.rpm
Repository : fedora
Summary : Perl module for dealing with graphs, the abstract data structures
URL : https://metacpan.org/release/Graph
License : GPL+ or Artistic
Description : This is Graph, a Perl module for dealing with graphs, the abstract
: data structures.
:
: This is a full rewrite of the Graph module 0.2xx series as discussed
: in the book "Mastering Algorithms with Perl", written by Jarkko
: Hietaniemi (the undersigned), John Macdonald, and Jon Orwant,
: and published by O'Reilly and Associates. This rewrite is not
: fully compatible with the 0.2xx series.