How to Install and Uninstall mdds-devel.noarch Package on Amazon Linux 2

Last updated: May 19,2024

1. Install "mdds-devel.noarch" package

Please follow the instructions below to install mdds-devel.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install mdds-devel.noarch

2. Uninstall "mdds-devel.noarch" package

This is a short guide on how to uninstall mdds-devel.noarch on Amazon Linux 2:

$ sudo yum remove mdds-devel.noarch $ sudo yum autoremove

3. Information about the mdds-devel.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : mdds-devel
Arch : noarch
Version : 1.2.3
Release : 1.amzn2
Size : 101 k
Repo : amzn2-core/2/x86_64
Summary : Headers for mdds
URL : https://gitlab.com/mdds/mdds
License : MIT
Description : mdds is a collection of multi-dimensional data structures and
: indexing algorithms.
:
: It implements the following data structures:
: * segment tree
: * flat segment tree
: * rectangle set
: * point quad tree
: * multi type matrix
: * multi type vector
:
: See README.md for a brief description of the structures.