#!/bin/bash

# show package version numbers


dpkg-query -W -f='${Package;15} ${Version;12}\n'|grep omg-

exit 0
