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

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

Introduction

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

libbusiness-onlinepayment-tclink-perl is:

Business::OnlinePayment::TCLink is a Business::OnlinePayment backend module for the TrustCommerce payment gateway. It is only useful if you have an account with TrustCommerce: http://www.trustcommerce.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-tclink-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.

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

sudo apt-get update

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

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

Update apt database with apt using the following command.

sudo apt update

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

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

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-tclink-perl using aptitude by running the following command:

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

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

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

To uninstall libbusiness-onlinepayment-tclink-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-tclink-perl

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

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

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

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

References

Summary

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