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

Last updated: May 14,2024

1. Install "libdata-phrasebook-perl" package

Learn how to install libdata-phrasebook-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libdata-phrasebook-perl

2. Uninstall "libdata-phrasebook-perl" package

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

$ sudo apt remove libdata-phrasebook-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libdata-phrasebook-perl
Priority: optional
Section: universe/perl
Installed-Size: 139
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.35-1
Depends: perl, libmodule-pluggable-perl | perl (<< 5.17.0)
Suggests: libdata-phrasebook-loader-yaml-perl
Filename: pool/universe/libd/libdata-phrasebook-perl/libdata-phrasebook-perl_0.35-1_all.deb
Size: 46886
MD5sum: fc52850bc0813cd9600f9916bb80d6a8
SHA1: ebba697474faec0e509d5f6daa389f818e20fd95
SHA256: 98d8781144860c191d2eaaccebf79e634528833945b01d2b01ab47791d5fa47f
Description-en: perl implementation of the phrasebook paradigm
The phrasebook pattern is a technique to separate expressions in one language
(e.g. SQL) from the main code that is written in another (e.g. Perl). The
translations are kept in a separate file - the phrasebook.
.
Data::Phrasebook enables the framework for abstracting common or locale data
out of your code into a datastore. The default is within a plain text file,
but more complex datastores can be intrigrated via the use of other
Data::Pharsebook::Loader distributions (eg YAML, XML, INI, DBI).
Description-md5: bcc07769d27bcb2441fb4425a0b86ccc
Homepage: https://metacpan.org/release/Data-Phrasebook
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu