How to Install and Uninstall python3-odf Package on Kali Linux

Last updated: May 20,2024

1. Install "python3-odf" package

Please follow the guidelines below to install python3-odf on Kali Linux

$ sudo apt update $ sudo apt install python3-odf

2. Uninstall "python3-odf" package

This guide covers the steps necessary to uninstall python3-odf on Kali Linux:

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

3. Information about the python3-odf package on Kali Linux

Package: python3-odf
Source: python-odf
Version: 1.4.2-2
Installed-Size: 585
Maintainer: Debian Python Team
Architecture: all
Depends: python3-defusedxml, python3:any
Recommends: python-odf-doc, python-odf-tools
Size: 78032
SHA256: 66128b9d83f64ad3f0acebb24d807974cf50f2a5ccaca7885f2f726d00e4f0cd
SHA1: 6cd8346d49935bebd4e79d07c952b06128824fc8
MD5sum: 2598ddddc0e66e23ba8b6e009a90847f
Description: Python3 API 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:
Homepage: https://github.com/eea/odfpy
Tag: devel::lang:python, implemented-in::python, role::shared-lib,
works-with-format::odf
Section: python
Priority: optional
Filename: pool/main/p/python-odf/python3-odf_1.4.2-2_all.deb