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

Last updated: May 19,2024

1. Install "libgraph-readwrite-perl" package

In this section, we are going to explain the necessary steps to install libgraph-readwrite-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libgraph-readwrite-perl

2. Uninstall "libgraph-readwrite-perl" package

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

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

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

Package: libgraph-readwrite-perl
Priority: optional
Section: universe/perl
Installed-Size: 135
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 2.08-1
Depends: perl, libgraph-perl, libio-all-perl, libparse-yapp-perl, libxml-parser-perl, libxml-writer-perl
Filename: pool/universe/libg/libgraph-readwrite-perl/libgraph-readwrite-perl_2.08-1_all.deb
Size: 49302
MD5sum: c4ef216df7b6a2975eccdb22b10d06c6
SHA1: f2ee2a19dd2cb58fea630c59b29fe3ef7530c9d6
SHA256: 4dfd3f792628206521c4c33de4ab789e256248bd06527248eba8c203bc8adfe2
Description-en: module for reading and writing directed graphs
Graph::ReadWrite is a collection of perl classes for reading and writing
directed graphs in a variety of file formats. The graphs are represented in
Perl using Jarkko Hietaniemi's Graph classes.
.
There are two base classes, Graph::Reader which is the Base class for classes
which read a graph file and create an instance of the Graph class, and
Graph::Writer which is the Base class for classes which take an instance of
the Graph class and write it out in a specific file format.
.
Supported formats: XML, Dot, VCG, daVinci, HTK
Description-md5: 99708b014d3ddfd218b0e18a11696aab
Homepage: https://metacpan.org/release/Graph-ReadWrite
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu