How to Install and Uninstall postgresql-9.5-mimeo Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: July 02,2024

1. Install "postgresql-9.5-mimeo" package

This is a short guide on how to install postgresql-9.5-mimeo on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install postgresql-9.5-mimeo

2. Uninstall "postgresql-9.5-mimeo" package

Please follow the step by step instructions below to uninstall postgresql-9.5-mimeo on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove postgresql-9.5-mimeo $ sudo apt autoclean && sudo apt autoremove

3. Information about the postgresql-9.5-mimeo package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: postgresql-9.5-mimeo
Priority: optional
Section: universe/database
Installed-Size: 4155
Maintainer: Ubuntu Developers
Original-Maintainer: Debian PostgreSQL Maintainers
Architecture: all
Source: mimeo
Version: 1.4.1-1
Depends: postgresql-9.5, postgresql-contrib-9.5
Recommends: python
Filename: pool/universe/m/mimeo/postgresql-9.5-mimeo_1.4.1-1_all.deb
Size: 114258
MD5sum: a0ab59ff12492fda48bbfad200836c04
SHA1: 874e35b9b95c609beced94f9e4c26dc9b5ea3d5a
SHA256: 36d9a2788760a4e69396a1aae599bec2e2f19358ecb43d8011235124b7aa3dcc
Description-en: specialized, per-table replication between PostgreSQL instances
Mimeo is a PostgreSQL extension that provides specialized, per-table
replication between PostgreSQL instances. It currently provides snapshot
(whole table copy), incremental (based on an incrementing timestamp or id),
and DML (inserts, updates and deletes) replication methods.
Description-md5: aba3ab4c79244f645a265e7d1ebd1108
Homepage: https://github.com/omniti-labs/mimeo
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu