Novell Certified Linux Professional (CLP) — Question 6
How can you list the updates that are available for your system?
Answer options
- A. zypper lu
- B. zypper dup
- C. zypper se -t patch
- D. zypper pch list
Correct answer: C
Explanation
The command 'zypper se -t patch' (Option C) is specifically designed to search for patches available for your system, making it the correct choice. Options A and B serve different purposes: 'zypper lu' lists available updates without specifying patches, and 'zypper dup' is used for a distribution upgrade. Option D is not a valid command in Zypper.