How to Install and Uninstall sevmgr.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: November 27,2024

1. Install "sevmgr.x86_64" package

This guide let you learn how to install sevmgr.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install sevmgr.x86_64

2. Uninstall "sevmgr.x86_64" package

This tutorial shows how to uninstall sevmgr.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove sevmgr.x86_64 $ sudo dnf autoremove

3. Information about the sevmgr.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:14:32 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : sevmgr
Version : 1.00.4
Release : 1.el8
Architecture : x86_64
Size : 219 k
Source : sevmgr-1.00.4-1.el8.src.rpm
Repository : epel
Summary : C++ Simulation-Oriented Discrete Event Management Library
URL : http://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: http://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.