How To Install librte-rcu0.200 on Ubuntu 20.04

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

Introduction

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

What is librte-rcu0.200

librte-rcu0.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-rcu. FYI: This library still is highly experimental.

Package: librte-rcu0.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: 53 Depends: libbsd0 (>= 0.0), libc6 (>= 2.3.4), libnuma1 (>= 2.0.11), librte-eal20.0 (>= 19.11), librte-kvargs20.0 (>= 18.08) Conflicts: libdpdk0 Filename: pool/universe/d/dpdk/librte-rcu0.200_19.11.3-0ubuntu0.2_amd64.deb Size: 6512 MD5sum: 3fe55c8fff975ca792197dab0afe8eb2 SHA1: 3a3c5040469b6f40b2653accc3a2093baaf184d4 SHA256: 90281584e4c7c0e4fbe6a51c7d3b53be8583211243a7b23b20a73b67d8a86fb2 SHA512: c6dc5d4f2b86cda29605dbf125338d6a3944c8c760bab07c7afe752e933629b676444a7c0bc47b5e57a4c00bf92a4307cefa39960da4f3322166250fed29b8fd Homepage: https://doc.dpdk.org/guides/prog_guide/rcu_lib.html Description-en: Data Plane Development Kit (librte-rcu 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-rcu. FYI: This library still is highly experimental.

Package: librte-rcu0.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: 52 Depends: libbsd0 (>= 0.0), libc6 (>= 2.3.4), libnuma1 (>= 2.0.11), librte-eal20.0 (>= 19.11), librte-kvargs20.0 (>= 18.08) Conflicts: libdpdk0 Filename: pool/universe/d/dpdk/librte-rcu0.200_19.11.1-0ubuntu1_amd64.deb Size: 6504 MD5sum: 024d1b1586ebaa1c7e3f8520075a6697 SHA1: b001833d1895b930d0620503b6bf5fff06a93c0a SHA256: a2d4385fed3e8a9495124ea6dc7874c0e7e73449a05a167c4bf1c6970d78b10b Homepage: https://doc.dpdk.org/guides/prog_guide/rcu_lib.html Description-en: Data Plane Development Kit (librte-rcu 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-rcu. FYI: This library still is highly experimental.

There are three methods to install librte-rcu0.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-rcu0.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-rcu0.200 using apt-get by running the following command:

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

Install librte-rcu0.200 Using apt

Update apt database with apt using the following command.

sudo apt update

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

sudo apt -y install librte-rcu0.200

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

sudo aptitude -y install librte-rcu0.200

How To Uninstall librte-rcu0.200 on Ubuntu 20.04

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

sudo apt-get remove librte-rcu0.200

Uninstall librte-rcu0.200 And Its Dependencies

To uninstall librte-rcu0.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-rcu0.200

Remove librte-rcu0.200 Configurations and Data

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

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

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

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

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

References

Summary

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