How to Install and Uninstall libxs-object-magic-perl Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 20,2024

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

This guide let you learn how to install libxs-object-magic-perl on Ubuntu 21.10 (Impish Indri)

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

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

Here is a brief guide to show you how to uninstall libxs-object-magic-perl on Ubuntu 21.10 (Impish Indri):

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

3. Information about the libxs-object-magic-perl package on Ubuntu 21.10 (Impish Indri)

Package: libxs-object-magic-perl
Architecture: amd64
Version: 0.05-1build1
Priority: optional
Section: universe/perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 60
Depends: perl (>= 5.32.0-4), perlapi-5.32.0
Filename: pool/universe/libx/libxs-object-magic-perl/libxs-object-magic-perl_0.05-1build1_amd64.deb
Size: 16040
MD5sum: 47d83c8f8e70bd6444f37794cba9113a
SHA1: 98d869a3e5be7e0391791dad49dd6bcbefecbb15
SHA256: 77cb40caf706186bd7f2a73bf480571eac70d751ba00b3f4da12aea544dce842
SHA512: f2cc4fda46db6e840edf26267cfdf26a2cb8d61805f5bd339c0f750e1fd68ca265c30d40035f771dfdcff3f92effef8426e341bf017067468cadd3474bd915c4
Homepage: https://metacpan.org/release/XS-Object-Magic
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 supersede 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: 42ed6a43448316e7cd7d4ecaf306d442