A system administrator needs to install the latest version of a package named 'webapp' from a third-party repository that has been added to the system. Which command should be used to update the package list and install the package in one step?
Select one:
The trap here is that candidates may think `apt-get upgrade` can install new packages, but it strict...