Snort installation?

Hi Fedora community ,

today I am trying to figure out , what happened to my Snort installation.Note the fact that I have been using Snort daily without issues.
As you can see here :

$ sudo dnf install snort
[sudo] password for meow: 
Sorry, try again.
[sudo] password for meow: 
balena-etcher                                   355  B/s | 648  B     00:01    
balena-etcher-noarch                            696  B/s | 648  B     00:00    
balena-etcher-source                            646  B/s | 648  B     00:01    
keybase                                         2.3 kB/s | 3.3 kB     00:01    
Package snort-1:3.1.42.0-1.fc36.x86_64 is already installed.
Dependencies resolved.
Nothing to do.
Complete!

The package is installed now look at this output :

$ snort
snort: error while loading shared libraries: libdaq.so.3: cannot open shared object file: No such file or directory
[meow@cat ~]$ snort --version
snort: error while loading shared libraries: libdaq.so.3: cannot open shared object file: No such file or directory

also


$ sudo dnf remove snort
Dependencies resolved.
================================================================================
 Package       Architecture   Version                    Repository        Size
================================================================================
Removing:
 snort         x86_64         1:3.1.42.0-1.fc36          @@System          14 M

Transaction Summary
================================================================================
Remove  1 Package

Freed space: 14 M
Is this ok [Y/n]: y
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Preparing        :                                                        1/1 
  Running scriptlet: snort-1:3.1.42.0-1.fc36.x86_64                         1/1 
error reading information on service snortd: No such file or directory
error: %preun(snort-1:3.1.42.0-1.fc36.x86_64) scriptlet failed, exit status 1

Error in PREUN scriptlet in rpm package snort
  Verifying        : snort-1:3.1.42.0-1.fc36.x86_64                         1/1 
Pipe does not exist (/var/run/fapolicyd/fapolicyd.fifo)
Perhaps fapolicy-plugin does not have enough permissions
or fapolicyd is not running...

Failed:
  snort-1:3.1.42.0-1.fc36.x86_64                                                

Error: Transaction failed

All advice is appreciated.