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

Last updated: November 25,2024

1. Install "libsigsegv.x86_64" package

Please follow the steps below to install libsigsegv.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install libsigsegv.x86_64

2. Uninstall "libsigsegv.x86_64" package

Please follow the steps below to uninstall libsigsegv.x86_64 on Fedora 35:

$ sudo dnf remove libsigsegv.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 0:13:19 ago on Wed Sep 7 02:25:42 2022.
Installed Packages
Name : libsigsegv
Version : 2.13
Release : 3.fc35
Architecture : x86_64
Size : 49 k
Source : libsigsegv-2.13-3.fc35.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