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

Last updated: May 19,2024

1. Install "python-libarchive-c" package

Please follow the step by step instructions below to install python-libarchive-c on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "python-libarchive-c" package

This guide covers the steps necessary to uninstall python-libarchive-c on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-libarchive-c
Priority: extra
Section: universe/python
Installed-Size: 49
Maintainer: Ubuntu Developers
Original-Maintainer: Jérémy Bobbio
Architecture: all
Version: 2.1-3
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~), libarchive13
Filename: pool/universe/p/python-libarchive-c/python-libarchive-c_2.1-3_all.deb
Size: 9458
MD5sum: 34bca02a046a1f3210066af03c0a9410
SHA1: d368eaa74a24831cb44f70462e585e0b38040427
SHA256: 2f3ec5c47a46c17b51f81e5679946d2a250f0a540adfa41e42081d6d12f49357
Description-en: Python 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 Python interface to libarchive written using the
standard ctypes module to dynamically load and access the C library.
Description-md5: 9ccb5fd4710958d28842a984ddecc312
Homepage: https://github.com/Changaco/python-libarchive-c
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu