Results 1 to 2 of 2
Hello ALL,
If I installed a program from binary package (*.tar.gz), then does it make sense i use 'rpm -q xxxx' to check its existence on the system.
Thanks...
- 08-06-2008 #1Just Joined!
- Join Date
- May 2007
- Posts
- 22
Can I check if a binary package installed program has been installed using rpm -q xxx
Hello ALL,
If I installed a program from binary package (*.tar.gz), then does it make sense i use 'rpm -q xxxx' to check its existence on the system.
Thanks
- 08-06-2008 #2
rpm -qxxx is for RPM packages. if you have a binary you can use find to get its location if you know the name of the binary. and when you know the location you can use crash or strings to get internal information
Linux and me it's a love story


Reply With Quote