How to display installed packages in -proposed?

Asked by Rolf Leggewie

I like to help out with SRU verification and have thus enabled the -proposed repositories. To not mess up my system, I've pinned anything from that pocket to a low value to prevent automatic installs.

+-- [ /etc/apt/preferences ]
|
| ## PIN by release ##
| Package: *
| Pin: release a=*-proposed
| Pin-Priority: 98
|
+--

Now, I'd like to have a command that I can check from time to time to see available candidates in the -proposed queue that I can install and test. How?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu apt Edit question
Assignee:
No assignee Edit question
Solved by:
Rolf Leggewie
Solved:
Last query:
Last reply:
Revision history for this message
Manfred Hampl (m-hampl) said :
#1

I have never tried that myself, but maybe it is possibble to achieve that with a command like

apt-get --simulate --target-release releasename-proposed dist-upgrade

Revision history for this message
Rolf Leggewie (r0lf) said :
#2

I believe that "aptitude search ~i~Atrusty-proposed" might do just that.

Revision history for this message
Rolf Leggewie (r0lf) said :
#3

Yes, "aptitude search ~i~Atrusty-proposed" seems to do the trick.