How to Install and Uninstall elfrc Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

1. Install "elfrc" package

In this section, we are going to explain the necessary steps to install elfrc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install elfrc

2. Uninstall "elfrc" package

Learn how to uninstall elfrc on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the elfrc package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: elfrc
Priority: optional
Section: universe/utils
Installed-Size: 38
Maintainer: Ubuntu Developers
Original-Maintainer: Debian QA Group
Architecture: amd64
Version: 0.7-2
Depends: libc6 (>= 2.4)
Filename: pool/universe/e/elfrc/elfrc_0.7-2_amd64.deb
Size: 11482
MD5sum: a2584a6bc30463c441639e13a5298c0c
SHA1: d2d82815d05daa8da4689ba7ee96581e1dd1d0e0
SHA256: d6e05c1a1994f4b194d3254f5b80a6625c72cf81cf7e4f65610c0bece2649571
Description-en: 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: 701fd99f57ca03fbd890ca2475910adb
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu