How to Install and Uninstall libgraph-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 15,2024

1. Install "libgraph-perl" package

This is a short guide on how to install libgraph-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libgraph-perl

2. Uninstall "libgraph-perl" package

This guide let you learn how to uninstall libgraph-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libgraph-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libgraph-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libgraph-perl
Priority: optional
Section: universe/perl
Installed-Size: 362
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 1:0.96-2
Depends: perl
Filename: pool/universe/libg/libgraph-perl/libgraph-perl_0.96-2_all.deb
Size: 117456
MD5sum: dd417e330da8ba3bf19245e5c8412602
SHA1: 04454aa8353ea7ed9cf34a42cca0d72163e22d82
SHA256: 8aa611171d93309f68a48c794945c45aeaa6a28aab18e8c6ee58cd6e4cd59b77
Description-en: Perl module for graph data structures and algorithms
This module contains the Graph module for Perl, a framework for
creating abstract data structures called graphs and hypergraphs.
(It is not for drawing any sort of graphics; for that, see the
GD:: or Graphics:: set of modules.) It also contains implementations
of several well-known algorithms that operate on graphs, such as
finding transitive closures, strongly connected components
(SCCs) and articulation points.
Description-md5: 8ce81fe67c9b86ba007d1bab269692ec
Homepage: https://metacpan.org/release/Graph
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu