How to Install and Uninstall srm.x86_64 Package on Oracle Linux 8

Last updated: May 20,2024

1. Install "srm.x86_64" package

This guide let you learn how to install srm.x86_64 on Oracle Linux 8

$ sudo dnf update $ sudo dnf install srm.x86_64

2. Uninstall "srm.x86_64" package

This guide let you learn how to uninstall srm.x86_64 on Oracle Linux 8:

$ sudo dnf remove srm.x86_64 $ sudo dnf autoremove

3. Information about the srm.x86_64 package on Oracle Linux 8

Last metadata expiration check: 2:38:15 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : srm
Version : 1.2.15
Release : 12.el8
Architecture : x86_64
Size : 33 k
Source : srm-1.2.15-12.el8.src.rpm
Repository : epel
Summary : Secure file deletion
URL : http://srm.sourceforge.net/
License : MIT
Description : srm is a secure replacement for rm(1). Unlike the standard rm, it
: overwrites the data in the target files before unlinkg them. This
: prevents command-line recovery of the data by examining the raw block
: device. It may also help frustrate physical examination of the disk,
: although it's unlikely that completely protects against this type of
: recovery.