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

Last updated: May 20,2024

1. Install "python3-odf" package

In this section, we are going to explain the necessary steps to install python3-odf on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-odf

2. Uninstall "python3-odf" package

Learn how to uninstall python3-odf on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-odf
Priority: optional
Section: universe/python
Installed-Size: 589
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: python-odf
Version: 1.3.1+dfsg-1
Depends: python3
Recommends: python-odf-doc, python-odf-tools
Filename: pool/universe/p/python-odf/python3-odf_1.3.1+dfsg-1_all.deb
Size: 77554
MD5sum: da55927f11aafad17d0370a35b4a0747
SHA1: 082236c5aaeea244ba1b37b322011b2c331cb5f1
SHA256: 204a2f835f6aacaf93d357984ae6125dbf29dc569b27d3f760ba40df23084577
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.
.
In addition to the API, there are a few scripts:
.
- csv2ods - Create OpenDocument spreadsheet from comma separated values
- mailodf - Email ODF file as HTML archive
- odf2xhtml - Convert ODF to (X)HTML
- odf2mht - Convert ODF to HTML archive
- odf2xml - Create OpenDocument XML file from OD? package
- odfimgimport - Import external images
- odflint - Check ODF file for problems
- odfmeta - List or change the metadata of an ODF file
- odfoutline - Show outline of OpenDocument
- odfuserfield - List or change the user-field declarations in an ODF file
- xml2odf - Create OD? package from OpenDocument in XML form
Description-md5: cfe30470bb4c75e260b25c0e3a600a61
Homepage: https://github.com/eea/odfpy
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu