compile_et
Common error description library
Install
- All systems
-
curl cmd.cat/compile_et.sh
- Debian
-
apt-get install comerr-dev
- Ubuntu
-
apt-get install comerr-dev
- Alpine
-
apk add e2fsprogs
- Arch Linux
-
pacman -S e2fsprogs
- Kali Linux
-
apt-get install comerr-dev
- CentOS
-
yum install libcom_err-devel
- Fedora
-
dnf install libcom_err-devel
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install comerr-dev
- OS X
-
brew install e2fsprogs
- Raspbian
-
apt-get install comerr-dev
- Dockerfile
- dockerfile.run/compile_et
- Docker
-
docker run cmd.cat/compile_et compile_et
powered by Commando
libcom_err-devel
Common error description library
comerr-dev
common error description library - headers and static libraries
libcom_err is an attempt to present a common error-handling mechanism to manipulate the most common form of error code in a fashion that does not have the problems identified with mechanisms commonly in use. This package contains the development environment for the com_err library.
e2fsprogs
ext2/ext3/ext4 file system utilities
The ext2, ext3 and ext4 file systems are successors of the original ext ("extended") file system. They are the main file system types used for hard disks on Debian and other Linux systems. This package contains programs for creating, checking, and maintaining ext2/3/4-based file systems. It also includes the "badblocks" program, which can be used to scan for bad blocks on a disk or other storage device.