How To Install tlsh-doc on Fedora 36
In this tutorial we learn how to install tlsh-doc in Fedora 36. tlsh-doc is Documentation for TLSH
Introduction
In this tutorial we learn how to install tlsh-doc
on Fedora 36.
What is tlsh-doc
Documentation for TLSH.
We can use yum
or dnf
to install tlsh-doc
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install tlsh-doc.
Install tlsh-doc on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install tlsh-doc
using dnf
by running the following command:
sudo dnf -y install tlsh-doc
Install tlsh-doc on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install tlsh-doc
using yum
by running the following command:
sudo yum -y install tlsh-doc
How To Uninstall tlsh-doc on Fedora 36
To uninstall only the tlsh-doc
package we can use the following command:
sudo dnf remove tlsh-doc
tlsh-doc Package Contents on Fedora 36
/usr/share/doc/tlsh
/usr/share/doc/tlsh/Attacking_LSH_and_Sim_Dig.pdf
/usr/share/doc/tlsh/README.md
/usr/share/doc/tlsh/TLSH_CTC_final.pdf
/usr/share/doc/tlsh/TLSH_Introduction.pdf
/usr/share/licenses/tlsh
/usr/share/licenses/tlsh/LICENSE
/usr/share/licenses/tlsh/NOTICE.txt
References
Summary
In this tutorial we learn how to install tlsh-doc
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).