Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created December 16, 2018 14:45
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 ryantm/c2054e2ffc233136a4c9a9ada138a73f to your computer and use it in GitHub Desktop.
Save ryantm/c2054e2ffc233136a4c9a9ada138a73f to your computer and use it in GitHub Desktop.
/nix/store/aw1nbhwjmzlnainnapq1blg201dpamlv-clamav-0.101.0
├── bin
│   ├── clamav-config
│   ├── clamav-milter
│   ├── clambc
│   ├── clamconf
│   ├── clamd
│   ├── clamdscan
│   ├── clamdtop
│   ├── clamscan
│   ├── freshclam
│   └── sigtool
├── etc
│   ├── clamav-milter.conf.sample
│   ├── clamd.conf.sample
│   └── freshclam.conf.sample
├── include
│   └── clamav.h
├── lib
│   ├── libclamav.la
│   ├── libclamav.so -> libclamav.so.9.0.0
│   ├── libclamav.so.9 -> libclamav.so.9.0.0
│   ├── libclamav.so.9.0.0
│   ├── libclamunrar_iface.la
│   ├── libclamunrar_iface.so -> libclamunrar_iface.so.9.0.0
│   ├── libclamunrar_iface.so.9 -> libclamunrar_iface.so.9.0.0
│   ├── libclamunrar_iface.so.9.0.0
│   ├── libclamunrar.la
│   ├── libclamunrar.so -> libclamunrar.so.9.0.0
│   ├── libclamunrar.so.9 -> libclamunrar.so.9.0.0
│   ├── libclamunrar.so.9.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, 42 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment