How to Install and Uninstall oxref Package on Kali Linux

Last updated: May 14,2024

1. Install "oxref" package

Learn how to install oxref on Kali Linux

$ sudo apt update $ sudo apt install oxref

2. Uninstall "oxref" package

Learn how to uninstall oxref on Kali Linux:

$ sudo apt remove oxref $ sudo apt autoclean && sudo apt autoremove

3. Information about the oxref package on Kali Linux

Package: oxref
Version: 2.01.00-2
Installed-Size: 124
Maintainer: Frank B. Brokken
Architecture: amd64
Depends: libbobcat6 (>= 6.03.02), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1), binutils
Size: 50148
SHA256: 1c677e531a66688ca03347b403148de938c4e5976c382f3a3ee71bb458323051
SHA1: 092b94f3792b6316e25b4017feb127011853b520
MD5sum: 17870ac2aa39c466578396319ae39aa9
Description: cross reference utility
The program oxref writes to the standard output stream a cross reference of
symbols defined in unstripped object files and/or libraries.
.
It demangles C++ symbols and can (probably) be used for a large range of
languages.
.
Oxref does not interpret the object files and libraries itself, but calls
objdump(1) to do so. The output produced by objdump is then filtered by
oxref, generating the cross reference listing.
Description-md5:
Homepage: https://fbb-git.gitlab.io/oxref
Section: utils
Priority: optional
Filename: pool/main/o/oxref/oxref_2.01.00-2_amd64.deb