In Ubuntu Linux, how do I list packages installed from the “universe” repository?
Okay, I figured out how to do this:
aptitude search "~i" -F "%s# %p"
Which of course can easily be grepped to find items from the “universe” repository:
aptitude search "~i" -F "%s# %p" | grep universe