Available software and libraries
It's better to use rpm -q python (it will explicitly say when a package is not installed, instead of giving no feedback).
(rpm -qa is useful for wildcard searches: rpm -qa 'python*')
It's better to use rpm -q python (it will explicitly say when a package is not installed, instead of giving no feedback).
(rpm -qa is useful for wildcard searches: rpm -qa 'python*')