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

Last updated: May 12,2024

1. Install "libextutils-xsbuilder-perl" package

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

$ sudo apt update $ sudo apt install libextutils-xsbuilder-perl

2. Uninstall "libextutils-xsbuilder-perl" package

Please follow the guidelines below to uninstall libextutils-xsbuilder-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libextutils-xsbuilder-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libextutils-xsbuilder-perl
Priority: optional
Section: universe/perl
Installed-Size: 184
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.28-3
Depends: libparse-recdescent-perl, libtie-ixhash-perl, perl
Filename: pool/universe/libe/libextutils-xsbuilder-perl/libextutils-xsbuilder-perl_0.28-3_all.deb
Size: 54402
MD5sum: b2159e63fd14efcf7f7da6c667fb5b93
SHA1: 0c01a4ab25f6095bf588a47d451955255d7888d4
SHA256: f75af7fc015a7b9228fad8b7a1b7ec2b7b8efc29954d724a9dbcd9338fb6c85e
Description-en: Automatic XS glue code generation
ExtUtils::XSBuilder is a set of modules to parse C header files and
create XS glue code and documentation from it.
.
Ideally this allows you to "write" an interface to a C library
without coding a line. Although this module automates much of the
process, you must still be familiar with C and XS programming since no
C API is ideal and usually some adjuments are necessary. When the C
API changes, most of the time you only have to rerun XSBuilder to get
your new Perl API.
Description-md5: 73617672b75b693607921582c1c25ab5
Homepage: https://metacpan.org/release/ExtUtils-XSBuilder
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu