是什么 ? | : | 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. |
开发语言 | : | C |
开发组织 | : | GNU |
官方主页 | : | https://www.gnu.org/software/libsigsegv |
操作系统 | 包管理器 | 安装命令 |
---|---|---|
macOS | HomeBrew | brew install libsigsegv |
GNU/Linux | HomeBrew | brew install libsigsegv |
apt | sudo apt-get install -y libsigsegv | |
CentOS | yum | sudo yum install -y libsigsegv |
dnf | sudo dnf install -y libsigsegv | |
openSUSE | zypper | sudo zypper install -y libsigsegv |
Alpine Linux | apk | sudo apk add libsigsegv |
pacman | sudo pacman -Syyu --noconfirm | |
Gentoo Linux | Portage | sudo emerge libsigsegv |