Which of the following commands lists all currently installed packages when using RPM package management?
Which of the following commands lists all currently installed packages when using RPM package management?
To list all currently installed packages using RPM package management, the correct command is 'rpm --query --all'. This is consistent with the long form of the common shorthand 'rpm -qa'.
ans: E
yes, long verion of rpm -qa