How To Install sevmgr on Fedora 34

sevmgr is C++ Simulation-Oriented Discrete Event Management Library C++ Simulation-Oriented Discrete Event Management Library

Introduction

In this tutorial we learn how to install sevmgr on Fedora 34.

What is sevmgr

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 Install the sevmgr package if you need a library of basic C++ objects for the discrete event queue management of your simulation project. sevmgr 1.00.5 7.fc34 x86_64 205 k sevmgr-1.00.5-7.fc34.src.rpm fedora C++ Simulation-Oriented Discrete Event Management Library https LGPLv2+ 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 Install the sevmgr package if you need a library of basic C++ objects for the discrete event queue management of your simulation project.

We can use yum or dnf to install sevmgr on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install sevmgr.

Install sevmgr on Fedora 34 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install sevmgr using dnf by running the following command:

sudo dnf -y install sevmgr

Install sevmgr on Fedora 34 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install sevmgr using yum by running the following command:

sudo yum -y install sevmgr

How To Uninstall sevmgr on Fedora 34

To uninstall only the sevmgr package we can use the following command:

sudo dnf remove sevmgr

sevmgr Package Contents on Fedora 34

/usr/bin/sevmgr
/usr/bin/sevmgr_demo
/usr/lib/.build-id
/usr/lib/.build-id/09
/usr/lib/.build-id/09/c63994223bcfbb4317e081bafc7dbe5aaa8100
/usr/lib/.build-id/71
/usr/lib/.build-id/71/d9dcc9f050ebec57bc78da6c184f143822952e
/usr/lib/.build-id/c3
/usr/lib/.build-id/c3/10aaaf5371b44b2beeb3ef80d5acf30b788f7c
/usr/lib64/libsevmgr.so.1.00
/usr/lib64/libsevmgr.so.1.00.5
/usr/share/doc/sevmgr
/usr/share/doc/sevmgr/AUTHORS
/usr/share/doc/sevmgr/ChangeLog
/usr/share/doc/sevmgr/NEWS
/usr/share/doc/sevmgr/README.md
/usr/share/licenses/sevmgr
/usr/share/licenses/sevmgr/COPYING
/usr/share/man/man1/sevmgr.1.gz
/usr/share/man/man1/sevmgr_demo.1.gz
/usr/bin/sevmgr
/usr/bin/sevmgr_demo
/usr/lib/.build-id
/usr/lib/.build-id/20
/usr/lib/.build-id/20/57d88562af4a35e186525c3b32a42893b4cebd
/usr/lib/.build-id/b5
/usr/lib/.build-id/b5/476ff315dd0dab01278237b32a630245dc39fb
/usr/lib/.build-id/c7
/usr/lib/.build-id/c7/8b4a2af0d68704734cdc682b9d7159f38587f5
/usr/lib/libsevmgr.so.1.00
/usr/lib/libsevmgr.so.1.00.5
/usr/share/doc/sevmgr
/usr/share/doc/sevmgr/AUTHORS
/usr/share/doc/sevmgr/ChangeLog
/usr/share/doc/sevmgr/NEWS
/usr/share/doc/sevmgr/README.md
/usr/share/licenses/sevmgr
/usr/share/licenses/sevmgr/COPYING
/usr/share/man/man1/sevmgr.1.gz
/usr/share/man/man1/sevmgr_demo.1.gz

References

Summary

In this tutorial we learn how to install sevmgr on Fedora 34 using yum and dnf.