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

Last updated: January 15,2025

1. Install "sysrepo.i686" package

This guide covers the steps necessary to install sysrepo.i686 on Fedora 35

$ sudo dnf update $ sudo dnf install sysrepo.i686

2. Uninstall "sysrepo.i686" package

Learn how to uninstall sysrepo.i686 on Fedora 35:

$ sudo dnf remove sysrepo.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 1:20:59 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : sysrepo
Version : 2.1.64
Release : 1.fc35
Architecture : i686
Size : 217 k
Source : sysrepo-2.1.64-1.fc35.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.