How to Install and Uninstall libmercator-0.3-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "libmercator-0.3-dev" package

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

$ sudo apt update $ sudo apt install libmercator-0.3-dev

2. Uninstall "libmercator-0.3-dev" package

Please follow the steps below to uninstall libmercator-0.3-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libmercator-0.3-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libmercator-0.3-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libmercator-0.3-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 93
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Games Team
Architecture: amd64
Source: mercator
Version: 0.3.3-1
Depends: libmercator-0.3-4 (= 0.3.3-1), libwfmath-1.0-dev (>= 1.0.2+dfsg1-0.4)
Filename: pool/universe/m/mercator/libmercator-0.3-dev_0.3.3-1_amd64.deb
Size: 15698
MD5sum: 0095db98550911def99e6008e7efa2ad
SHA1: 26440ef2abe29d4f3494ff313c3798baecba325b
SHA256: 03230806c8f3f1ab06eba49f067ce007c2c512a14f708a7e874f0d4b506916c5
Description-en: WorldForge terrain library - development files
Mercator is primarily aimed at terrain for multiplayer online games and
forms one of the WorldForge core libraries.
It is intended to be used as a terrain library on the client, while a
subset of features are useful on the server.
.
Mercator is designed in such a way that individual tiles can be
generated on-the-fly from a very small source data set. Each tile uses
a fast deterministic random number generation to ensure that identical
results are produced "anytime, anywhere". This enables transmission of
terrain across low bandwidth links as part of the standard data stream,
or server side collision detection with the same terrain that the
player sees.
.
The use of tiles means that there is inherently a large degree of gross
control of the shape of the terrain. Finer control is implemented by
allowing geometric modifications - for example, a polygonal area might
be flattened, or a crater could be applied.
.
This package contains the files for developing with the mercator library.
Description-md5: c778f4a0eab06ff0c516705c00ff1b6b
Multi-Arch: same
Homepage: http://www.worldforge.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu