A system administrator issues the apt-get upgrade command on a Linux operating system. What is the purpose of this command?
- The remote repository of applications and dependencies will be updated to the latest version.
- A specific application named upgrade will be installed.
- Operating system updates are downloaded and will be installed.
- Every application installed will update itself to the latest version.
Answers Explanation & Hints: When the
apt-get upgrade
command is issued in a Linux terminal, all installed applications will attempt to upgrade to the latest version available.