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

Last updated: September 20,2024

1. Install "sysrepo.x86_64" package

This guide let you learn how to install sysrepo.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install sysrepo.x86_64

2. Uninstall "sysrepo.x86_64" package

Here is a brief guide to show you how to uninstall sysrepo.x86_64 on Fedora 36:

$ sudo dnf remove sysrepo.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 0:44:48 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : sysrepo
Version : 2.1.64
Release : 1.fc36
Architecture : x86_64
Size : 206 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.