How to Install and Uninstall libsafec-dev Package on Kali Linux

Last updated: May 12,2024

1. Install "libsafec-dev" package

Here is a brief guide to show you how to install libsafec-dev on Kali Linux

$ sudo apt update $ sudo apt install libsafec-dev

2. Uninstall "libsafec-dev" package

Here is a brief guide to show you how to uninstall libsafec-dev on Kali Linux:

$ sudo apt remove libsafec-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libsafec-dev package on Kali Linux

Package: libsafec-dev
Source: safeclib
Version: 3.7.1-1
Installed-Size: 120
Maintainer: Adam Borowski
Architecture: amd64
Depends: libsafec3 (= 3.7.1-1)
Size: 22784
SHA256: 538534531f6d92f7f681de91e3b4e143489387d834fe86e15782425976826ec3
SHA1: 02eec9d5ee36dbdab516834379eb20e04ed22723
MD5sum: 5a5b695724b950f3c2ca7881c3cf099c
Description: "safe" C libc extensions (Annex K) - dev
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 development headers.
Description-md5: 784f524481f0b65a04d7ac4f858bacbb
Multi-Arch: same
Homepage: https://rurban.github.io/safeclib/
Tag: devel::lang:c, devel::library, implemented-in::c, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/s/safeclib/libsafec-dev_3.7.1-1_amd64.deb