[15:52] so apt doesn't let you say install at least this version... which would be nice in a dockerfile if you know previous versions have a security vulnerability [15:53] does dpkg have a way to assert that a version is newer? [15:53] I'd like Depends format so I can say openssl>=1.1.1-1ubuntu2.1~18.04.15 [15:55] dpkg --validate-version maybe? but I'm not sure how to use it. [16:21] dpkg --compare-versions $(dpkg -s openssl |awk -F': ' '/^Version/{print $2}') ge 1.1.1-1ubuntu2.1~18.04.15 does exactly what I want. [16:21] thank #ubuntu-servr [16:21] thank #ubuntu-server [16:47] <3