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

Last updated: May 17,2024

1. Install "python-odf" package

Please follow the steps below to install python-odf on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-odf

2. Uninstall "python-odf" package

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

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

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

Package: python-odf
Priority: optional
Section: universe/python
Installed-Size: 589
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Version: 1.3.1+dfsg-1
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~)
Recommends: python-odf-doc, python-odf-tools
Filename: pool/universe/p/python-odf/python-odf_1.3.1+dfsg-1_all.deb
Size: 77204
MD5sum: 812d85a2dbafcadfc5def89ed344dbcf
SHA1: f16f2b1a0729240b4be99f9b46542e739ee266ed
SHA256: 5880f5e7ee20e00e747b64952da441df1bdac06814ae207bebbbd7c5e97c5eb9
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