How To Install librte-pmd-virtio20.0 on Ubuntu 20.04

In this tutorial we learn how to install librte-pmd-virtio20.0 on Ubuntu 20.04. librte-pmd-virtio20.0 is Data Plane Development Kit (librte-pmd-virtio runtime library) Data Plane Development Kit (librte-pmd-virtio runtime library) Data Plane Development Kit (librte-pmd-virtio runtime library)

Introduction

In this tutorial we learn how to install librte-pmd-virtio20.0 on Ubuntu 20.04.

What is librte-pmd-virtio20.0

librte-pmd-virtio20.0 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_pmd_virtio.

Package: librte-pmd-virtio20.0 Architecture: amd64 Version: 19.11.3-0ubuntu0.2 Multi-Arch: same Priority: optional Section: 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: 172 Depends: libbsd0 (>= 0.0), libc6 (>= 2.28), libnuma1 (>= 2.0.11), librte-bus-pci20.0 (>= 19.11), librte-bus-vdev20.0 (>= 19.11), librte-eal20.0 (>= 19.11), librte-ethdev20.0 (>= 19.11), librte-kvargs20.0 (>= 19.11), librte-mbuf20.0 (>= 19.08), librte-mempool20.0 (>= 19.11), librte-meter20.0 (>= 19.08), librte-net20.0 (>= 19.11), librte-pci20.0 (>= 19.11), librte-ring20.0 (>= 19.08) Conflicts: libdpdk0 Filename: pool/main/d/dpdk/librte-pmd-virtio20.0_19.11.3-0ubuntu0.2_amd64.deb Size: 52260 MD5sum: 196972cfb3c5648f6faff3cd2741fecb SHA1: 8b724e308b6f9396e476b9e456cadcbc7c756613 SHA256: 8b7474813c0ee329c2c45686651861ad7badc8a931479d9f1290000d8fd0d60a SHA512: 76bb74a823ae595040241b25710ad3dc7c8c35159529cc8c6bad3d53bf401da364b78fa21f716e05fa9ce789b79e93a1f3af1a8c66a29685708977e5e2185e3c Homepage: https://dpdk.org/doc/guides/nics/virtio.html Description-en: Data Plane Development Kit (librte-pmd-virtio 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_pmd_virtio.

Package: librte-pmd-virtio20.0 Architecture: amd64 Version: 19.11.1-0ubuntu1 Multi-Arch: same Priority: optional Section: 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: 171 Depends: libbsd0 (>= 0.0), libc6 (>= 2.28), libnuma1 (>= 2.0.11), librte-bus-pci20.0 (>= 19.11), librte-bus-vdev20.0 (>= 19.11), librte-eal20.0 (>= 19.11), librte-ethdev20.0 (>= 19.11), librte-kvargs20.0 (>= 19.11), librte-mbuf20.0 (>= 19.08), librte-mempool20.0 (>= 19.11), librte-meter20.0 (>= 19.08), librte-net20.0 (>= 19.11), librte-pci20.0 (>= 19.11), librte-ring20.0 (>= 19.08) Conflicts: libdpdk0 Filename: pool/main/d/dpdk/librte-pmd-virtio20.0_19.11.1-0ubuntu1_amd64.deb Size: 52168 MD5sum: ce7475fabe66e7c6bae134eb15013dc8 SHA1: c6551b25e8735e0ff5bf6b0c7a0cc837ec06867a SHA256: e90c6c1eba96676bc37d456b76d7c8097fd574a25fa7fdf2f316035dc1d7e719 Homepage: https://dpdk.org/doc/guides/nics/virtio.html Description-en: Data Plane Development Kit (librte-pmd-virtio 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_pmd_virtio.

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

sudo apt-get -y install librte-pmd-virtio20.0

Install librte-pmd-virtio20.0 Using apt

Update apt database with apt using the following command.

sudo apt update

After updating apt database, We can install librte-pmd-virtio20.0 using apt by running the following command:

sudo apt -y install librte-pmd-virtio20.0

Install librte-pmd-virtio20.0 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-pmd-virtio20.0 using aptitude by running the following command:

sudo aptitude -y install librte-pmd-virtio20.0

How To Uninstall librte-pmd-virtio20.0 on Ubuntu 20.04

To uninstall only the librte-pmd-virtio20.0 package we can use the following command:

sudo apt-get remove librte-pmd-virtio20.0

Uninstall librte-pmd-virtio20.0 And Its Dependencies

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

sudo apt-get -y autoremove librte-pmd-virtio20.0

Remove librte-pmd-virtio20.0 Configurations and Data

To remove librte-pmd-virtio20.0 configuration and data from Ubuntu 20.04 we can use the following command:

sudo apt-get -y purge librte-pmd-virtio20.0

Remove librte-pmd-virtio20.0 configuration, data, and all of its dependencies

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

sudo apt-get -y autoremove --purge librte-pmd-virtio20.0

References

Summary

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