How To Install strongswan-tnc-client on Ubuntu 20.04

In this tutorial we learn how to install strongswan-tnc-client on Ubuntu 20.04. strongswan-tnc-client is transitional package transitional package

Introduction

In this tutorial we learn how to install strongswan-tnc-client on Ubuntu 20.04.

What is strongswan-tnc-client

strongswan-tnc-client is:

This is a transitional package. It can safely be removed.

Package: strongswan-tnc-client Architecture: all Version: 5.8.2-1ubuntu3 Priority: optional Section: universe/net Source: strongswan Origin: Ubuntu Maintainer: Ubuntu Developers [email protected] Original-Maintainer: strongSwan Maintainers [email protected] Bugs: https://bugs.launchpad.net/ubuntu/+filebug Installed-Size: 172 Depends: libcharon-extra-plugins (= 5.8.2-1ubuntu3) Filename: pool/universe/s/strongswan/strongswan-tnc-client_5.8.2-1ubuntu3_all.deb Size: 10988 MD5sum: 4792dc6fe48ed0dcdb6f43312891137f SHA1: e2df7d2f6f6ad8efe0a6f1d0eb6f9e22519add4c SHA256: 8455625fd6b2ea14f26f117fcd4bfcffaf0a8539cd31e2746642a60828421a5d Homepage: http://www.strongswan.org Description-en: transitional package This is a transitional package. It can safely be removed.

There are three methods to install strongswan-tnc-client on Ubuntu 20.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 strongswan-tnc-client Using apt-get

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

sudo apt-get update

After updating apt database, We can install strongswan-tnc-client using apt-get by running the following command:

sudo apt-get -y install strongswan-tnc-client

Install strongswan-tnc-client Using apt

Update apt database with apt using the following command.

sudo apt update

After updating apt database, We can install strongswan-tnc-client using apt by running the following command:

sudo apt -y install strongswan-tnc-client

Install strongswan-tnc-client 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 strongswan-tnc-client using aptitude by running the following command:

sudo aptitude -y install strongswan-tnc-client

How To Uninstall strongswan-tnc-client on Ubuntu 20.04

To uninstall only the strongswan-tnc-client package we can use the following command:

sudo apt-get remove strongswan-tnc-client

Uninstall strongswan-tnc-client And Its Dependencies

To uninstall strongswan-tnc-client and its dependencies that are no longer needed by Ubuntu 20.04, we can use the command below:

sudo apt-get -y autoremove strongswan-tnc-client

Remove strongswan-tnc-client Configurations and Data

To remove strongswan-tnc-client configuration and data from Ubuntu 20.04 we can use the following command:

sudo apt-get -y purge strongswan-tnc-client

Remove strongswan-tnc-client configuration, data, and all of its dependencies

We can use the following command to remove strongswan-tnc-client configurations, data and all of its dependencies, we can use the following command:

sudo apt-get -y autoremove --purge strongswan-tnc-client

References

Summary

In this tutorial we learn how to install strongswan-tnc-client package on Ubuntu 20.04 using different package management tools: apt, apt-get and aptitude.