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

Last updated: October 01,2024

1. Install "libsigsegv.x86_64" package

In this section, we are going to explain the necessary steps to install libsigsegv.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install libsigsegv.x86_64

2. Uninstall "libsigsegv.x86_64" package

Please follow the instructions below to uninstall libsigsegv.x86_64 on Fedora 36:

$ sudo dnf remove libsigsegv.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 0:30:11 ago on Thu Sep 8 14:04:51 2022.
Installed Packages
Name : libsigsegv
Version : 2.14
Release : 2.fc36
Architecture : x86_64
Size : 49 k
Source : libsigsegv-2.14-2.fc36.src.rpm
Repository : @System
From repo : anaconda
Summary : Library for handling page faults in user mode
URL : https://www.gnu.org/software/libsigsegv/
License : GPLv2+
Description : This is a library for handling page faults in user mode. A page fault
: occurs when a program tries to access to a region of memory that is
: currently not available. Catching and handling a page fault is a useful
: technique for implementing:
: - pageable virtual memory
: - memory-mapped access to persistent databases
: - generational garbage collectors
: - stack overflow handlers
: - distributed shared memory