How to Install and Uninstall python3-OWSLib.noarch Package on AlmaLinux 9

Last updated: July 04,2024

1. Install "python3-OWSLib.noarch" package

Here is a brief guide to show you how to install python3-OWSLib.noarch on AlmaLinux 9

$ sudo dnf update $ sudo dnf install python3-OWSLib.noarch

2. Uninstall "python3-OWSLib.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-OWSLib.noarch on AlmaLinux 9:

$ sudo dnf remove python3-OWSLib.noarch $ sudo dnf autoremove

3. Information about the python3-OWSLib.noarch package on AlmaLinux 9

Last metadata expiration check: 2:10:21 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : python3-OWSLib
Version : 0.28.1
Release : 1.el9
Architecture : noarch
Size : 321 k
Source : python-OWSLib-0.28.1-1.el9.src.rpm
Repository : epel
Summary : Client library for OGC web services
URL : https://geopython.github.io/OWSLib
License : BSD-3-Clause
Description : OWSLib is a Python package for client programming with Open Geospatial
: Consortium (OGC) web service (hence OWS) interface standards, and their related
: content models.
:
: Full documentation is available at http://geopython.github.io/OWSLib
:
: OWSLib provides a common API for accessing service metadata and wrappers for
: numerous OGC Web Service interfaces.