Provide a single Linux shell command, which will check if software updates are available on a Debian derivative such as Raspberry Pi OS.
A) sudo apt-get update
B) sudo apt-get upgrade
C) sudo apt list --upgradable
D) None of the above