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

Last updated: May 01,2024

1. Install "libbusiness-creditcard-perl" package

In this section, we are going to explain the necessary steps to install libbusiness-creditcard-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libbusiness-creditcard-perl" package

Please follow the guidelines below to uninstall libbusiness-creditcard-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libbusiness-creditcard-perl
Priority: optional
Section: universe/perl
Installed-Size: 60
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.33-1
Depends: perl
Filename: pool/universe/libb/libbusiness-creditcard-perl/libbusiness-creditcard-perl_0.33-1_all.deb
Size: 14162
MD5sum: 8062b0d7878e4ee6014e3769a06def1c
SHA1: 6af68c354590dd0b3696844d4a94af31772f7e5f
SHA256: 58016f6468aa0c30b705e645870acce251ee3b4df0558424c955cc553b096981
Description-en: 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: 0ecc8236acc8e008b18040559441ead3
Homepage: https://metacpan.org/release/Business-CreditCard
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu