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

Last updated: May 17,2024

1. Install "python-odf-tools" package

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

$ sudo apt update $ sudo apt install python-odf-tools

2. Uninstall "python-odf-tools" package

Here is a brief guide to show you how to uninstall python-odf-tools on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-odf-tools $ sudo apt autoclean && sudo apt autoremove

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

Package: python-odf-tools
Priority: optional
Section: universe/python
Installed-Size: 109
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: python-odf
Version: 1.3.1+dfsg-1
Depends: python3, python3-odf
Conflicts: python-odf (<< 1.2.0-3)
Filename: pool/universe/p/python-odf/python-odf-tools_1.3.1+dfsg-1_all.deb
Size: 26932
MD5sum: 51b2db50c598c9e2e667069f2e988ec7
SHA1: f9d964ba2fa0a8612701b27d1ae82da3819b673a
SHA256: 51078c47a8151465d13ccc30734d4970b20951146b4dc72b9ca2dcdc54c996fd
Description-en: Python API and tools to manipulate OpenDocument files
Odfpy is a library to read and write OpenDocument v. 1.1 files.
The main focus has been to prevent the programmer from creating invalid
documents. It has checks that raise an exception if the programmer adds
an invalid element, adds an attribute unknown to the grammar, forgets to
add a required attribute or adds text to an element that doesn't allow it.
.
These checks and the API itself were generated from the RelaxNG
schema, and then hand-edited. Therefore the API is complete and can
handle all ODF constructions.
Description-md5: bf43d9a8bb3e0e7f4af10d30e1dac2fd
Homepage: https://github.com/eea/odfpy
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu