How to Install and Uninstall perl-depends Package on Kali Linux

Last updated: May 21,2024

1. Install "perl-depends" package

Please follow the guidance below to install perl-depends on Kali Linux

$ sudo apt update $ sudo apt install perl-depends

2. Uninstall "perl-depends" package

Please follow the instructions below to uninstall perl-depends on Kali Linux:

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

3. Information about the perl-depends package on Kali Linux

Package: perl-depends
Version: 2016.1029+git8f67695-3
Installed-Size: 30
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Size: 10980
SHA256: 92a6cb15aa513c620fab7256736063e3ba9e3fdc00204289bb09d15fc21ac99a
SHA1: e680a686a9b974edfbd4c78d719b392e41e9de47
MD5sum: ea9a738031eb4b770ce13526ca433034
Description: rough indicator of Perl module dependencies
perl-depends is a tool to show roughly what modules a program uses. Perl
evaluates "use" commands at compile time, storing the information about
loaded modules in the %INC variable. Comparing that list with the
standard Perl modules gives an estimate of the external module
dependencies.
.
The dependency information can be used to determine what external
modules have to be installed before the program can be used.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/jaalto/project--perl-depends
Section: devel
Priority: optional
Filename: pool/main/p/perl-depends/perl-depends_2016.1029+git8f67695-3_all.deb