#!/bin/sh
aptitude -F %p search '!~ODebian' | sort -u | tr -d ' ' ;

