How to Find Out if Package is Installed in Red Hat Enterprise / Fedora Linux / Suse Linux / Cent OS?
By rancidTaste
To install or upgrade or remove any package / program / software in Red Hat Enterprise / Fedora Linux / Suse Linux / Cent OS operating, you need to do check firstly whether that desire package is installed on your computer. Linux has several distribution. I like Fedora and Red Hat Linux. So, the command to find out if package is installed in Linux is fully depend upon your Linux distribution. In this page, you will find out if package is installed in Red Hat Enterprise / Fedora Linux / Suse Linux / Cent OS.
Steps to Find Out if Package Is Installed in Red Hat Enterprise / Fedora Linux / Suse Linux / Cent OS?
It is very easy to find out if package is installed in Red Hat Enterprise / Fedora Linux / Suse Linux / Cent OS. To do this we just have to use the command rpm. Follow the following steps to find out if package is installed in Red Hat Enterprise / Fedora Linux / Suse Linux / Cent OS:
Step 1: Open the terminal window from Application -> System Tools -> Terminal. This will open the terminal window of your Linux computer.
Step 2: To find the installed package information we need to use the rpm command. Type the following command in the terminal window of Red Hat Enterprise / Fedora Linux / Suse Linux / Cent OS and then hit Enter key to execute the command.
$ rpm -qa | grep {package-name}
where, "package-name" implies the actual package name
For example, to find out the package pidgin is installed or not, we have to type the following command in the terminal window:
[me@localhost ~]$ rpm -qa | grep pidgin
The output of the above command looks like the following:
pidgin-2.7.9-1.fc14.i686
Note: Pidgin is a nice and tiny software for the Linux based operating system. Using this, anyone can login multiple messangers like gtalk, yahoo, msn and many more. For details, you may read the following articl:
- GTalk for Fedora: How to Use gtalk for Fedora 14
Google talk / gtalk is one of the best product of Google and most people like it when the Google user has a google email account. Google talk /gtalk is totally free and any one who has a Google email account...
Sometimes, you may not get the output if the package is not installed. So, if you do not get any output ( the installed package name along with version), this simply means that the package is not installed at all.
There is another useful command which can display list all installed packages. The command is like the following:
$ rpm -qa
And that's all. Using the above mentioned tutorial, you can easily find out if the desired package is Installed in Red Hat Enterprise / Fedora Linux / Suse Linux / Cent OS.
@This tutorial is written by rancidTaste
Comments
No comments yet.
Recent Pages by hideMyTips
- Download youtube videos: How to download videos from youtube without any software?
YouTube is the most popular site where you get most of the videos freely. - 6 months ago
- How to Install Joomla 1.7
Joomla is one of the best CMS to create a good website quickly and easily. - 8 months ago
- An Easy Guide to Install Drupal on Your Computer
Drupal is one of the best CMS to build any type of website completely and easily starting from few hours. - 8 months ago
- Download Freely Avira Premium Security 10 with Serial License Key for 180 Days
Avira is always the number one choice who are much more concerned to protect his / her computers or laptops form all types of virus or security threats. - 9 months ago
- Get September 2011’s Free ESET NOD32 Usernames & Passwords - Fully Fresh & Activated ESET NOD32 Keys
Lots of antivirus software, spyware, antispyware, antispam and personal firewall are available around the market. - 9 months ago
- Find a good Domain Name for Your Website
Good domain name is always useful to develop and expand your business and website. - 12 months ago
- Search Engine Optimization : Brief Idea of Proper Search Engine Optimization & What Isn’t Proper Search Engine Optimization
SEO is simply the short form of Search Engine Optimization. - 12 months ago
- IQ Test Questions and Answers: Some Job Aptitude Test or Aptitude Testing Questions and Answers
IQ test is one of the common test for all types of job or MBA entrance tests. - 12 months ago
Recent Pages by rancidTaste
- Drawing a line: How to draw a line using HTML 5?
HTML5 canvas API provides basics tools and great supports to draw and style different types of sub paths including lines, arcs, Quadratic curves, and Bezier curves, as well as a means for creating paths by connecting sub paths. - 5 days ago
- SEO Pages
SEO, Search Engine Optimization and Keywords - these common three terms are the brainstorming terms for any content publisher, seo company, seo service provider, seo researcher, seo firm, seo consultant, seo professional or other seo lover. - 3 months ago
- WordPress.org vs. WordPress.com: An explained comparison between WordPress.org an WordPress.com
WordPress is a common name but do you know that there are two things: WordPress. - 3 months ago
- Creating database from cpanel: How to create a database from cpanel hosting?
A step by step full tutorial to create a database from cpanel hosting account for any dynamic website. - 3 months ago
- Natural Join in Database: Retrieving records from more than one table with Natural Joins
Natural Join is one of the sql joining. - 3 months ago
- Explanation of SQL Join: Obtaining data from multiple tables using Join
Explanation of SQL Join: Obtaining data from multiple tables using Join. - 3 months ago
- How to solve "CreateFile error 32 when trying set file time" Error During Oracle Installation
Solution of the Oracle installation problem on Windows 7 / Windows XP during Oracle installation start-up. - 3 months ago
- A Brief Explanation of SQL Statements and Classification
Any type of database is based on several statements. - 3 months ago