How to Install and Uninstall python-twisted-core.x86_64 Package on Amazon Linux 2

Last updated: January 08,2025

1. Install "python-twisted-core.x86_64" package

This guide covers the steps necessary to install python-twisted-core.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install python-twisted-core.x86_64

2. Uninstall "python-twisted-core.x86_64" package

This tutorial shows how to uninstall python-twisted-core.x86_64 on Amazon Linux 2:

$ sudo yum remove python-twisted-core.x86_64 $ sudo yum autoremove

3. Information about the python-twisted-core.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : python-twisted-core
Arch : x86_64
Version : 12.2.0
Release : 4.amzn2.0.2
Size : 2.5 M
Repo : amzn2-core/2/x86_64
Summary : Asynchronous networking framework written in Python
URL : http://twistedmatrix.com/trac/wiki/TwistedCore
License : MIT
Description : An extensible framework for Python programming, with special focus
: on event-based network programming and multiprotocol integration.
:
: It is expected that one day the project will expanded to the point
: that the framework will seamlessly integrate with mail, web, DNS,
: netnews, IRC, RDBMSs, desktop environments, and your toaster.
:
: Twisted Core is used by most of the servers, clients and protocols
: that are part of other Twisted projects.