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

Last updated: May 13,2024

1. Install "libur-perl" package

This is a short guide on how to install libur-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libur-perl

2. Uninstall "libur-perl" package

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

$ sudo apt remove libur-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libur-perl
Priority: optional
Section: universe/perl
Installed-Size: 3605
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.440-1
Depends: perl, libclass-autoloadcan-perl, libclass-autouse-perl (>= 2.0), libclass-inspector-perl, libclone-pp-perl, libdata-uuid-libuuid-perl, libdata-compare-perl, libdevel-globaldestruction-perl, libdbd-sqlite3-perl, libdbi-perl, libfreezethaw-perl, libgetopt-complete-perl, libjson-perl, liblingua-en-inflect-perl, liblist-moreutils-perl, libmodule-runtime-perl, libmro-compat-perl, libossp-uuid-perl, libpath-class-perl, libplack-perl, libsub-install-perl, libsub-name-perl, libtemplate-perl, libtest-exception-perl, libtest-fork-perl, libtext-diff-perl, libtext-glob-perl, libyaml-perl
Filename: pool/universe/libu/libur-perl/libur-perl_0.440-1_all.deb
Size: 1345154
MD5sum: 16e9e4da8af63338da10106c8b02f447
SHA1: c9e06ae441ffc0060ac3b3890e107cbfe11cb75e
SHA256: a3e6687468f2267f6948a7c372d51a6e9b4a85b65286676ec13af91c2a603cb7
Description-en: object/relation mapper library
UR is a class framework and object/relational mapper for Perl. It starts with
the familiar Perl meme of the blessed hash reference as the basis for object
instances, and extends its capabilities with ORM (object-relational mapping)
capabilities, object cache, in-memory transactions, more formal class
definitions, metadata, documentation system, iterators, command line tools,
etc.
.
UR can handle multiple column primary and foreign keys, SQL joins involving
class inheritance and relationships, and does its best to avoid querying the
database unless the requested data has not been loaded before. It has support
for SQLite, Oracle, MySQL and Postgres databases, and the ability to use a
text file as a table.
.
UR uses the same syntax to define non-persistent objects, and supports
in-memory transactions for both.
Description-md5: 1a9871f527594c4c405b60a255c17774
Homepage: https://metacpan.org/release/UR
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu