The command should be rpm -ql packagename.
What is a binary program?
A program that has been pre-compiled and pre-linked and is prepared to execute on a specific operating system; A binary designed for one operating system won't function on another; "Different binaries for different operating systems can be produced from the same source code by compiling it"
The source code for the program is transformed into a machine language module by a compiler (called an object file). This object file is combined with other previously built object files (in particular run-time modules) by a different specialized program known as a linker to produce an executable file.
To learn more about binary program click on the given link below:
https://brainly.com/question/26388416
#SPJ4