How to Install and Uninstall libsigsegv.i686 Package on Fedora 34

Last updated: October 05,2024

1. Install "libsigsegv.i686" package

This guide covers the steps necessary to install libsigsegv.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install libsigsegv.i686

2. Uninstall "libsigsegv.i686" package

This guide covers the steps necessary to uninstall libsigsegv.i686 on Fedora 34:

$ sudo dnf remove libsigsegv.i686 $ sudo dnf autoremove

3. Information about the libsigsegv.i686 package on Fedora 34

Last metadata expiration check: 1:27:43 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : libsigsegv
Version : 2.13
Release : 2.fc34
Architecture : i686
Size : 27 k
Source : libsigsegv-2.13-2.fc34.src.rpm
Repository : fedora
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