How to Install and Uninstall trinity Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: November 22,2024

1. Install "trinity" package

This guide let you learn how to install trinity on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install trinity

2. Uninstall "trinity" package

Here is a brief guide to show you how to uninstall trinity on Ubuntu 20.10 (Groovy Gorilla):

$ sudo apt remove trinity $ sudo apt autoclean && sudo apt autoremove

3. Information about the trinity package on Ubuntu 20.10 (Groovy Gorilla)

Package: trinity
Architecture: amd64
Version: 1.9+git20200331.4d2343bd18c7b-1
Priority: optional
Section: universe/utils
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: gustavo panizzo
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 10287
Depends: libc6 (>= 2.27)
Filename: pool/universe/t/trinity/trinity_1.9+git20200331.4d2343bd18c7b-1_amd64.deb
Size: 145912
MD5sum: 29d68faf4d455aadc44c7e95ab91708d
SHA1: 961d868af763b2020d0bda99426a884d74a5a037
SHA256: f79342e925cd2e5e3002ac6a2d59a888ec7de9dc94b733a33f72314d646f703c
SHA512: 854b47fcdead776e64bb2fbd160a2e1a38f902e95e96fdb09f58f2de32266d5966e6b37a664756a63975f08e98db665596094bfcf9c8d498b49ae079d4936677
Homepage: http://codemonkey.org.uk/projects/trinity/
Description-en: system call fuzz tester
As 'fuzz testing' suggests, trinity calls syscalls at random, with random
arguments. Where Trinity differs is that the arguments it passes are not
purely random.
.
If a syscall took, for example, a file descriptor as an argument,
one of the first things kernels does is validate that fd, if is not valid the
kernel would just reject it as -EINVAL.
.
So on startup, Trinity creates a list of file descriptors, by opening pipes,
scanning sysfs, procfs, /dev, and creates a bunch of sockets using random
network protocols. Then when a syscall needs an fd, it gets passed one of
these at random.
.
Trinity also shares those file descriptors between multiple threads, which
causes havoc sometimes.
.
Warning: This program may seriously corrupt your files, including any of those
that may be writable on mounted network file shares. It may create network
packets that may cause disruption on your local network.
Run at your own risk.
Description-md5: 0b66b5bef215d4a2e96be23a7eddb2e0