How to Install and Uninstall pyliblzma.x86_64 Package on Amazon Linux 2

Last updated: June 26,2024

1. Install "pyliblzma.x86_64" package

Please follow the instructions below to install pyliblzma.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install pyliblzma.x86_64

2. Uninstall "pyliblzma.x86_64" package

This guide covers the steps necessary to uninstall pyliblzma.x86_64 on Amazon Linux 2:

$ sudo yum remove pyliblzma.x86_64 $ sudo yum autoremove

3. Information about the pyliblzma.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Installed Packages
Name : pyliblzma
Arch : x86_64
Version : 0.5.3
Release : 25.amzn2
Size : 189 k
Repo : installed
Summary : Python bindings for lzma
URL : https://launchpad.net/pyliblzma
License : LGPLv3+
Description : PylibLZMA provides a python interface for the liblzma library
: to read and write data that has been compressed or can be
: decompressed by Lasse Collin's lzma utils.