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

Last updated: May 17,2024

1. Install "libfile-policy-perl" package

Please follow the guidance below to install libfile-policy-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libfile-policy-perl

2. Uninstall "libfile-policy-perl" package

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

$ sudo apt remove libfile-policy-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libfile-policy-perl
Priority: optional
Section: universe/perl
Installed-Size: 96
Maintainer: Ubuntu MOTU Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 1.005-1
Depends: libfile-slurp-perl, liblog-trace-perl, libtest-assertions-perl, perl (>= 5.6.0-16)
Filename: pool/universe/libf/libfile-policy-perl/libfile-policy-perl_1.005-1_all.deb
Size: 15902
MD5sum: f5f8442ac8504b9d2b29790112534553
SHA1: 883e3aa05170a99384866ac16123de303eadf85c
SHA256: 5a52accacea123ddbd9c52362bc46261d00ebfb2d66680a42b69bbf1a3fe8bd9
Description-en: Simple policy for file I/O functions
This defines the policy for file I/O with modules such as
File::Slurp::WithinPolicy. The purpose is to allow systems administrators to
define locations and restrictions for applications' file I/O and give app
developers a policy to follow. Note that the module doesn't ENFORCE the policy
- application developers can choose to ignore it (and systems administrators
can choose not to install their applications if they do!).
.
You may control which policy gets applied by creating a File::Policy::Config
module with an IMPLEMENTATION constant. You may write your own policy as a
module within the File::Policy:: namespace.
.
By default (if no File::Policy::Config is present), the File::Policy::Default
policy gets applied which doesn't impose any restrictions and provides
reasonable default locations for temporary and log files.
.
The motivation behind this module was a standard, flexible approach to allow
a site wide file policy to be defined. This will be most useful in large
environments where a few sysadmins are responsible for code written by many
other people. Simply ensuring that submitted code calls check_safe() ensures
file access is sane, reducing the amount of effort required to do a security
audit.
Description-md5: e122889aff98996c15c55f8db023a17c
Homepage: http://search.cpan.org/dist/File-Policy/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu