- Which option with the yum command is used to display the packages on the system?
A. yum --display
B. yum --list
C. yum list
D. yum --verbose
- Which command is used to update cache?
A. yum makecache fast
B. yum cache --update
C. yum –update --cache
D. yum –make --list
- Which command can be passed to identify a package from a configuration file?
A. yum --get-information
B. yum --display-information
C. yum --provides
D. yum provides
- Which option is used to display packages that are installed with the dpkg command?
A. dpkg --get-selections
B. dpkg –set-selections
C. dpkg –get-selection
D. dpkg-query –get-selection
- Which command is used to remove any temp files that are no longer needed?
A. yum remove cache
B. yum clean all
C. yum clean temp
D. yum remove temp
- Which command is used to update the system?
A. yum update
B. yum auto...