- Which option with the dpkg command is used to display the packages that dpkg is managing on a system?
A. dpkg -a
B. dpkg -l
C. dpkg -i
D. dpkg –d
- Which option with dpkg-query is used to show a human-readable description of a package?
A. dpkg-query -a
B. dpkg-query-c
C. dpkg-query -s
D. dpkg-query-r
- Which log file is used to display dpkg package-related messages?
A. cat /var/log/dpkg.log
B. cat /var/dpkg/dpkg.log
C. cat /var/dpkg-query/dpkg.log
D. cat /var/log/dpkg.dpkg
- 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 option is used to add a package using the dpkg command?
A. dpkg -e
B. dpkg –r
C. dpkg -Add
D. dpkg -i
- Which option is used to remove a package along with its configuration...