How to Install and Uninstall tinyows Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 15,2024

1. Install "tinyows" package

This tutorial shows how to install tinyows on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install tinyows

2. Uninstall "tinyows" package

Please follow the step by step instructions below to uninstall tinyows on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove tinyows $ sudo apt autoclean && sudo apt autoremove

3. Information about the tinyows package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: tinyows
Priority: optional
Section: multiverse/web
Installed-Size: 1076
Maintainer: Ubuntu Developers
Original-Maintainer: Debian GIS Project
Architecture: amd64
Version: 1.1.1-2
Depends: libc6 (>= 2.4), libfcgi0ldbl, libpq5, libxml2 (>= 2.7.4)
Recommends: apache2, libapache2-mod-fcgid, postgis
Suggests: cgi-mapserver, libapache2-mod-mapcache
Filename: pool/multiverse/t/tinyows/tinyows_1.1.1-2_amd64.deb
Size: 167810
MD5sum: d55166aa748a7e2ebf892b0c5021d546
SHA1: 15ba82fd89cb270bfb404ee820fa750d22eb3bed
SHA256: 996f526600a99c4e8e3d0d90387a3e02e248301b6e922aaf3809ae99de9e8892
Description-en: lightweight and fast WFS-T server
TinyOWS is a lightweight and fast implementation of the OGC WFS-T
specification. Web Feature Service (WFS) allows querying and retrieval
of features. The transactional profile (WFS-T) allows inserting, updating
or deleting such features.
.
From a technical point of view WFS-T is a Web Service API in front
of a spatial database. TinyOWS is deeply tied to PostgreSQL/PostGIS
because of this.
.
TinyOWS implements strictly OGC standards and pass successfully all
WFS OGC CITE tests (and even beta ones).
.
TinyOWS is part of MapServer Suite, but provided as a distinct module
(i.e you could use it in conjunction with MapServer and MapCache, or
as a standalone app). But both MapServer and TinyOWS could use the same
configuration file, if you want to (or native TinyOWS XML config file).
Description-md5: 4c02eed7a3bd0778ad0ca5cccb4fa0cb
Homepage: http://www.mapserver.org/tinyows/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu