How to Install and Uninstall odfpy-doc.noarch Package on Fedora 38
Last updated: November 29,2024
1. Install "odfpy-doc.noarch" package
Here is a brief guide to show you how to install odfpy-doc.noarch on Fedora 38
$
sudo dnf update
Copied
$
sudo dnf install
odfpy-doc.noarch
Copied
2. Uninstall "odfpy-doc.noarch" package
This tutorial shows how to uninstall odfpy-doc.noarch on Fedora 38:
$
sudo dnf remove
odfpy-doc.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the odfpy-doc.noarch package on Fedora 38
Last metadata expiration check: 2:41:30 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : odfpy-doc
Version : 1.4.1
Release : 5.fc38
Architecture : noarch
Size : 6.3 M
Source : odfpy-1.4.1-5.fc38.src.rpm
Repository : fedora
Summary : Python library for manipulating OpenDocument files
URL : https://github.com/eea/odfpy
License : GPLv2+
Description : Odfpy aims to be a complete API for OpenDocument in Python. Unlike
: other more convenient APIs, this one is essentially an abstraction
: layer just above the XML format. 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, but could be improved in its
: understanding of data types.
:
: This package provides documentation of odfpy.
Available Packages
Name : odfpy-doc
Version : 1.4.1
Release : 5.fc38
Architecture : noarch
Size : 6.3 M
Source : odfpy-1.4.1-5.fc38.src.rpm
Repository : fedora
Summary : Python library for manipulating OpenDocument files
URL : https://github.com/eea/odfpy
License : GPLv2+
Description : Odfpy aims to be a complete API for OpenDocument in Python. Unlike
: other more convenient APIs, this one is essentially an abstraction
: layer just above the XML format. 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, but could be improved in its
: understanding of data types.
:
: This package provides documentation of odfpy.