Find the answer to your Linux question:
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...
  1. #1
    Just 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

  2. #2
    Linux Engineer khafa's Avatar
    Join Date
    Apr 2008
    Location
    Tokyo, Japan
    Posts
    858
    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...