How to Install and Uninstall python3-rarfile Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: July 05,2024

1. Install "python3-rarfile" package

Please follow the step by step instructions below to install python3-rarfile on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-rarfile

2. Uninstall "python3-rarfile" package

Here is a brief guide to show you how to uninstall python3-rarfile on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python3-rarfile $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-rarfile package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-rarfile
Priority: optional
Section: universe/python
Installed-Size: 102
Maintainer: Ubuntu Developers
Original-Maintainer: Hugo Lefeuvre
Architecture: all
Source: python-rarfile
Version: 2.7-2
Depends: python3:any (>= 3.3.2-2~), bsdtar (>= 3.0.4), unrar-free
Filename: pool/universe/p/python-rarfile/python3-rarfile_2.7-2_all.deb
Size: 17970
MD5sum: dc121fc30c833f43b1dd4a49dfe2de12
SHA1: b96e82eb0ba4e0c79a2d699aefa7dcb50b6d6369
SHA256: 4ab95fb4530159431b063516b7b157f163cca18409b43babc76128cb3f71498a
Description-en: RAR archive reader module for Python (Python 3)
This is a Python module for RAR archive reading. The interface is made
a zipfile like as possible. It supports both RAR 2.x and 3.x archives,
multi volumes archives, unicode filenames, but the password protected are not
supported in this version.
.
This is the python3 version of the package.
Description-md5: a1f5f78b25d2b83d7a54dc71c519cc19
Homepage: https://github.com/markokr/rarfile
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu