How To Install python3-ltfatpy-dbg on Ubuntu 20.04

In this tutorial we learn how to install python3-ltfatpy-dbg on Ubuntu 20.04. python3-ltfatpy-dbg is debug extensions for ltfatpy

Introduction

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

What is python3-ltfatpy-dbg

python3-ltfatpy-dbg is:

The ltfatpy package is a partial Python port of the Large Time/Frequency Analysis Toolbox (LTFAT), a MATLAB®/Octave toolbox for working with time-frequency analysis and synthesis.

It is intended both as an educational and a computational tool.

The package provides a large number of linear transforms including Gabor transforms along with routines for constructing windows (filter prototypes) and routines for manipulating coefficients.

This package provides the debug extensions for Python 3. Build-Ids: 09d353689e7e9cba97dcb0779a79f1590209ce35 7bd03a632374a1d02ffac2b06f2aab6170550c58 86c8a2025fe6844925e1f28bbb8cfc3e3c21eb1c 896550f087c90703259a65b9c696d97439a89731 9ad825a9550fbde4c3f6e6b13f36d14eef5d2110 a706bfc647a8af2f5104557fc6de613b98cb4ab0 c56f4d46f28805939f624f9271d0cdd2ef45205f cfafb86f09827562ea6a9f1fc2342d97e66ae45c ec0a7acdec7b4b36c84e28c374ef6c72e3d455f6

There are three methods to install python3-ltfatpy-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-ltfatpy-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-ltfatpy-dbg using apt-get by running the following command:

sudo apt-get -y install python3-ltfatpy-dbg

Install python3-ltfatpy-dbg Using apt

Update apt database with apt using the following command.

sudo apt update

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

sudo apt -y install python3-ltfatpy-dbg

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

sudo aptitude -y install python3-ltfatpy-dbg

How To Uninstall python3-ltfatpy-dbg on Ubuntu 20.04

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

sudo apt-get remove python3-ltfatpy-dbg

Uninstall python3-ltfatpy-dbg And Its Dependencies

To uninstall python3-ltfatpy-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-ltfatpy-dbg

Remove python3-ltfatpy-dbg Configurations and Data

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

sudo apt-get -y purge python3-ltfatpy-dbg

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

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

sudo apt-get -y autoremove --purge python3-ltfatpy-dbg

References

Summary

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