How To Install python3-nipy-lib-dbg on Ubuntu 20.04

In this tutorial we learn how to install python3-nipy-lib-dbg on Ubuntu 20.04. python3-nipy-lib-dbg is Analysis of structural and functional neuroimaging data (debug symbols)

Introduction

In this tutorial we learn how to install python3-nipy-lib-dbg on Ubuntu 20.04.

What is python3-nipy-lib-dbg

python3-nipy-lib-dbg is:

NiPy is a Python-based framework for the analysis of structural and functional neuroimaging data.

This package provides debugging symbols for architecture-dependent builds of the libraries. Build-Ids: 1070066d3a0eefad6dcfa70d156e2e95129829ea 1db1247f610d2fda6292afac1e4669a28cb65281 2fdd78bee26b730ef58aeffc28be45785af2a948 42836e9b397a00a6c1f4185001f7e5723d313221 5347bf183219e5cd446677f225ffb153e1a0ef36 53eedfa88bc7ddd3be0858cb751e3dd67894e12b 677e2261f8e3a67b7744366ec5c72e0c72b19df6 6e879784f52841979504011cf3dd93862ad884f9 70fa1701e9592c52f64fa79523b477eafae37461 97e9931dd752c5986f40f492ed26953169d7aa9f c793283b8ee26994705f640cd7ed8b8a96c72851 d332d16851cd53c904b1973c994eea6df85f284c e47b06d40af44292214a93aa3c84f5c3407a725a e9115195e17f8bd5717ee9b5f4bce8ac5a888ac5

There are three methods to install python3-nipy-lib-dbg 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 python3-nipy-lib-dbg Using apt-get

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

sudo apt-get update

After updating apt database, We can install python3-nipy-lib-dbg using apt-get by running the following command:

sudo apt-get -y install python3-nipy-lib-dbg

Install python3-nipy-lib-dbg Using apt

Update apt database with apt using the following command.

sudo apt update

After updating apt database, We can install python3-nipy-lib-dbg using apt by running the following command:

sudo apt -y install python3-nipy-lib-dbg

Install python3-nipy-lib-dbg 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 python3-nipy-lib-dbg using aptitude by running the following command:

sudo aptitude -y install python3-nipy-lib-dbg

How To Uninstall python3-nipy-lib-dbg on Ubuntu 20.04

To uninstall only the python3-nipy-lib-dbg package we can use the following command:

sudo apt-get remove python3-nipy-lib-dbg

Uninstall python3-nipy-lib-dbg And Its Dependencies

To uninstall python3-nipy-lib-dbg and its dependencies that are no longer needed by Ubuntu 20.04, we can use the command below:

sudo apt-get -y autoremove python3-nipy-lib-dbg

Remove python3-nipy-lib-dbg Configurations and Data

To remove python3-nipy-lib-dbg configuration and data from Ubuntu 20.04 we can use the following command:

sudo apt-get -y purge python3-nipy-lib-dbg

Remove python3-nipy-lib-dbg configuration, data, and all of its dependencies

We can use the following command to remove python3-nipy-lib-dbg configurations, data and all of its dependencies, we can use the following command:

sudo apt-get -y autoremove --purge python3-nipy-lib-dbg

References

Summary

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