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

Last updated: July 01,2024

1. Install "sevmgr.i686" package

This is a short guide on how to install sevmgr.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install sevmgr.i686

2. Uninstall "sevmgr.i686" package

Please follow the step by step instructions below to uninstall sevmgr.i686 on Fedora 34:

$ sudo dnf remove sevmgr.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 1:56:56 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : sevmgr
Version : 1.00.5
Release : 7.fc34
Architecture : i686
Size : 217 k
Source : sevmgr-1.00.5-7.fc34.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.