How to Install and Uninstall sysrepo.i686 Package on Fedora 36

Last updated: October 05,2024

1. Install "sysrepo.i686" package

This is a short guide on how to install sysrepo.i686 on Fedora 36

$ sudo dnf update $ sudo dnf install sysrepo.i686

2. Uninstall "sysrepo.i686" package

In this section, we are going to explain the necessary steps to uninstall sysrepo.i686 on Fedora 36:

$ sudo dnf remove sysrepo.i686 $ sudo dnf autoremove

3. Information about the sysrepo.i686 package on Fedora 36

Last metadata expiration check: 4:25:29 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : sysrepo
Version : 2.1.64
Release : 1.fc36
Architecture : i686
Size : 219 k
Source : sysrepo-2.1.64-1.fc36.src.rpm
Repository : updates
Summary : YANG-based configuration and operational data store
URL : https://github.com/sysrepo/sysrepo
License : BSD
Description : YANG-based configuration and operational data store - runtime Applications can
: use sysrepo to store their configuration modeled by provided YANG model
: instead of using e.g. flat configuration files. Sysrepo will ensure data
: consistency of the data stored in the data store and enforce data constraints
: defined by YANG model.
:
: The library is implemented in C and provides an API for other software
: to use for accessing sysrepo datastore.