How To Install probert-network on Ubuntu 20.04

In this tutorial we learn how to install probert-network on Ubuntu 20.04. probert-network is Hardware probing tool - storage metapackage Hardware probing tool - storage metapackage

Introduction

In this tutorial we learn how to install probert-network on Ubuntu 20.04.

What is probert-network

probert-network is:

This package provides a tool for probing host hardware information and emitting a JSON report.

This package contains network probing capability.

Package: probert-network Architecture: amd64 Version: 0.0.18 Priority: optional Section: universe/admin Source: probert Origin: Ubuntu Maintainer: Ubuntu Developers [email protected] Original-Maintainer: Ryan Harper [email protected] Bugs: https://bugs.launchpad.net/ubuntu/+filebug Installed-Size: 127 Depends: probert-common (= 0.0.18), python3 (« 3.9), python3 (>= 3.8~), python3:any, libc6 (>= 2.4), libnl-3-200 (>= 3.4.0), libnl-genl-3-200 (>= 3.2.7), libnl-route-3-200 (>= 3.2.7) Breaks: probert (« 0.0.16) Replaces: probert (« 0.0.16) Filename: pool/universe/p/probert/probert-network_0.0.18_amd64.deb Size: 25992 MD5sum: ce64bfb941c9f0045ae2dcb768c4fb51 SHA1: e715878044aa322f8aaa597ea5b96cf1df25825b SHA256: 0ddf0f5bdaa3fccbdc5a2ca4404f8e3b251e04bdf4b2178b7f4e55e197450a87 Homepage: https://github.com/CanonicalLtd/probert Description-en: Hardware probing tool - storage metapackage This package provides a tool for probing host hardware information and emitting a JSON report.

This package contains network probing capability.

There are three methods to install probert-network 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 probert-network Using apt-get

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

sudo apt-get update

After updating apt database, We can install probert-network using apt-get by running the following command:

sudo apt-get -y install probert-network

Install probert-network Using apt

Update apt database with apt using the following command.

sudo apt update

After updating apt database, We can install probert-network using apt by running the following command:

sudo apt -y install probert-network

Install probert-network 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 probert-network using aptitude by running the following command:

sudo aptitude -y install probert-network

How To Uninstall probert-network on Ubuntu 20.04

To uninstall only the probert-network package we can use the following command:

sudo apt-get remove probert-network

Uninstall probert-network And Its Dependencies

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

sudo apt-get -y autoremove probert-network

Remove probert-network Configurations and Data

To remove probert-network configuration and data from Ubuntu 20.04 we can use the following command:

sudo apt-get -y purge probert-network

Remove probert-network configuration, data, and all of its dependencies

We can use the following command to remove probert-network configurations, data and all of its dependencies, we can use the following command:

sudo apt-get -y autoremove --purge probert-network

References

Summary

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