How To Install python3-twisted-bin-dbg on Ubuntu 20.04

In this tutorial we learn how to install python3-twisted-bin-dbg on Ubuntu 20.04. python3-twisted-bin-dbg is Event-based framework for internet applications (debug extension) Event-based framework for internet applications (debug extension)

Introduction

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

What is python3-twisted-bin-dbg

python3-twisted-bin-dbg is:

It includes a web server, a telnet server, a multiplayer RPG engine, a generic client and server for remote object access, and APIs for creating new protocols.

This package contains the extension built for the Python debug interpreter. Build-Ids: ff3ce9b9cdea360b0d2a313b50b264080c4a0d4e

Package: python3-twisted-bin-dbg Architecture: amd64 Version: 18.9.0-11 Multi-Arch: same Priority: extra Section: debug Source: twisted Origin: Ubuntu Maintainer: Ubuntu Developers [email protected] Original-Maintainer: Debian Python Modules Team [email protected] Bugs: https://bugs.launchpad.net/ubuntu/+filebug Installed-Size: 148 Depends: python3-zope.interface-dbg, python3-twisted-bin (= 18.9.0-11), python3-dbg, libc6 (>= 2.4) Filename: pool/main/t/twisted/python3-twisted-bin-dbg_18.9.0-11_amd64.deb Size: 57484 MD5sum: 01c2a1736da3986edbe9b03a4e7b6dd0 SHA1: b916a4789f2452e777bf87059c718518e285f192 SHA256: f7ff9edc05aab7b7ca582ee2bef376fbf0d4071847415028b397f7e7a842dfe1 Homepage: https://twistedmatrix.com/ Description-en: Event-based framework for internet applications (debug extension) It includes a web server, a telnet server, a multiplayer RPG engine, a generic client and server for remote object access, and APIs for creating new protocols.

This package contains the extension built for the Python debug interpreter. Build-Ids: 2d50ed72edfaeee7c12f83a94bd94e8b8fb9fd72

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

sudo apt-get -y install python3-twisted-bin-dbg

Install python3-twisted-bin-dbg Using apt

Update apt database with apt using the following command.

sudo apt update

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

sudo apt -y install python3-twisted-bin-dbg

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

sudo aptitude -y install python3-twisted-bin-dbg

How To Uninstall python3-twisted-bin-dbg on Ubuntu 20.04

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

sudo apt-get remove python3-twisted-bin-dbg

Uninstall python3-twisted-bin-dbg And Its Dependencies

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

Remove python3-twisted-bin-dbg Configurations and Data

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

sudo apt-get -y purge python3-twisted-bin-dbg

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

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

sudo apt-get -y autoremove --purge python3-twisted-bin-dbg

References

Summary

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