How to Install and Uninstall libsafec3 Package on Kali Linux

Last updated: September 19,2024

1. Install "libsafec3" package

This is a short guide on how to install libsafec3 on Kali Linux

$ sudo apt update $ sudo apt install libsafec3

2. Uninstall "libsafec3" package

Please follow the instructions below to uninstall libsafec3 on Kali Linux:

$ sudo apt remove libsafec3 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libsafec3 package on Kali Linux

Package: libsafec3
Source: safeclib
Version: 3.7.1-1
Installed-Size: 315
Maintainer: Adam Borowski
Architecture: amd64
Depends: libc6 (>= 2.25)
Size: 71816
SHA256: 69cba3d073e627e320d0174a6c8bb0329d32af50632e24a969d138f26e152d50
SHA1: e502b157f4099bc1e4847633bca79ca93807c209
MD5sum: d0ae12e23b6c4ed6911fd511850c6722
Description: "safe" C libc extensions (Annex K)
This library implements controversial C11 Annex K (TR24731) extensions.
They are most commonly known as _s variants implemented by MSVC, dubbed as
"secure" to the point of MSVC-related linters claiming standard functions
to be deprecated. However, they've been nearly-universally panned by other
libc implementors, the most recent discussion about Annex K removal and/or
deprecation being N1967. It is recommended to avoid using these functions
-- they're either prone to misuse or merely inefficient (measuring a
string's length multiple times being the most frequent case).
.
Yet despite these downsides, it is nice to have these functions available
when porting some software that originated on Windows.
.
This package includes runtime binaries for the library.
Description-md5: 7b3913d322e915e8ff9113facd947101
Multi-Arch: same
Homepage: https://rurban.github.io/safeclib/
Section: libs
Priority: optional
Filename: pool/main/s/safeclib/libsafec3_3.7.1-1_amd64.deb