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

Last updated: May 08,2024

1. Install "libpath-class-perl" package

Please follow the steps below to install libpath-class-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libpath-class-perl

2. Uninstall "libpath-class-perl" package

Please follow the step by step instructions below to uninstall libpath-class-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libpath-class-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libpath-class-perl
Priority: optional
Section: universe/perl
Installed-Size: 86
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.36-1
Depends: perl (>= 5.13.9)
Filename: pool/universe/libp/libpath-class-perl/libpath-class-perl_0.36-1_all.deb
Size: 37358
MD5sum: 2feb12edd7aa27d2d83abadddf5fe5ce
SHA1: 2db85d5b84163518b780d2db3f6b41eb5c54aeb2
SHA256: 92c94be9b06eb7e1850ed2072c7f9d0238b02ebcd4ca5879298a685b46e1b3c9
Description-en: module for cross-platform path specification manipulation
Path::Class is a module for manipulation of file and directory specifications
(strings describing their locations; for example: '/home/ken/foo.txt') in a
cross-platform manner. It supports pretty much every platform Perl runs on,
including Unix, Windows, Mac, VMS, Epoc, Cygwin, OS/2 and NetWare.
.
Path::Class uses File::Spec internally, wrapping all the unsightly details so
you can concentrate on your application code. Path::Class provides an object
model of path specifications and their semantics. In other words, it creates
objects representing files and directories, and provides methods that relate
them to each other.
Description-md5: 25649d958f6aa1acb64975af942871a3
Homepage: https://metacpan.org/release/Path-Class
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu