I have a 16.04 server that I haven't been able to upgrade to 20.04, so I'm considering Extended Security Maintenance for it.
The linked page says that ESM only applies to the 'main' and 'restricted' repositories. In order to know if ESM will work, then, I need to determine what packages are installed that are outside of these repos. The easiest way to do this would be to produce a list of all installed packages along with the repo each belongs to.
Is there a way to do this?
ubuntu-support-status
will tell you the answers you want, have you tried? – guiverc May 14 '21 at 22:02man
page, and the only docs are unhelpful. – Borea Deitz May 15 '21 at 12:37ubuntu-support-status
on a xenial box and yeah now everything shows as unsupported.. ie. a very different result as to what it provided on 29-April-2021 or before (where 'universe' etc. packages showed in 'unsupported' whilst 'main' etc where listed in two 'supported' groupings.... all that gone as everything is now in 'unsupported'). The python script maybe could be modified, to do what you want, but it no longer does exactly what you want as you've missed the intended window of that tool (ie. whilst the product was still supported) – guiverc May 17 '21 at 01:42