Install python-ebooklib
Installing python-ebooklib package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install python-ebooklib
python-ebooklib package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | python-ebooklib |
version | 0.15~ds0-1 |
description | Python 2 E-book library for handling EPUB2/EPUB3/Kindle formats |
subsection | python |
website | github.com / booktype / ebooklib |
maintainer | Daniel James |
Uninstall python-ebooklib
To remove just python-ebooklib package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove python-ebooklib
Uninstall python-ebooklib and it’s dependent packages
To remove the python-ebooklib package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove python-ebooklib
Purging python-ebooklib
If you also want to delete configuration and/or data files of python-ebooklib from Debian Sid then this will work:
sudo apt-get purge python-ebooklib
To delete configuration and/or data files of python-ebooklib and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove python-ebooklib