How to Install and Uninstall libbusiness-creditcard-perl Package on Kali Linux

Last updated: May 02,2024

1. Install "libbusiness-creditcard-perl" package

Here is a brief guide to show you how to install libbusiness-creditcard-perl on Kali Linux

$ sudo apt update $ sudo apt install libbusiness-creditcard-perl

2. Uninstall "libbusiness-creditcard-perl" package

In this section, we are going to explain the necessary steps to uninstall libbusiness-creditcard-perl on Kali Linux:

$ sudo apt remove libbusiness-creditcard-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libbusiness-creditcard-perl package on Kali Linux

Package: libbusiness-creditcard-perl
Version: 0.39-2
Installed-Size: 38
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Size: 17348
SHA256: a170b12d5b1eab3e43ff4daa31431bf06c1ad06588c4be267d803684d3cd3996
SHA1: 19f596c666fa37cba40ff63db59e7fdd48853df4
MD5sum: 38ab7b872368ab6d286a2b80583e80dd
Description: Perl module to validate or generate credit card checksums and names
Business::CreditCard tell you whether a credit card number is
self-consistent -- whether the last digit of the number is a valid
checksum for the preceding digits.
.
The validate() subroutine returns 1 if the card number provided passes
the checksum test, and 0 otherwise.
.
The cardtype() subroutine returns a string containing the type of
card: "MasterCard", "VISA", and so on.
.
The generate_last_digit() subroutine computes and returns the last
digit of the card given the preceding digits. With a 16-digit card,
you provide the first 15 digits; the subroutine returns the sixteenth.
Description-md5:
Multi-Arch: foreign
Homepage: https://metacpan.org/release/Business-CreditCard
Tag: devel::lang:perl, devel::library, field::finance, implemented-in::perl,
role::devel-lib, use::checking
Section: perl
Priority: optional
Filename: pool/main/libb/libbusiness-creditcard-perl/libbusiness-creditcard-perl_0.39-2_all.deb