How to Install and Uninstall lua-mediator Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "lua-mediator" package

This tutorial shows how to install lua-mediator on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install lua-mediator

2. Uninstall "lua-mediator" package

Please follow the guidelines below to uninstall lua-mediator on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove lua-mediator $ sudo apt autoclean && sudo apt autoremove

3. Information about the lua-mediator package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: lua-mediator
Priority: optional
Section: universe/interpreters
Installed-Size: 17
Maintainer: Ubuntu Developers
Original-Maintainer: Jason Pleau
Architecture: all
Version: 1.1.2-0-1
Provides: lua5.1-mediator, lua5.2-mediator
Filename: pool/universe/l/lua-mediator/lua-mediator_1.1.2-0-1_all.deb
Size: 3222
MD5sum: 7960e5ec28519dce32c26704092b0bcf
SHA1: 29da3eb4d852645ddad0ef914520cded7678049f
SHA256: 491c3e020ac877b551c33f8e121b7780952057f836d73a36463514928711fcb8
Description-en: Mediator pattern implementation in Lua
mediator_lua is a simple class that allows you to listen to events by
subscribing to and sending data to channels.
.
Its purpose is to help you decouple code where you might otherwise have
functions calling functions calling functions.
Description-md5: 82a399ccf3795e3db7cf1008ea6ad42d
Homepage: https://github.com/Olivine-Labs/mediator_lua
Lua-Versions: 5.2 5.1
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu