How to Install and Uninstall ElectricFence.i686 Package on Amazon Linux 2

Last updated: April 28,2024

1. Install "ElectricFence.i686" package

This tutorial shows how to install ElectricFence.i686 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install ElectricFence.i686

2. Uninstall "ElectricFence.i686" package

Please follow the guidelines below to uninstall ElectricFence.i686 on Amazon Linux 2:

$ sudo yum remove ElectricFence.i686 $ sudo yum autoremove

3. Information about the ElectricFence.i686 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : ElectricFence
Arch : i686
Version : 2.2.2
Release : 39.amzn2.0.2
Size : 36 k
Repo : amzn2-core/2/x86_64
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.