How to Install and Uninstall perl-Graph.noarch Package on Rocky Linux 8

Last updated: July 04,2024

1. Install "perl-Graph.noarch" package

Please follow the guidance below to install perl-Graph.noarch on Rocky Linux 8

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

2. Uninstall "perl-Graph.noarch" package

Here is a brief guide to show you how to uninstall perl-Graph.noarch on Rocky Linux 8:

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

3. Information about the perl-Graph.noarch package on Rocky Linux 8

Last metadata expiration check: 0:07:48 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : perl-Graph
Version : 0.97.04
Release : 15.el8
Architecture : noarch
Size : 142 k
Source : perl-Graph-0.97.04-15.el8.src.rpm
Repository : epel
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.