How To Install networking-bagpipe-common on Ubuntu 20.04

In this tutorial we learn how to install networking-bagpipe-common on Ubuntu 20.04. networking-bagpipe-common is Driver and agent code to use BagPipe implementation (common) Driver and agent code to use BagPipe implementation (common)

Introduction

In this tutorial we learn how to install networking-bagpipe-common on Ubuntu 20.04.

What is networking-bagpipe-common

networking-bagpipe-common is:

Driver and agent code to use BaGPipe lightweight implementation of BGP-based VPNs as a backend for Neutron.

This is the common configuration package.

Package: networking-bagpipe-common Architecture: all Version: 12.0.0~b3~git2020041013.c15d5e0-0ubuntu1 Priority: optional Section: universe/python Source: networking-bagpipe Origin: Ubuntu Maintainer: Chuck Short [email protected] Bugs: https://bugs.launchpad.net/ubuntu/+filebug Installed-Size: 31 Breaks: python-networking-bagpipe (« 9.0.0~b2-0ubuntu2~) Replaces: python-networking-bagpipe (« 9.0.0~b2-0ubuntu2~) Filename: pool/universe/n/networking-bagpipe/networking-bagpipe-common_12.0.0~b3~git2020041013.c15d5e0-0ubuntu1_all.deb Size: 6196 MD5sum: bd8bdca0c6e31c3f5c269f8e487efa90 SHA1: b452a7f542396e1d6c1a974e2ea0e109716aa7fd SHA256: ee0eb2f5ae35b9fef1796c82e190c761354a323c75aaa9ca86ac3bc918360396 Description-en: Driver and agent code to use BagPipe implementation (common) Driver and agent code to use BaGPipe lightweight implementation of BGP-based VPNs as a backend for Neutron.

This is the common configuration package.

There are three methods to install networking-bagpipe-common 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 networking-bagpipe-common Using apt-get

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

sudo apt-get update

After updating apt database, We can install networking-bagpipe-common using apt-get by running the following command:

sudo apt-get -y install networking-bagpipe-common

Install networking-bagpipe-common Using apt

Update apt database with apt using the following command.

sudo apt update

After updating apt database, We can install networking-bagpipe-common using apt by running the following command:

sudo apt -y install networking-bagpipe-common

Install networking-bagpipe-common 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 networking-bagpipe-common using aptitude by running the following command:

sudo aptitude -y install networking-bagpipe-common

How To Uninstall networking-bagpipe-common on Ubuntu 20.04

To uninstall only the networking-bagpipe-common package we can use the following command:

sudo apt-get remove networking-bagpipe-common

Uninstall networking-bagpipe-common And Its Dependencies

To uninstall networking-bagpipe-common and its dependencies that are no longer needed by Ubuntu 20.04, we can use the command below:

sudo apt-get -y autoremove networking-bagpipe-common

Remove networking-bagpipe-common Configurations and Data

To remove networking-bagpipe-common configuration and data from Ubuntu 20.04 we can use the following command:

sudo apt-get -y purge networking-bagpipe-common

Remove networking-bagpipe-common configuration, data, and all of its dependencies

We can use the following command to remove networking-bagpipe-common configurations, data and all of its dependencies, we can use the following command:

sudo apt-get -y autoremove --purge networking-bagpipe-common

References

Summary

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