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

Last updated: September 28,2024

1. Install "sysrepo.i686" package

In this section, we are going to explain the necessary steps to install sysrepo.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install sysrepo.i686

2. Uninstall "sysrepo.i686" package

Please follow the instructions below to uninstall sysrepo.i686 on Fedora 34:

$ sudo dnf remove sysrepo.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 5:44:31 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : sysrepo
Version : 2.1.42
Release : 2.fc34
Architecture : i686
Size : 213 k
Source : sysrepo-2.1.42-2.fc34.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.