I have one package VAB-6.1.0.500-0.x86_64
. When I installed this on machine and run command rpm -q VAB
, it is showing package VAB not installed . And if i run command rpm -q VAB-
it is showing VAB-6.1.0.500-0.x86_64
which is expected ?
Why so? Is rpm needs fullname to search? Is there anything that is related to spec file?
I have tried on other machines where asking only rpm -q VAB
is working fine.
The machine on which rpm giving error was also working fine with rpm -q VAB
previously.