Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created May 20, 2020 12:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/81be044b01296e68e253da5f8641bc34 to your computer and use it in GitHub Desktop.
Save r-ryantm/81be044b01296e68e253da5f8641bc34 to your computer and use it in GitHub Desktop.
/nix/store/p0r9hprblg8s8s630wsjh8636zralm20-clamav-0.102.3
├── bin
│   ├── clamav-config
│   ├── clamav-milter
│   ├── clambc
│   ├── clamconf
│   ├── clamd
│   ├── clamdscan
│   ├── clamdtop
│   ├── clamonacc
│   ├── clamscan
│   ├── freshclam
│   └── sigtool
├── etc
│   ├── clamav-milter.conf.sample
│   ├── clamd.conf.sample
│   └── freshclam.conf.sample
├── include
│   ├── clamav.h
│   ├── clamav-types.h
│   ├── clamav-version.h
│   └── libfreshclam.h
├── lib
│   ├── libclamav.la
│   ├── libclamav.so -> libclamav.so.9.0.4
│   ├── libclamav.so.9 -> libclamav.so.9.0.4
│   ├── libclamav.so.9.0.4
│   ├── libclamunrar_iface.la
│   ├── libclamunrar_iface.so -> libclamunrar_iface.so.9.0.4
│   ├── libclamunrar_iface.so.9 -> libclamunrar_iface.so.9.0.4
│   ├── libclamunrar_iface.so.9.0.4
│   ├── libclamunrar.la
│   ├── libclamunrar.so -> libclamunrar.so.9.0.4
│   ├── libclamunrar.so.9 -> libclamunrar.so.9.0.4
│   ├── libclamunrar.so.9.0.4
│   ├── libfreshclam.la
│   ├── libfreshclam.so -> libfreshclam.so.2.0.0
│   ├── libfreshclam.so.2 -> libfreshclam.so.2.0.0
│   ├── libfreshclam.so.2.0.0
│   ├── pkgconfig
│   │   └── libclamav.pc
│   └── systemd
│   ├── clamav-daemon.service
│   ├── clamav-daemon.socket
│   └── clamav-freshclam.service
├── sbin -> bin
└── share
└── man
├── man1
│   ├── clambc.1.gz
│   ├── clamconf.1.gz
│   ├── clamdscan.1.gz
│   ├── clamdtop.1.gz
│   ├── clamscan.1.gz
│   ├── freshclam.1.gz
│   └── sigtool.1.gz
├── man5
│   ├── clamav-milter.conf.5.gz
│   ├── clamd.conf.5.gz
│   └── freshclam.conf.5.gz
└── man8
├── clamav-milter.8.gz
└── clamd.8.gz
12 directories, 50 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment