How to Install and Uninstall sevmgr.x86_64 Package on Fedora 35

Last updated: September 28,2024

1. Install "sevmgr.x86_64" package

Please follow the guidelines below to install sevmgr.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install sevmgr.x86_64

2. Uninstall "sevmgr.x86_64" package

Please follow the instructions below to uninstall sevmgr.x86_64 on Fedora 35:

$ sudo dnf remove sevmgr.x86_64 $ sudo dnf autoremove

3. Information about the sevmgr.x86_64 package on Fedora 35

Last metadata expiration check: 0:35:53 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : sevmgr
Version : 1.00.5
Release : 9.fc35
Architecture : x86_64
Size : 251 k
Source : sevmgr-1.00.5-9.fc35.src.rpm
Repository : fedora
Summary : C++ Simulation-Oriented Discrete Event Management Library
URL : https://github.com/airsim/sevmgr
License : LGPLv2+
Description : sevmgr is a C++ library of discrete event queue management classes and
: functions, exclusively targeting simulation purposes.
:
: sevmgr makes an extensive use of existing open-source libraries for
: increased functionality, speed and accuracy. In particular the
: Boost (C++ Standard Extensions: https://www.boost.org) library is used.
:
: Install the sevmgr package if you need a library of basic C++ objects
: for the discrete event queue management of your simulation project.