이 스크립트는 /etc/update-motd.d/90-updates-available
다음과 같은 시스템 업데이트 요약을 제공합니다.
/etc/update-motd.d/90-updates-available
281 packages can be updated.
209 updates are security updates.
이러한 209 보안 업데이트를 나열하는 방법이 있습니까?
분명히 이 스크립트는 /usr/lib/update-notifier/update-motd-updates-available
어디에서 왔는지에 대한 단서를 찾을 수 없습니다.
명령에서 목록을 얻을 수 있다고 생각하지만 apt list --upgradable
"security"라는 단어를 사용할 때 패키지 수 사이에 겹치는 부분은 없습니다.grep
apt list --upgradable | grep security | wc -l
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
184