How to Install and Uninstall strip-nondeterminism Package on openSUSE Leap

Last updated: May 08,2024

1. Install "strip-nondeterminism" package

This guide let you learn how to install strip-nondeterminism on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install strip-nondeterminism

2. Uninstall "strip-nondeterminism" package

Learn how to uninstall strip-nondeterminism on openSUSE Leap:

$ sudo zypper remove strip-nondeterminism

3. Information about the strip-nondeterminism package on openSUSE Leap

Information for package strip-nondeterminism:
---------------------------------------------
Repository : Main Repository
Name : strip-nondeterminism
Version : 0.029-1.23
Arch : noarch
Vendor : SUSE LLC
Installed Size : 82.4 KiB
Installed : No
Status : not installed
Source package : strip-nondeterminism-0.029-1.23.src
Upstream URL : https://anonscm.debian.org/git/reproducible/strip-nondeterminism.git
Summary : A tool for stripping non-deterministic information
Description :
File::StripNondeterminism is a Perl module for stripping bits of
non-deterministic information, such as timestamps and file system
order, from files such as gzipped files, ZIP archives, and Jar files.
It can be used as a post-processing step to make a build reproducible,
when the build process itself cannot be made deterministic. It is used
as part of the Reproducible Builds project.
strip-nondeterminism contains the File::StripNondeterminism Perl module,
and the strip-nondeterminism command line utility.