How to Install and Uninstall libdist-checkconflicts-perl Package on Kali Linux

Last updated: October 04,2024

1. Install "libdist-checkconflicts-perl" package

In this section, we are going to explain the necessary steps to install libdist-checkconflicts-perl on Kali Linux

$ sudo apt update $ sudo apt install libdist-checkconflicts-perl

2. Uninstall "libdist-checkconflicts-perl" package

This guide covers the steps necessary to uninstall libdist-checkconflicts-perl on Kali Linux:

$ sudo apt remove libdist-checkconflicts-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libdist-checkconflicts-perl package on Kali Linux

Package: libdist-checkconflicts-perl
Version: 0.11-2
Installed-Size: 28
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, libmodule-runtime-perl
Size: 10484
SHA256: 963c2b11e45d440599412311146f6f691a2e77f7772ac5928c5c0775d48ce303
SHA1: 0547e3caf3f62a87b24283918a3099fcd39804ad
MD5sum: ee48866a81633df00f3ad238e617ade1
Description: module for declaring version conflicts for a distribution
One shortcoming of the CPAN clients that currently exist is that they have no
way of specifying conflicting downstream dependencies of modules.
Dist::CheckConflicts attempts to work around this issue by allowing you to
specify conflicting versions of modules separately, and deal with them after
the module is done installing.
.
For instance, say you have a module Foo, and some other module Bar uses Foo.
If Foo were to change its API in a non-backwards-compatible way, this would
cause Bar to break until it is updated to use the new API. Foo can't just
depend on the fixed version of Bar, because this will cause a circular
dependency (because Bar is already depending on Foo), and this doesn't
express intent properly anyway - Foo doesn't use Bar at all. The ideal
solution would be for there to be a way to specify conflicting versions of
modules in a way that would let CPAN clients update conflicting modules
automatically after an existing module is upgraded, but until that happens,
this module will allow users to do this manually.
Description-md5:
Homepage: https://metacpan.org/release/Dist-CheckConflicts
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: pool/main/libd/libdist-checkconflicts-perl/libdist-checkconflicts-perl_0.11-2_all.deb