How to Install and Uninstall gotcha.i686 Package on Fedora 39

Last updated: January 11,2025

1. Install "gotcha.i686" package

This tutorial shows how to install gotcha.i686 on Fedora 39

$ sudo dnf update $ sudo dnf install gotcha.i686

2. Uninstall "gotcha.i686" package

Please follow the guidelines below to uninstall gotcha.i686 on Fedora 39:

$ sudo dnf remove gotcha.i686 $ sudo dnf autoremove

3. Information about the gotcha.i686 package on Fedora 39

Last metadata expiration check: 4:30:40 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : gotcha
Version : 1.0.5
Release : 1.fc39
Architecture : i686
Size : 47 k
Source : gotcha-1.0.5-1.fc39.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.