How to Install and Uninstall strip-nondeterminism Package on openSuSE Tumbleweed

Last updated: May 08,2024

1. Install "strip-nondeterminism" package

Please follow the steps below to install strip-nondeterminism on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install strip-nondeterminism

2. Uninstall "strip-nondeterminism" package

Learn how to uninstall strip-nondeterminism on openSuSE Tumbleweed:

$ sudo zypper remove strip-nondeterminism

3. Information about the strip-nondeterminism package on openSuSE Tumbleweed

Information for package strip-nondeterminism:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : strip-nondeterminism
Version : 1.13.1-1.3
Arch : noarch
Vendor : openSUSE
Installed Size : 116.3 KiB
Installed : No
Status : not installed
Source package : strip-nondeterminism-1.13.1-1.3.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.