How To Install matreshka-xml on Fedora 36
Introduction
In this tutorial we learn how to install matreshka-xml
on Fedora 36.
What is matreshka-xml
XML processor provides capability to manipulate with XML streams and documents; including SAX reader to read XML streams and documents; it supports XML1.0 (Fifth Edition), XML1.1 (Second Edition), Namespaces in XML and XML Base specifications; SAX writer to generate XML streams and documents from application; XML Catalogs resolver .
We can use yum
or dnf
to install matreshka-xml
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install matreshka-xml.
Install matreshka-xml on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install matreshka-xml
using dnf
by running the following command:
sudo dnf -y install matreshka-xml
Install matreshka-xml on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install matreshka-xml
using yum
by running the following command:
sudo yum -y install matreshka-xml
How To Uninstall matreshka-xml on Fedora 36
To uninstall only the matreshka-xml
package we can use the following command:
sudo dnf remove matreshka-xml
matreshka-xml Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/a8
/usr/lib/.build-id/a8/eca265b195ca772287c45fd6b4af9120d3305b
/usr/lib/libmatreshka-xml-12.0.so.20.1
/usr/lib/matreshka/xml
/usr/lib/matreshka/xml/libmatreshka-xml-12.0.so.20.1
References
Summary
In this tutorial we learn how to install matreshka-xml
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install matreshka-xml on Fedora 36” linkTitle: “matreshka-xml” type: “docs” description: “In this tutorial we learn how to install matreshka-xml in Fedora 36. matreshka-xml is Manipulate with XML streams and document” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/matreshka-xml-featured.png
Introduction
In this tutorial we learn how to install matreshka-xml
on Fedora 36.
What is matreshka-xml
XML processor provides capability to manipulate with XML streams and documents; including SAX reader to read XML streams and documents; it supports XML1.0 (Fifth Edition), XML1.1 (Second Edition), Namespaces in XML and XML Base specifications; SAX writer to generate XML streams and documents from application; XML Catalogs resolver .
We can use yum
or dnf
to install matreshka-xml
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install matreshka-xml.
Install matreshka-xml on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install matreshka-xml
using dnf
by running the following command:
sudo dnf -y install matreshka-xml
Install matreshka-xml on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install matreshka-xml
using yum
by running the following command:
sudo yum -y install matreshka-xml
How To Uninstall matreshka-xml on Fedora 36
To uninstall only the matreshka-xml
package we can use the following command:
sudo dnf remove matreshka-xml
matreshka-xml Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/fd
/usr/lib/.build-id/fd/41ade04b6b74cb30edb0308c9037bda91d10b4
/usr/lib64/libmatreshka-xml-12.0.so.20.1
/usr/lib64/matreshka/xml
/usr/lib64/matreshka/xml/libmatreshka-xml-12.0.so.20.1
References
Summary
In this tutorial we learn how to install matreshka-xml
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).