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

Last updated: April 28,2024

1. Install "libclang-perl" package

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

$ sudo apt update $ sudo apt install libclang-perl

2. Uninstall "libclang-perl" package

In this section, we are going to explain the necessary steps to uninstall libclang-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libclang-perl
Priority: optional
Section: universe/perl
Installed-Size: 87
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: amd64
Version: 0.09-4
Depends: perl (>= 5.22.1-3), perlapi-5.22.1, libc6 (>= 2.4), libclang1-3.6 (>= 3.4)
Filename: pool/universe/libc/libclang-perl/libclang-perl_0.09-4_amd64.deb
Size: 27654
MD5sum: f6ff97404c9cd9ef19028dc34b347ea4
SHA1: 8ae704be1e0f63bf33d50f823bdfe741847a1a15
SHA256: d479081952ef0b37a689285e4effc19936082518321b3a23b6572fcdbdb66482
Description-en: Perl bindings to the Clang compiler's indexing interface
Clang is a compiler front end for the C, C++, Objective-C, and Objective-C++
programming languages which uses LLVM as its back end.
.
Clang module provides Perl bindings to the Clang indexing interface, used for
extracting high-level symbol information from source files without exposing
the full Clang C++ API.
Description-md5: 86a81b49d8d167d0bb95b7c5631a186a
Homepage: https://metacpan.org/release/Clang
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu