How to Install and Uninstall elfrc Package on Kali Linux

Last updated: December 24,2024

1. Install "elfrc" package

This guide covers the steps necessary to install elfrc on Kali Linux

$ sudo apt update $ sudo apt install elfrc

2. Uninstall "elfrc" package

This is a short guide on how to uninstall elfrc on Kali Linux:

$ sudo apt remove elfrc $ sudo apt autoclean && sudo apt autoremove

3. Information about the elfrc package on Kali Linux

Package: elfrc
Version: 0.7-4
Installed-Size: 38
Maintainer: Debian QA Group
Architecture: amd64
Depends: libc6 (>= 2.34)
Size: 11840
SHA256: e57976da46d74e09ae50d3681931c4fe32baf49c04a03cd97ef91f2347edd6f2
SHA1: 0e0894907facd7db68f629d2008e1bfef007e75c
MD5sum: a3b353f205824effc7cb96c6673591e3
Description: convert arbitrary files into elf objects
elfrc is a program which can turn arbitrary files into ELF
object files which can then be linked into your program
directly and accessed via simple, user-defined symbol names.
.
For instance, it's possible to embed even huge (16MB+) files
directly into the executable and then access the data in constant
time without making the compiler or linker eat loads of memory.
Description-md5:
Tag: devel::buildtools, devel::machinecode, implemented-in::c,
interface::commandline, role::program, scope::utility, use::converting,
use::storing, works-with-format::TODO, works-with::TODO,
works-with::file
Section: utils
Priority: optional
Filename: pool/main/e/elfrc/elfrc_0.7-4_amd64.deb