How to Install and Uninstall python3-OWSLib.noarch Package on CentOS Stream 8

Last updated: October 06,2024

1. Install "python3-OWSLib.noarch" package

Here is a brief guide to show you how to install python3-OWSLib.noarch on CentOS Stream 8

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

2. Uninstall "python3-OWSLib.noarch" package

This is a short guide on how to uninstall python3-OWSLib.noarch on CentOS Stream 8:

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

3. Information about the python3-OWSLib.noarch package on CentOS Stream 8

Last metadata expiration check: 0:46:33 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : python3-OWSLib
Version : 0.28.1
Release : 1.el8
Architecture : noarch
Size : 343 k
Source : python-OWSLib-0.28.1-1.el8.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.