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

Last updated: May 20,2024

1. Install "libxs-object-magic-perl" package

This guide covers the steps necessary to install libxs-object-magic-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libxs-object-magic-perl

2. Uninstall "libxs-object-magic-perl" package

This tutorial shows how to uninstall libxs-object-magic-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libxs-object-magic-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libxs-object-magic-perl
Priority: optional
Section: universe/perl
Installed-Size: 51
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: amd64
Version: 0.4-1build3
Depends: perl (>= 5.22.1-1), perlapi-5.22.1, libc6 (>= 2.2.5)
Filename: pool/universe/libx/libxs-object-magic-perl/libxs-object-magic-perl_0.4-1build3_amd64.deb
Size: 13300
MD5sum: 5b25bbb9cdc3759a7a91e487119ac709
SHA1: 357e712c2c6767949c530bcf1099f3b4f93c2c8b
SHA256: db1d3adf9e71b027b0d41e2d72e28941e691eff518b555ba13b0b81e4f7b5b72
Description-en: module for opaque, extensible XS pointer backed objects using sv_magic
XS::Object::Magic provides a way of associating structs with Perl space
objects designed to supercede Perl's builtin "T_PTROBJ" with something that
is designed to be:
.
* extensible: The association of the pointer using "sv_magicext" can be
done on any data type, so you can associate C structs with any
representation type. This means that you can add pointers to any object
(hand coded, Moose or otherwise), while still having instance data in
regular hashes.
* opaque: The C pointer is neither visible nor modifiable from Perl space.
This prevents accidental corruption which could lead to segfaults using
"T_PTROBJ" (e.g. "$$ptr_obj = 0").
Description-md5: 5f99e4184d040d6e643ba6c947aadbb1
Homepage: https://metacpan.org/release/XS-Object-Magic/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu