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

Last updated: May 18,2024

1. Install "python-ebooklib" package

This is a short guide on how to install python-ebooklib on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-ebooklib

2. Uninstall "python-ebooklib" package

Please follow the guidance below to uninstall python-ebooklib on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-ebooklib $ sudo apt autoclean && sudo apt autoremove

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

Package: python-ebooklib
Priority: optional
Section: universe/python
Installed-Size: 622
Maintainer: Ubuntu Developers
Original-Maintainer: Daniel James
Architecture: all
Version: 0.15~ds0-1
Depends: python-lxml, python-six, python:any (>= 2.7.5-5~), python:any (<< 2.8)
Filename: pool/universe/p/python-ebooklib/python-ebooklib_0.15~ds0-1_all.deb
Size: 59248
MD5sum: 1ca535afc46f1204f94614fbedf8ddd0
SHA1: 087936ad566b3fc2c18508d459eb05c1b2cf59a3
SHA256: d6b1f7884c60bd19fa12d95bcf6f1157c492206c49cb50779e32747ae93ada2a
Description-en: Python 2 E-book library for handling EPUB2/EPUB3/Kindle formats
EbookLib is a Python library for managing EPUB2/EPUB3 and Kindle files. It's
capable of reading and writing EPUB files programmatically (Kindle support is
under development).
.
The API is designed to be as simple as possible, while at the same time making
complex things possible too. It has support for covers, table of contents,
spine, guide, metadata and more. EbookLib works with Python 2.7 and Python
3.3, this is the Python 2 version of the package.
Description-md5: 5b9aadea8f8f2454ee784587ed06c6ba
Homepage: https://github.com/booktype/ebooklib
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu