How to Install and Uninstall libfeature-compat-try-perl Package on Kali Linux

Last updated: May 19,2024

1. Install "libfeature-compat-try-perl" package

This guide let you learn how to install libfeature-compat-try-perl on Kali Linux

$ sudo apt update $ sudo apt install libfeature-compat-try-perl

2. Uninstall "libfeature-compat-try-perl" package

This guide covers the steps necessary to uninstall libfeature-compat-try-perl on Kali Linux:

$ sudo apt remove libfeature-compat-try-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libfeature-compat-try-perl package on Kali Linux

Package: libfeature-compat-try-perl
Version: 0.05-1
Installed-Size: 27
Maintainer: Debian Perl Group
Architecture: all
Depends: libsyntax-keyword-try-perl (>= 0.27), perl:any
Size: 10444
SHA256: e4e1208c865c73d27876aa7437d5e69db7edddef398e8edb3145d1490ebe888c
SHA1: 780ddc4b52a5a1d65cee818798346a7068388462
MD5sum: 808228097f76b9a58ffd4f943abc2632
Description: make try/catch syntax available
Feature::Compat::Try is written in preparation for when Perl will gain true
native syntax support for try/catch control flow.
.
Perl added such syntax in the development version 5.33.7, which is enabled by
.
use feature 'try';
.
On that version of Perl or later, this module simply enables the core feature
equivalent to using it directly. On such Perls, this module will install with
no non-core dependencies, and requires no C compiler.
.
On older versions of Perl before such syntax is available, it is currently
provided instead using the Syntax::Keyword::Try module, imported with a
special set of options to configure it to recognise exactly and only the same
syntax as the core Perl feature, thus ensuring that any code using it will
still continue to function on that newer Perl.
Description-md5:
Homepage: https://metacpan.org/release/Feature-Compat-Try
Section: perl
Priority: optional
Filename: pool/main/libf/libfeature-compat-try-perl/libfeature-compat-try-perl_0.05-1_all.deb