How to Install and Uninstall srm Package on openSuSE Tumbleweed
Last updated: November 07,2024
1. Install "srm" package
This tutorial shows how to install srm on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
srm
Copied
2. Uninstall "srm" package
In this section, we are going to explain the necessary steps to uninstall srm on openSuSE Tumbleweed:
$
sudo zypper remove
srm
Copied
3. Information about the srm package on openSuSE Tumbleweed
Information for package srm:
----------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : srm
Version : 1.2.15-3.5
Arch : x86_64
Vendor : openSUSE
Installed Size : 47.9 KiB
Installed : No
Status : not installed
Source package : srm-1.2.15-3.5.src
Upstream URL : http://srm.sf.net
Summary : A secure replacement for rm
Description :
Unlike the standard rm, srm overwrites the data in the target files before unlinking 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 it can completely prevent that type of recovery. It is, essentially, a paper shredder for sensitive files.
srm is ideal for personal computers or workstations with Internet connections. It can help prevent malicious users from breaking in and undeleting personal files, such as old emails. It's also useful for permanently removing files from expensive media. For example, cleaning your diary off the zip disk you're using to send vacation pictures to Uncle Lou. Because it uses the exact same options as rm(1), srm is simple to use. Just subsitute it for rm whenever you want to destroy files, rather than just unlinking them.
----------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : srm
Version : 1.2.15-3.5
Arch : x86_64
Vendor : openSUSE
Installed Size : 47.9 KiB
Installed : No
Status : not installed
Source package : srm-1.2.15-3.5.src
Upstream URL : http://srm.sf.net
Summary : A secure replacement for rm
Description :
Unlike the standard rm, srm overwrites the data in the target files before unlinking 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 it can completely prevent that type of recovery. It is, essentially, a paper shredder for sensitive files.
srm is ideal for personal computers or workstations with Internet connections. It can help prevent malicious users from breaking in and undeleting personal files, such as old emails. It's also useful for permanently removing files from expensive media. For example, cleaning your diary off the zip disk you're using to send vacation pictures to Uncle Lou. Because it uses the exact same options as rm(1), srm is simple to use. Just subsitute it for rm whenever you want to destroy files, rather than just unlinking them.