is there a way to list or install security upgrades only using apt?
if I list upgrades with:
apt list --upgradable
can I also see without knowing packages and libraries which upgrades are relevant security upgrades.
and furthermore is there an option to only apply those by skipping any others, so the non-security-relevant upgrades would be prompted again next time I run apt upgrade?