How to Install and Uninstall rats.x86_64 Package on Fedora 35

Last updated: October 05,2024

1. Install "rats.x86_64" package

Please follow the guidelines below to install rats.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install rats.x86_64

2. Uninstall "rats.x86_64" package

This tutorial shows how to uninstall rats.x86_64 on Fedora 35:

$ sudo dnf remove rats.x86_64 $ sudo dnf autoremove

3. Information about the rats.x86_64 package on Fedora 35

Last metadata expiration check: 4:30:36 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : rats
Version : 2.4
Release : 19.fc35
Architecture : x86_64
Size : 127 k
Source : rats-2.4-19.fc35.src.rpm
Repository : fedora
Summary : Rough Auditing Tool for Security
URL : https://code.google.com/p/rough-auditing-tool-for-security/
License : GPLv2
Description : RATS(Rough Auditing Tool for Security) scans through code, finding potentially
: dangerous function calls. The goal of this tool is not to definitively find
: bugs (yet). The current goal is to provide a reasonable starting point for
: performing manual security audits.
:
: The initial vulnerability database is taken directly from things that could be
: easily found when starting with the forthcoming book, "Building Secure
: Software" by Viega and McGraw.