How To Install snoopy on Fedora 36

In this tutorial we learn how to install snoopy in Fedora 36. snoopy is A preload library to send shell commands to syslog

Introduction

In this tutorial we learn how to install snoopy on Fedora 36.

What is snoopy

Snoopy is designed to aid a sysadmin by providing a log of commands executed. Snoopy is completely transparent to the user and applications. It is linked into programs to provide a wrapper around calls to execve(). Logging is done via syslog.

We can use yum or dnf to install snoopy on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install snoopy.

Install snoopy 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 snoopy using dnf by running the following command:

sudo dnf -y install snoopy

Install snoopy 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 snoopy using yum by running the following command:

sudo yum -y install snoopy

How To Uninstall snoopy on Fedora 36

To uninstall only the snoopy package we can use the following command:

sudo dnf remove snoopy

snoopy Package Contents on Fedora 36

---
title: "How To Install snoopy on Fedora 36"
linkTitle: "snoopy"
/etc/snoopy.ini
/usr/lib/.build-id
/usr/lib/.build-id/7a
/usr/lib/.build-id/7a/a9d3f109ea772e510328949e6c7f82819923ee
/usr/lib64/libsnoopy.so
/usr/lib64/libsnoopy.so.0
/usr/lib64/libsnoopy.so.0.0.0
/usr/sbin/snoopy-disable
/usr/sbin/snoopy-enable
/usr/share/doc/snoopy
/usr/share/doc/snoopy/COPYING
/usr/share/doc/snoopy/ChangeLog
/usr/share/doc/snoopy/README.md
/usr/share/licenses/snoopy
/usr/share/licenses/snoopy/COPYING
type: "docs"
description: "In this tutorial we learn how to install snoopy in Fedora 36. snoopy is A preload library to send shell commands to syslog"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/snoopy-featured.png
---

## Introduction

In this tutorial we learn how to install `snoopy` on Fedora 36.

### What is `snoopy`

> Snoopy is designed to aid a sysadmin by providing a log of commands executed. Snoopy is completely transparent to the user and applications. It is linked into programs to provide a wrapper around calls to execve(). Logging is done via syslog.  

We can use `yum` or `dnf` to install `snoopy` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install snoopy.

## Install snoopy on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.
## References

sudo dnf makecache --refresh

Summary

After updating yum database, We can install snoopy using dnf by running the following command:

In this tutorial we learn how to install `snoopy` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).
sudo dnf -y install snoopy

Install snoopy 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 snoopy using yum by running the following command:

sudo yum -y install snoopy

How To Uninstall snoopy on Fedora 36

To uninstall only the snoopy package we can use the following command:

sudo dnf remove snoopy

snoopy Package Contents on Fedora 36

/etc/snoopy.ini
/usr/lib/.build-id
/usr/lib/.build-id/71
/usr/lib/.build-id/71/9ecc5902844bbf446cf24a9045248d84452ba6
/usr/lib/libsnoopy.so
/usr/lib/libsnoopy.so.0
/usr/lib/libsnoopy.so.0.0.0
/usr/sbin/snoopy-disable
/usr/sbin/snoopy-enable
/usr/share/doc/snoopy
/usr/share/doc/snoopy/COPYING
/usr/share/doc/snoopy/ChangeLog
/usr/share/doc/snoopy/README.md
/usr/share/licenses/snoopy
/usr/share/licenses/snoopy/COPYING

References

Summary

In this tutorial we learn how to install snoopy on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).