How to Install and Uninstall mdds-devel.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "mdds-devel.noarch" package

Learn how to install mdds-devel.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install mdds-devel.noarch

2. Uninstall "mdds-devel.noarch" package

Please follow the guidance below to uninstall mdds-devel.noarch on Fedora 34:

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

3. Information about the mdds-devel.noarch package on Fedora 34

Last metadata expiration check: 1:11:42 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : mdds-devel
Version : 1.7.0
Release : 2.fc34
Architecture : noarch
Size : 113 k
Source : mdds-1.7.0-2.fc34.src.rpm
Repository : fedora
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.