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

Last updated: May 17,2024

1. Install "python3-libarchive-c" package

Please follow the guidance below to install python3-libarchive-c on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-libarchive-c

2. Uninstall "python3-libarchive-c" package

Learn how to uninstall python3-libarchive-c on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python3-libarchive-c $ sudo apt autoclean && sudo apt autoremove

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

Package: python3-libarchive-c
Priority: extra
Section: universe/python
Installed-Size: 49
Maintainer: Ubuntu Developers
Original-Maintainer: Jérémy Bobbio
Architecture: all
Source: python-libarchive-c
Version: 2.1-3
Depends: python3:any (>= 3.3.2-2~), libarchive13
Filename: pool/universe/p/python-libarchive-c/python3-libarchive-c_2.1-3_all.deb
Size: 9546
MD5sum: 4d70223276a8d35d4f7b1b63f694019c
SHA1: 44b4a5fe17131a3307b7b2a5babe6ef115d61cac
SHA256: 8ebed5f467f671688f563c573a4cf019e65ccd526ec1664510d57c84ba45715d
Description-en: Python3 interface to libarchive
The libarchive library provides a flexible interface for reading and writing
archives in various formats such as tar and cpio. libarchive also supports
reading and writing archives compressed using various compression filters such
as gzip and bzip2.
.
This package contains a Python3 interface to libarchive written using the
standard ctypes module to dynamically load and access the C library.
Description-md5: 1d89fa92872446c03c97985239fe2438
Homepage: https://github.com/Changaco/python-libarchive-c
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu