How To Install librte-fib0.200 on Ubuntu 20.04

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

Introduction

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

What is librte-fib0.200

librte-fib0.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 libfib. FIB (Forwarding information base) implementation for IPv4 Longest Prefix Match FYI: This library still is highly experimental.

Package: librte-fib0.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: 77 Depends: libbsd0 (>= 0.0), libc6 (>= 2.4), libnuma1 (>= 2.0.11), librte-eal20.0 (>= 19.11), librte-kvargs20.0 (>= 18.08), librte-mempool20.0 (>= 18.05), librte-rib0.200 (>= 19.11), librte-ring20.0 (>= 19.08) Conflicts: libdpdk0 Filename: pool/universe/d/dpdk/librte-fib0.200_19.11.3-0ubuntu0.2_amd64.deb Size: 14580 MD5sum: 9a5dd52f767daaaf24275c07a37fb6f9 SHA1: 34921a4201c6e9ff0baf9dcbda6d7c3249e64f7b SHA256: 8e892396de9e86d50312b882105562b6c35599000d12b4ec59cf041719e1fbdd SHA512: a9ab9f96ca1bd45042920bc47bd9f1abe2bcab69f071118afffda1aac0efb7ba114e3c6093ffbc5dc9d56a0118ed7e0429fc80fcd93e570107783fd94cd12af8 Homepage: https://doc.dpdk.org/api/rte__fib_8h.html Description-en: Data Plane Development Kit (libfib 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 libfib. FIB (Forwarding information base) implementation for IPv4 Longest Prefix Match FYI: This library still is highly experimental.

Package: librte-fib0.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: 76 Depends: libbsd0 (>= 0.0), libc6 (>= 2.4), libnuma1 (>= 2.0.11), librte-eal20.0 (>= 19.11), librte-kvargs20.0 (>= 18.08), librte-mempool20.0 (>= 18.05), librte-rib0.200 (>= 19.11), librte-ring20.0 (>= 19.08) Conflicts: libdpdk0 Filename: pool/universe/d/dpdk/librte-fib0.200_19.11.1-0ubuntu1_amd64.deb Size: 14572 MD5sum: 96fb004d8564426161afe464ae32093d SHA1: 4e8bf94e60c9d6161d832d5a03019e48bf9c91fd SHA256: 0edaa99eda332a5df1877e7689b2cc9af33ac668a509110767b6a3eac713aa69 Homepage: https://doc.dpdk.org/api/rte__fib_8h.html Description-en: Data Plane Development Kit (libfib 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 libfib. FIB (Forwarding information base) implementation for IPv4 Longest Prefix Match FYI: This library still is highly experimental.

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

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

Install librte-fib0.200 Using apt

Update apt database with apt using the following command.

sudo apt update

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

sudo apt -y install librte-fib0.200

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

sudo aptitude -y install librte-fib0.200

How To Uninstall librte-fib0.200 on Ubuntu 20.04

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

sudo apt-get remove librte-fib0.200

Uninstall librte-fib0.200 And Its Dependencies

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

Remove librte-fib0.200 Configurations and Data

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

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

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

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

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

References

Summary

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