LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How to check installed application (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-check-installed-application-913317/)

sanmugamnkl 11-13-2011 10:49 AM

How to check installed application
 
How to check installed application in linux and guide me installing application in linux.

corp769 11-13-2011 10:53 AM

What "application" are you talking about? Are you trying to locate where a program is installed on your hard drive? You need to be more specific please. Also, what distribution are you using?

sanmugamnkl 11-13-2011 11:15 AM

normally in windows we search for installed appliction as appwiz.cpl.Like this how can we search the installed application.?

corp769 11-13-2011 11:18 AM

I don't understand what you are trying to say....

Say, in linux, you are trying to see where the ssh command is installed. I would use the "which" command like so:
Code:

[root@ltp01 ~]# which ssh
/usr/bin/ssh

If it is within your path, it will output where it is located.

sanmugamnkl 11-13-2011 11:38 AM

Thanks for your Punitive replay.I got the point.

corp769 11-13-2011 11:53 AM

You could also use the locate command, and the find command, if you wish.

linuxwin2 11-14-2011 09:27 AM

What's your distribution Fedora/ubuntu ?

schneidz 11-14-2011 09:56 AM

assuming fedora:
Code:

[schneidz@hyper ~]$ rpm -qa *office*
libreoffice-graphicfilter-3.3.3.1-2.fc15.x86_64
libreoffice-math-3.3.3.1-2.fc15.x86_64
libreoffice-opensymbol-fonts-3.3.3.1-2.fc15.noarch
libreoffice-impress-3.3.3.1-2.fc15.x86_64
kacst-office-fonts-2.0-8.fc15.noarch
libreoffice-pdfimport-3.3.3.1-2.fc15.x86_64
goffice04-0.4.3-5.fc11.x86_64
libreoffice-calc-3.3.3.1-2.fc15.x86_64
openoffice.org-extendedPDF-1.4-8.fc13.noarch
libreoffice-draw-3.3.3.1-2.fc15.x86_64
libreoffice-core-3.3.3.1-2.fc15.x86_64
libreoffice-ure-3.3.3.1-2.fc15.x86_64
libreoffice-writer-3.3.3.1-2.fc15.x86_64
libreoffice-presenter-screen-3.3.3.1-2.fc15.x86_64



All times are GMT -5. The time now is 07:12 PM.