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

Last updated: May 09,2024

1. Install "libdata-page-perl" package

Here is a brief guide to show you how to install libdata-page-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libdata-page-perl" package

Learn how to uninstall libdata-page-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libdata-page-perl
Priority: optional
Section: universe/perl
Installed-Size: 68
Maintainer: Ubuntu Developers
Original-Maintainer: Bart Martens
Architecture: all
Version: 2.02-1
Depends: perl, libclass-accessor-chained-perl
Filename: pool/universe/libd/libdata-page-perl/libdata-page-perl_2.02-1_all.deb
Size: 11190
MD5sum: ddc99672c1770adaf47a369f50787b44
SHA1: c38089ecf2bc65e44e01f9c389046c16f1a6b5b6
SHA256: e6b7ddc6b0de4a03c6129c8ff6ac7fbf2631fd82bceb470a6269eedb09138f81
Description-en: Help when paging through sets of results
When searching through large amounts of data, it is often the case
that a result set is returned that is larger than we want to display
on one page. This results in wanting to page through various pages of
data. The maths behind this is unfortunately fiddly, hence this
module.
.
The main concept is that you pass in the number of total entries, the
number of entries per page, and the current page number. You can then
call methods to find out how many pages of information there are, and
what number the first and last entries on the current page really
are.
Description-md5: 243ba8aeffffbe3ca87504ee1b6b9d38
Homepage: http://search.cpan.org/dist/Data-Page/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu