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

Last updated: May 19,2024

1. Install "libtangram-perl" package

Please follow the instructions below to install libtangram-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libtangram-perl

2. Uninstall "libtangram-perl" package

This is a short guide on how to uninstall libtangram-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libtangram-perl
Priority: optional
Section: universe/perl
Installed-Size: 638
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 2.12-1
Depends: perl, libset-object-perl, libdbi-perl
Recommends: libdate-manip-perl, libdatetime-perl, libyaml-perl
Filename: pool/universe/libt/libtangram-perl/libtangram-perl_2.12-1_all.deb
Size: 221664
MD5sum: efeee74a2fa024dc7417479fd08a4ea7
SHA1: 199ff320ec449ac8a9684bac059e7fd023adff82
SHA256: a1a2a29a95d8391bab990e01f348ef5d768fd4165fea7dff8eab8f7867fa6a43
Description-en: Orthogonal Object Persistence in Relational Databases
Tangram is an object-relational mapper. It makes objects persist in
relational databases, and provides powerful facilities for retrieving
and filtering them. Tangram fully supports object-oriented programming,
including polymorphism, multiple inheritance and collections.
It does so in an orthogonal fashion, that is, it doesn't require
your classes to implement support functions nor inherit from a utility class.
.
Tangram builds upon DBI, so you'll need to install DBI and at least
one DBD driver if that is not done already. You will also need
Set::Object. These modules are available from CPAN.
.
If you intend to run the regression tests (recommended), you will
also need to prepare an empty database before starting the installation
procedure.
Description-md5: 953aba0bc62cc4b416c6aa400b447fa2
Homepage: https://metacpan.org/release/Tangram
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu