How to Install and Uninstall expat.i686 Package on Fedora 35
Last updated: November 29,2024
1. Install "expat.i686" package
This tutorial shows how to install expat.i686 on Fedora 35
$
sudo dnf update
Copied
$
sudo dnf install
expat.i686
Copied
2. Uninstall "expat.i686" package
Please follow the step by step instructions below to uninstall expat.i686 on Fedora 35:
$
sudo dnf remove
expat.i686
Copied
$
sudo dnf autoremove
Copied
3. Information about the expat.i686 package on Fedora 35
Last metadata expiration check: 0:11:08 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : expat
Version : 2.4.7
Release : 1.fc35
Architecture : i686
Size : 116 k
Source : expat-2.4.7-1.fc35.src.rpm
Repository : updates
Summary : An XML parser library
URL : https://libexpat.github.io/
License : MIT
Description : This is expat, the C library for parsing XML, written by James Clark. Expat
: is a stream oriented XML parser. This means that you register handlers with
: the parser prior to starting the parse. These handlers are called when the
: parser discovers the associated structures in the document being parsed. A
: start tag is an example of the kind of structures for which you may
: register handlers.
Available Packages
Name : expat
Version : 2.4.7
Release : 1.fc35
Architecture : i686
Size : 116 k
Source : expat-2.4.7-1.fc35.src.rpm
Repository : updates
Summary : An XML parser library
URL : https://libexpat.github.io/
License : MIT
Description : This is expat, the C library for parsing XML, written by James Clark. Expat
: is a stream oriented XML parser. This means that you register handlers with
: the parser prior to starting the parse. These handlers are called when the
: parser discovers the associated structures in the document being parsed. A
: start tag is an example of the kind of structures for which you may
: register handlers.