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

Last updated: May 20,2024

1. Install "libmongodbx-class-perl" package

In this section, we are going to explain the necessary steps to install libmongodbx-class-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libmongodbx-class-perl

2. Uninstall "libmongodbx-class-perl" package

This guide covers the steps necessary to uninstall libmongodbx-class-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libmongodbx-class-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libmongodbx-class-perl
Priority: optional
Section: universe/perl
Installed-Size: 248
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 1.030002-1
Depends: perl, libdatetime-format-w3cdtf-perl, libmodule-pluggable-perl | perl (<< 5.17.0), libmongodb-perl, libmoose-perl, libnamespace-autoclean-perl, libtry-tiny-perl
Filename: pool/universe/libm/libmongodbx-class-perl/libmongodbx-class-perl_1.030002-1_all.deb
Size: 97920
MD5sum: 54910e4454370df0a5d8cc0416755b24
SHA1: 0f929cf5df22048ac05fe0f6c6544b1ddd1f1a78
SHA256: 8831bd50bc65f0ae9b24fe6a172001a94830f0decaf4d635ce91af03e1f82023
Description-en: flexible ORM module for MongoDB databases
MongoDBx::Class Perl module is a flexible object relational mapper
(ORM) for MongoDB databases. Given a schema-like collection of
document classes, MongoDBx::Class expands MongoDB objects (hash-refs
in Perl) from the database into objects of those document classes, and
collapses such objects back to the database.
.
MongoDBx::Class takes advantage of the fact that Perl's MongoDB driver
is Moose-based to extend and tweak the driver's behavior, instead of
wrapping it. This means MongoDBx::Class does not define its own
syntax, so you simply use it exactly as you would the MongoDB driver
directly. That said, MongoDBx::Class adds some sugar that enhances and
simplifies the syntax unobtrusively (either use it or don't). Thus, it
is relatively easy to convert your current MongoDB applications to
MongoDBx::Class. A collection in MongoDBx::Class
isa('MongoDB::Collection'), a database in MongoDBx::Class
isa('MongoDB::Database'), etc.
Description-md5: 5355455ddf1219e5804c90bcfa89d58e
Homepage: https://metacpan.org/release/MongoDBx-Class
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu