How to Install and Uninstall gotcha.x86_64 Package on Fedora 38

Last updated: June 03,2024

1. Install "gotcha.x86_64" package

Here is a brief guide to show you how to install gotcha.x86_64 on Fedora 38

$ sudo dnf update $ sudo dnf install gotcha.x86_64

2. Uninstall "gotcha.x86_64" package

Here is a brief guide to show you how to uninstall gotcha.x86_64 on Fedora 38:

$ sudo dnf remove gotcha.x86_64 $ sudo dnf autoremove

3. Information about the gotcha.x86_64 package on Fedora 38

Last metadata expiration check: 4:50:04 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : gotcha
Version : 1.0.5
Release : 1.fc38
Architecture : x86_64
Size : 46 k
Source : gotcha-1.0.5-1.fc38.src.rpm
Repository : updates
Summary : A library for wrapping function calls to shared libraries
URL : https://github.com/llnl/gotcha
License : LGPL-2.1-only
Description : Gotcha is a library that wraps functions. Tools can use gotcha to install hooks
: into other libraries, for example putting a wrapper function around libc's
: malloc. It is similar to LD_PRELOAD, but operates via a programmable API. This
: enables easy methods of accomplishing tasks like code instrumentation or
: wholesale replacement of mechanisms in programs without disrupting their source
: code.