How to Install and Uninstall reveng Package on openSuSE Tumbleweed

Last updated: July 01,2024

1. Install "reveng" package

In this section, we are going to explain the necessary steps to install reveng on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install reveng

2. Uninstall "reveng" package

Please follow the guidance below to uninstall reveng on openSuSE Tumbleweed:

$ sudo zypper remove reveng

3. Information about the reveng package on openSuSE Tumbleweed

Information for package reveng:
-------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : reveng
Version : 3.0.5-2.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 166.0 KiB
Installed : No
Status : not installed
Source package : reveng-3.0.5-2.1.src
Upstream URL : https://reveng.sourceforge.io
Summary : An arbitrary-precision CRC calculator and algorithm finder
Description :
CRC RevEng is an arbitrary-precision CRC calculator and
algorithm finder. It calculates CRCs using any of the 72 preset
algorithms, or a user-specified algorithm to any width. It calculates
reversed CRCs to give the bit pattern that produces a desired forward
CRC. CRC RevEng also reverse-engineers any CRC algorithm from
sufficient correctly formatted message-CRC pairs and optional known
parameters. It comprises input interpretation options.
It is compliant with Ross Williams' Rocksoft model of parametrised CRC
algorithms.