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

Last updated: October 10,2024

1. Install "sysrepo.x86_64" package

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

$ sudo dnf update $ sudo dnf install sysrepo.x86_64

2. Uninstall "sysrepo.x86_64" package

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

$ sudo dnf remove sysrepo.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 1:51:25 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : sysrepo
Version : 2.1.42
Release : 2.fc34
Architecture : x86_64
Size : 200 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.