How To Install libbusiness-onlinepayment-paymentech-perl on Ubuntu 18.04

In this tutorial we learn how to install libbusiness-onlinepayment-paymentech-perl on Ubuntu 18.04. libbusiness-onlinepayment-paymentech-perl is Chase Paymentech backend for Business

Introduction

In this tutorial we learn how to install libbusiness-onlinepayment-paymentech-perl on Ubuntu 18.04.

What is libbusiness-onlinepayment-paymentech-perl

libbusiness-onlinepayment-paymentech-perl is:

This is Business::OnlinePayment::PaymenTech, an Business::OnlinePayment backend module for Chase Paymentech. It is only useful if you have a merchant account with Chase Paymentech: http://www.chasepaymentech.com/

Business::OnlinePayment is a generic interface for processing payments through online credit card processors, online check acceptance houses, etc. (If you like buzzwords, call it an “multiplatform ecommerce-enabling middleware solution”).

There are three methods to install libbusiness-onlinepayment-paymentech-perl on Ubuntu 18.04. We can use apt-get, apt and aptitude. In the following sections we will describe each method. You can choose one of them.

Install libbusiness-onlinepayment-paymentech-perl Using apt-get

Update apt database with apt-get using the following command.

sudo apt-get update

After updating apt database, We can install libbusiness-onlinepayment-paymentech-perl using apt-get by running the following command:

sudo apt-get -y install libbusiness-onlinepayment-paymentech-perl

Install libbusiness-onlinepayment-paymentech-perl Using apt

Update apt database with apt using the following command.

sudo apt update

After updating apt database, We can install libbusiness-onlinepayment-paymentech-perl using apt by running the following command:

sudo apt -y install libbusiness-onlinepayment-paymentech-perl

Install libbusiness-onlinepayment-paymentech-perl Using aptitude

If you want to follow this method, you might need to install aptitude first since aptitude is usually not installed by default on Ubuntu. Update apt database with aptitude using the following command.

sudo aptitude update

After updating apt database, We can install libbusiness-onlinepayment-paymentech-perl using aptitude by running the following command:

sudo aptitude -y install libbusiness-onlinepayment-paymentech-perl

How To Uninstall libbusiness-onlinepayment-paymentech-perl on Ubuntu 18.04

To uninstall only the libbusiness-onlinepayment-paymentech-perl package we can use the following command:

sudo apt-get remove libbusiness-onlinepayment-paymentech-perl

Uninstall libbusiness-onlinepayment-paymentech-perl And Its Dependencies

To uninstall libbusiness-onlinepayment-paymentech-perl and its dependencies that are no longer needed by Ubuntu 18.04, we can use the command below:

sudo apt-get -y autoremove libbusiness-onlinepayment-paymentech-perl

Remove libbusiness-onlinepayment-paymentech-perl Configurations and Data

To remove libbusiness-onlinepayment-paymentech-perl configuration and data from Ubuntu 18.04 we can use the following command:

sudo apt-get -y purge libbusiness-onlinepayment-paymentech-perl

Remove libbusiness-onlinepayment-paymentech-perl configuration, data, and all of its dependencies

We can use the following command to remove libbusiness-onlinepayment-paymentech-perl configurations, data and all of its dependencies, we can use the following command:

sudo apt-get -y autoremove --purge libbusiness-onlinepayment-paymentech-perl

References

Summary

In this tutorial we learn how to install libbusiness-onlinepayment-paymentech-perl package on Ubuntu 18.04 using different package management tools: apt, apt-get and aptitude.