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

Last updated: May 10,2024

1. Install "matreshka.x86_64" package

Here is a brief guide to show you how to install matreshka.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install matreshka.x86_64

2. Uninstall "matreshka.x86_64" package

This guide covers the steps necessary to uninstall matreshka.x86_64 on Fedora 35:

$ sudo dnf remove matreshka.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 0:26:34 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : matreshka
Version : 20.1
Release : 8.fc35
Architecture : x86_64
Size : 2.1 M
Source : matreshka-20.1-8.fc35.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.