<@UU2PXRQ1J> deb/rpm are just packages, a way to c...
# general
s
@Rajendra Stalekar deb/rpm are just packages, a way to correctly install/distribute a binary and configuration for some distros (like CentOS, Ubuntu, Debian etc), the binary itself comes from the same build. osquery build basically every dependency statically, so it has all it needs a part a few libs that it can’t carry around and must take the version that’s present in the distro. So yes, if you take the tar.gz, the binary inside will run on “every” distro. What really matter is the kernel and libc version which shouldn’t be older than what’s present in CentOS 6.