How To Install librte-ipsec0.200 on Ubuntu 20.04

In this tutorial we learn how to install librte-ipsec0.200 on Ubuntu 20.04. librte-ipsec0.200 is Data Plane Development Kit (librte-ipsec runtime library) Data Plane Development Kit (librte-ipsec runtime library) Data Plane Development Kit (librte-ipsec runtime library)

Introduction

In this tutorial we learn how to install librte-ipsec0.200 on Ubuntu 20.04.

What is librte-ipsec0.200

librte-ipsec0.200 is:

DPDK is a set of libraries for fast packet processing. Applications run in user-space and communicate directly with dedicated network interfaces.

This package contains the runtime libraries for librte-ipsec. FYI: This library still is highly experimental.

Package: librte-ipsec0.200 Architecture: amd64 Version: 19.11.3-0ubuntu0.2 Multi-Arch: same Priority: optional Section: universe/libs Source: dpdk Origin: Ubuntu Maintainer: Ubuntu Developers [email protected] Original-Maintainer: Debian DPDK Maintainers [email protected] Bugs: https://bugs.launchpad.net/ubuntu/+filebug Installed-Size: 117 Depends: libbsd0 (>= 0.0), libc6 (>= 2.14), libnuma1 (>= 2.0.11), librte-cryptodev20.0 (>= 18.05), librte-eal20.0 (>= 19.11), librte-hash20.0 (>= 19.11), librte-kvargs20.0 (>= 18.08), librte-mbuf20.0 (>= 19.08), librte-mempool20.0 (>= 19.11), librte-net20.0 (>= 18.02), librte-ring20.0 (>= 19.08), librte-security20.0 (>= 19.11) Conflicts: libdpdk0 Filename: pool/universe/d/dpdk/librte-ipsec0.200_19.11.3-0ubuntu0.2_amd64.deb Size: 26420 MD5sum: a94371d313a8d699464af028f7ef20bb SHA1: d80ece851dbff7bebde45b77b971ec47121ca1d3 SHA256: c19aea76ef28daa9eaec9d2743fc75725bab70326da7b5226b782d6390efe1ae SHA512: 603b9da2478c009f7c7bfc5d27c6e0db3acd2e03d65011284aad8b80d149f37b91e8ef9210f32c30ecc2199173dd6acb4c3d59d92c75fa2e54209ade6599494e Homepage: https://doc.dpdk.org/guides/prog_guide/ipsec_lib.html Description-en: Data Plane Development Kit (librte-ipsec runtime library) DPDK is a set of libraries for fast packet processing. Applications run in user-space and communicate directly with dedicated network interfaces.

This package contains the runtime libraries for librte-ipsec. FYI: This library still is highly experimental.

Package: librte-ipsec0.200 Architecture: amd64 Version: 19.11.1-0ubuntu1 Multi-Arch: same Priority: optional Section: universe/libs Source: dpdk Origin: Ubuntu Maintainer: Ubuntu Developers [email protected] Original-Maintainer: Debian DPDK Maintainers [email protected] Bugs: https://bugs.launchpad.net/ubuntu/+filebug Installed-Size: 116 Depends: libbsd0 (>= 0.0), libc6 (>= 2.14), libnuma1 (>= 2.0.11), librte-cryptodev20.0 (>= 18.05), librte-eal20.0 (>= 19.11), librte-hash20.0 (>= 19.11), librte-kvargs20.0 (>= 18.08), librte-mbuf20.0 (>= 19.08), librte-mempool20.0 (>= 19.11), librte-net20.0 (>= 18.02), librte-ring20.0 (>= 19.08), librte-security20.0 (>= 19.11) Conflicts: libdpdk0 Filename: pool/universe/d/dpdk/librte-ipsec0.200_19.11.1-0ubuntu1_amd64.deb Size: 26408 MD5sum: 5908298b7c1a3bfe8696ca087e63ef03 SHA1: cdd4120e3f839192a4750429a0a3bf6c68e38cb1 SHA256: 1fe7faa7d049f76747ec6f10d4daed1ac922c759f462daa5b509eca35c142438 Homepage: https://doc.dpdk.org/guides/prog_guide/ipsec_lib.html Description-en: Data Plane Development Kit (librte-ipsec runtime library) DPDK is a set of libraries for fast packet processing. Applications run in user-space and communicate directly with dedicated network interfaces.

This package contains the runtime libraries for librte-ipsec. FYI: This library still is highly experimental.

There are three methods to install librte-ipsec0.200 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 librte-ipsec0.200 Using apt-get

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

sudo apt-get update

After updating apt database, We can install librte-ipsec0.200 using apt-get by running the following command:

sudo apt-get -y install librte-ipsec0.200

Install librte-ipsec0.200 Using apt

Update apt database with apt using the following command.

sudo apt update

After updating apt database, We can install librte-ipsec0.200 using apt by running the following command:

sudo apt -y install librte-ipsec0.200

Install librte-ipsec0.200 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 librte-ipsec0.200 using aptitude by running the following command:

sudo aptitude -y install librte-ipsec0.200

How To Uninstall librte-ipsec0.200 on Ubuntu 20.04

To uninstall only the librte-ipsec0.200 package we can use the following command:

sudo apt-get remove librte-ipsec0.200

Uninstall librte-ipsec0.200 And Its Dependencies

To uninstall librte-ipsec0.200 and its dependencies that are no longer needed by Ubuntu 20.04, we can use the command below:

sudo apt-get -y autoremove librte-ipsec0.200

Remove librte-ipsec0.200 Configurations and Data

To remove librte-ipsec0.200 configuration and data from Ubuntu 20.04 we can use the following command:

sudo apt-get -y purge librte-ipsec0.200

Remove librte-ipsec0.200 configuration, data, and all of its dependencies

We can use the following command to remove librte-ipsec0.200 configurations, data and all of its dependencies, we can use the following command:

sudo apt-get -y autoremove --purge librte-ipsec0.200

References

Summary

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