How to Install and Uninstall trinity Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 14,2024

1. Install "trinity" package

Please follow the step by step instructions below to install trinity on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install trinity

2. Uninstall "trinity" package

Please follow the guidelines below to uninstall trinity on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the trinity package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: trinity
Priority: optional
Section: universe/utils
Installed-Size: 1289
Maintainer: Ubuntu Developers
Original-Maintainer: gustavo panizzo
Architecture: amd64
Version: 1.6-2
Depends: libc6 (>= 2.15)
Filename: pool/universe/t/trinity/trinity_1.6-2_amd64.deb
Size: 110288
MD5sum: ccec6fc0185028c9e07632d5fcc82141
SHA1: f1a1530d4422bdf88f9399812d14611c2d8987fd
SHA256: 5abc541afd91622558044d9618461d2c3eeb779433fed87d7860420868c0d332
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
Homepage: http://codemonkey.org.uk/projects/trinity/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu