How to Install and Uninstall python3-odfpy.noarch Package on Rocky Linux 8
Last updated: November 14,2024
1. Install "python3-odfpy.noarch" package
Please follow the step by step instructions below to install python3-odfpy.noarch on Rocky Linux 8
$
sudo dnf update
Copied
$
sudo dnf install
python3-odfpy.noarch
Copied
2. Uninstall "python3-odfpy.noarch" package
Here is a brief guide to show you how to uninstall python3-odfpy.noarch on Rocky Linux 8:
$
sudo dnf remove
python3-odfpy.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-odfpy.noarch package on Rocky Linux 8
Last metadata expiration check: 0:21:47 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : python3-odfpy
Version : 1.4.1
Release : 1.el8
Architecture : noarch
Size : 232 k
Source : odfpy-1.4.1-1.el8.src.rpm
Repository : epel
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 Python 3 build of odfpy.
Available Packages
Name : python3-odfpy
Version : 1.4.1
Release : 1.el8
Architecture : noarch
Size : 232 k
Source : odfpy-1.4.1-1.el8.src.rpm
Repository : epel
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 Python 3 build of odfpy.