How to Install and Uninstall python3-owslib Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 21,2024

1. Install "python3-owslib" package

In this section, we are going to explain the necessary steps to install python3-owslib on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-owslib

2. Uninstall "python3-owslib" package

This guide covers the steps necessary to uninstall python3-owslib on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python3-owslib package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-owslib
Priority: optional
Section: universe/python
Installed-Size: 610
Maintainer: Ubuntu Developers
Original-Maintainer: Debian GIS Project
Architecture: all
Source: owslib
Version: 0.10.3-1
Depends: python3-dateutil, python3-pyproj, python3-requests, python3-tz, python3:any (>= 3.3.2-2~), python3-lxml
Suggests: owslib-doc
Filename: pool/universe/o/owslib/python3-owslib_0.10.3-1_all.deb
Size: 86080
MD5sum: 82918bd04caa399ecf016ee4c1fe8fda
SHA1: 37a6bf9806055f25ec9ae5efdccd4c34cacdabdc
SHA256: e59b3df937f199cd264b5261b8e30915fa5696bed51d9c0b027682b8652015a2
Description-en: Client library for Open Geospatial (OGC) web services (Python 3)
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.
.
This package provides the Python 3 version of the library.
Description-md5: 7f01c4f57f904207d4ab1b76781eaab8
Homepage: http://geopython.github.com/OWSLib/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu