Skip to main content
edited tags
Link
Jeff Schaller
  • 68.8k
  • 35
  • 122
  • 267
Tweeted twitter.com/StackUnix/status/912632521824854017
edited tags
Link
nath
  • 6.1k
  • 13
  • 51
  • 94
Source Link
nath
  • 6.1k
  • 13
  • 51
  • 94

Linux - display or upgrade security updates only using apt

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?