How to Install and Uninstall ElectricFence.i686 Package on Fedora 34

Last updated: June 29,2024

1. Install "ElectricFence.i686" package

This tutorial shows how to install ElectricFence.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install ElectricFence.i686

2. Uninstall "ElectricFence.i686" package

This guide let you learn how to uninstall ElectricFence.i686 on Fedora 34:

$ sudo dnf remove ElectricFence.i686 $ sudo dnf autoremove

3. Information about the ElectricFence.i686 package on Fedora 34

Last metadata expiration check: 0:06:58 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : ElectricFence
Version : 2.2.2
Release : 55.fc34
Architecture : i686
Size : 38 k
Source : ElectricFence-2.2.2-55.fc34.src.rpm
Repository : fedora
Summary : A debugger which detects memory allocation violations
URL : http://perens.com/FreeSoftware/ElectricFence/
License : GPLv2
Description : ElectricFence is a utility for C programming and
: debugging. ElectricFence uses the virtual memory hardware of your
: system to detect when software overruns malloc() buffer boundaries,
: and/or to detect any accesses of memory released by
: free(). ElectricFence will then stop the program on the first
: instruction that caused a bounds violation and you can use your
: favorite debugger to display the offending statement.
:
: Install ElectricFence if you need a debugger to find malloc()
: violations.