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

Last updated: July 03,2024

1. Install "python3-ebooklib" package

This tutorial shows how to install python3-ebooklib on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-ebooklib

2. Uninstall "python3-ebooklib" package

Please follow the step by step instructions below to uninstall python3-ebooklib on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-ebooklib
Priority: optional
Section: universe/python
Installed-Size: 622
Maintainer: Ubuntu Developers
Original-Maintainer: Daniel James
Architecture: all
Source: python-ebooklib
Version: 0.15~ds0-1
Depends: python3-lxml, python3-six, python3:any (>= 3.3.2-2~)
Filename: pool/universe/p/python-ebooklib/python3-ebooklib_0.15~ds0-1_all.deb
Size: 59344
MD5sum: c13fdf595c67adc57707116f87e4f9ed
SHA1: 04309d323136b29de14a1f749a1ea6657f04b147
SHA256: cbfe1c97ced44216a234240afa75647f22d087cf88b694275bf386aefbcb1be9
Description-en: Python 3 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 3 version of the package.
Description-md5: b4c850a054e83bbdcb84b48f10e768c6
Homepage: https://github.com/booktype/ebooklib
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu