LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How to check SW installed not by rpm (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-check-sw-installed-not-by-rpm-269568/)

maxgg 12-23-2004 09:20 AM

How to check SW installed not by rpm
 
Hi!

Does anyone know how to check what SW were installed in the Linux box if the SW were not installed by rpm??? Since I installed the SW by downloading the tar file from internet..and installed it...but now i wanna check what SW i have installed and also their version.

any help will be greatly appreciated...thx

nixcraft 12-23-2004 09:29 AM

You can see if binary of tar.gz exist or now. For example Apache creates main binary httpd. So type command

which binary
or
find / -iname binary-name

Example
which httpd
find / -iname httpd


All times are GMT -5. The time now is 09:23 AM.