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

Last updated: September 21,2024

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

In this section, we are going to explain the necessary steps to install python-twisted-words.x86_64 on Amazon Linux 2

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

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

This guide let you learn how to uninstall python-twisted-words.x86_64 on Amazon Linux 2:

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

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

Loaded plugins: ovl, priorities
Available Packages
Name : python-twisted-words
Arch : x86_64
Version : 12.2.0
Release : 4.amzn2.0.2
Size : 399 k
Repo : amzn2-core/2/x86_64
Summary : Twisted Instant Messaging implementations
URL : http://twistedmatrix.com/trac/wiki/TwistedWords
License : MIT
Description : Twisted is an event-based framework for internet applications.
:
: Twisted Words contains implementations of many Instant Messaging
: protocols, including IRC, Jabber, MSN, OSCAR (AIM & ICQ), TOC
: (AOL), and some functionality for creating bots, inter-protocol
: gateways, and a client application for many of the protocols.
:
: In support of Jabber, Twisted Words also contains X-ish, a library
: for processing XML with Twisted and Python, with support for a
: Pythonic DOM and an XPath-like toolkit.