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

Last updated: May 15,2024

1. Install "libfile-spec-native-perl" package

Please follow the guidelines below to install libfile-spec-native-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libfile-spec-native-perl

2. Uninstall "libfile-spec-native-perl" package

Please follow the instructions below to uninstall libfile-spec-native-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libfile-spec-native-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libfile-spec-native-perl
Priority: optional
Section: universe/perl
Installed-Size: 53
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 1.003-1
Depends: perl
Filename: pool/universe/libf/libfile-spec-native-perl/libfile-spec-native-perl_1.003-1_all.deb
Size: 7800
MD5sum: 6442773e4221bb92feb1e0ec5b2a3e7c
SHA1: f3413bd5db50c5e033ed2b4ceb7a97b2d44cc593
SHA256: 2af51260fe3ce7ea807dda75542062a347ff605eb6ac165e5b22536f456c1333
Description-en: module for using native OS implementation of File::Spec from a subclass
File::Spec::Native is a stupid hack to make the default File::Spec behavior
available from a subclass. This can be useful when using another module that
expects a subclass of File::Spec but you want to use the current, native OS
format (automatically detected by File::Spec).
.
For example: Path::Class/as_foreign (as of version 0.24) allows you to
translate a Path::Class object from one OS format to another. However, there
is no way to specify that you want to translate the path into the current,
native OS format without guessing at what that format is (which may include
peeking into @File::Spec::ISA).
.
This module @ISA File::Spec.
Description-md5: 9f44bd3b171bfa014a011fb4c1511e3c
Homepage: http://search.cpan.org/dist/File-Spec-Native/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu