How to Install and Uninstall trinity Package on openSuSE Tumbleweed
Last updated: November 22,2024
1. Install "trinity" package
This is a short guide on how to install trinity on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
trinity
Copied
2. Uninstall "trinity" package
Please follow the instructions below to uninstall trinity on openSuSE Tumbleweed:
$
sudo zypper remove
trinity
Copied
3. Information about the trinity package on openSuSE Tumbleweed
Information for package trinity:
--------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : trinity
Version : 1.9+git.20230710-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 10.4 MiB
Installed : No
Status : not installed
Source package : trinity-1.9+git.20230710-1.2.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.
--------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : trinity
Version : 1.9+git.20230710-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 10.4 MiB
Installed : No
Status : not installed
Source package : trinity-1.9+git.20230710-1.2.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.