How to Install and Uninstall libsigsegv.src Package on Oracle Linux 8

Last updated: November 27,2024

1. Install "libsigsegv.src" package

Please follow the guidelines below to install libsigsegv.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install libsigsegv.src

2. Uninstall "libsigsegv.src" package

This guide covers the steps necessary to uninstall libsigsegv.src on Oracle Linux 8:

$ sudo dnf remove libsigsegv.src $ sudo dnf autoremove

3. Information about the libsigsegv.src package on Oracle Linux 8

Last metadata expiration check: 4:29:42 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : libsigsegv
Version : 2.11
Release : 5.el8
Architecture : src
Size : 452 k
Source : None
Repository : ol8_baseos_latest
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