Palo Alto Networks Certified Network Security Consultant (PCNSC) — Question 18
After running sudo apt-get update, which command should you run to upgrade the Expedition software packages on the Expedition VM?
Answer options
- A. sudo apt-get upgrade expedition-beta
- B. sudo apt-get install expedition-beta
- C. sudo apt-get upgrade
- D. sudo apt-get autoupgrade
Correct answer: B
Explanation
The correct command is B, 'sudo apt-get install expedition-beta', which ensures that the latest version of the Expedition package is installed. Option A is incorrect as it attempts to upgrade the package rather than install it, while C only upgrades installed packages without specifying Expedition. Option D, 'sudo apt-get autoupgrade', is not specific to upgrading a particular package like Expedition.