Use apt-cache show
para exibir informações sobre pacotes disponíveis ou < href="http://manpages.debian.net/cgi-bin/man.cgi?query=dpkg"> dpkg -s
para exibir informações sobre pacotes instalados.
apt-cache show PACKAGE-NAME | awk '$1 == "Provides:" {print $2}'
dpkg -s INSTALLED-PACKAGE-NAME | awk '$1 == "Provides:" {print $2}'