Frequently Asked
Questions
1.
What is the CERT Linux
Forensics Tools Repository?
2.
What Linux
distributions are supported?
3.
How do I use the CERT Linux
Forensics Tools Repository?
4.
How do I install the CERT
GPG key?
What is the CERT Linux Forensics Tools
Repository?
The CERT Linux Forensics Tools Repository is a repository of
packages that are useful when doing forensics imaging and analysis.
What Linux distributions are
supported?
The CERT Linux Forensics Tools repository provides packages
for the Fedora distribution, releases 8, 9, and 10.
How do I use the CERT Linux Forensics Tools
Repository?
a.
Retrieve and install the appropriate repository
RPM. The choices are:
b.
Install all of the packages in the repository
with:
yum
install CERT-Forensics-Tools
How do I install the CERT GPG key?
Perform the following sequence of commands:
cd /tmp
wget http://www.cert.org/forensics/repository/forensics.asc
rpm --import forensics.asc
rm -f forensics.asc