How to Check Whether a Package is Installed in Linux
Today I come with a short and simple command that will be useful for Linux newbies. What to do if you need to find out whether the package you need is already installed or not? There is a short command that will allow you to do this. rpm -qa | grep <package> What does this do? This command… Read More »