Developing Applications Using Cisco Core Platforms and APIs (DEVCOR) — Question 134
A Cisco Catalyst 9000 switch has guest shell enabled. Which Linux command installs a third-party application?
Answer options
- A. apt-get install <package-name>
- B. zypper install <package-name>
- C. yum install <package-name>
- D. dnf install <package-name>
Correct answer: C
Explanation
The correct command to install a third-party application on the guest shell of a Cisco Catalyst 9000 switch is 'yum install <package-name>', as it is compatible with the underlying operating system. The other options, while valid in different Linux distributions, are not applicable in this specific context since the guest shell is based on a Red Hat environment where 'yum' is the package manager used.