How to Install and Uninstall ElectricFence.x86_64 Package on Fedora 35
Last updated: January 10,2025
1. Install "ElectricFence.x86_64" package
Here is a brief guide to show you how to install ElectricFence.x86_64 on Fedora 35
$
sudo dnf update
Copied
$
sudo dnf install
ElectricFence.x86_64
Copied
2. Uninstall "ElectricFence.x86_64" package
Please follow the steps below to uninstall ElectricFence.x86_64 on Fedora 35:
$
sudo dnf remove
ElectricFence.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the ElectricFence.x86_64 package on Fedora 35
Last metadata expiration check: 2:04:04 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : ElectricFence
Version : 2.2.2
Release : 56.fc35
Architecture : x86_64
Size : 37 k
Source : ElectricFence-2.2.2-56.fc35.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.
Available Packages
Name : ElectricFence
Version : 2.2.2
Release : 56.fc35
Architecture : x86_64
Size : 37 k
Source : ElectricFence-2.2.2-56.fc35.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.