How to Install and Uninstall matreshka.x86_64 Package on Fedora 36

Last updated: October 07,2024

1. Install "matreshka.x86_64" package

Learn how to install matreshka.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install matreshka.x86_64

2. Uninstall "matreshka.x86_64" package

Please follow the instructions below to uninstall matreshka.x86_64 on Fedora 36:

$ sudo dnf remove matreshka.x86_64 $ sudo dnf autoremove

3. Information about the matreshka.x86_64 package on Fedora 36

Last metadata expiration check: 3:46:11 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : matreshka
Version : 20.1
Release : 10.fc36
Architecture : x86_64
Size : 2.1 M
Source : matreshka-20.1-10.fc36.src.rpm
Repository : fedora
Summary : Set of Ada libraries to help to develop information systems
URL : http://forge.ada-ru.org/matreshka
License : BSD
Description : Matreshka is a set of Ada libraries to help to develop information systems.
: It includes:
:
: * League --- provides support for localization,
: internationalization and globalization; including:
: -- unbounded form of string of Unicode characters;
: cursors to iterate other characters and grapheme clusters;
: advanced locale tailored operations such as case conversion,
: case folding, collation, normalization;
: -- regular expression engine with Perl-style syntax and Unicode extensions;
: -- text codec to convert data streams into/from internal representation;
: -- message translator to translate messages into natural language
: which is selected by user;
: -- access to command line arguments and environment
: variables as Unicode encoded strings.
: -- XML processor --- provides capability to manipulate with XML streams
: and documents;including:
: -- SAX reader to read XML streams and documents;
: it supports both XML1.0/XML1.1 specifications.
: -- SAX writer to generate XML streams and documents from application.