How to Install and Uninstall trinity Package on openSUSE Leap

Last updated: May 14,2024

1. Install "trinity" package

In this section, we are going to explain the necessary steps to install trinity on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install trinity

2. Uninstall "trinity" package

Please follow the guidelines below to uninstall trinity on openSUSE Leap:

$ sudo zypper remove trinity

3. Information about the trinity package on openSUSE Leap

Information for package trinity:
--------------------------------
Repository : Main Repository
Name : trinity
Version : 1.9+git.20230108-bp155.1.5
Arch : x86_64
Vendor : openSUSE
Installed Size : 10.4 MiB
Installed : No
Status : not installed
Source package : trinity-1.9+git.20230108-bp155.1.5.src
Upstream URL : https://github.com/kernelslacker/trinity
Summary : A Linux System call fuzz tester
Description :
The basic idea is fairly simple. As 'fuzz testing' suggests, we call syscalls
at random, with random arguments. Not an original idea, and one that has been
done many times before on Linux, and on other operating systems. Where
Trinity differs is that the arguments it passes are not purely random.