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

Last updated: July 03,2024

1. Install "matreshka.x86_64" package

Learn how to install matreshka.x86_64 on Fedora 34

$ 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 34:

$ sudo dnf remove matreshka.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 0:30:00 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : matreshka
Version : 20.1
Release : 5.fc34
Architecture : x86_64
Size : 2.2 M
Source : matreshka-20.1-5.fc34.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.