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

Last updated: November 28,2024

1. Install "sysrepo.i686" package

Please follow the guidelines below to install sysrepo.i686 on Fedora 38

$ sudo dnf update $ sudo dnf install sysrepo.i686

2. Uninstall "sysrepo.i686" package

Please follow the steps below to uninstall sysrepo.i686 on Fedora 38:

$ sudo dnf remove sysrepo.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 0:48:38 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : sysrepo
Version : 2.2.12
Release : 2.fc38
Architecture : i686
Size : 236 k
Source : sysrepo-2.2.12-2.fc38.src.rpm
Repository : fedora
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.