LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   where the applications locate installed in rpm way? (https://www.linuxquestions.org/questions/linux-newbie-8/where-the-applications-locate-installed-in-rpm-way-117327/)

cnwillow 11-18-2003 02:38 AM

where the applications locate installed in rpm way?
 
Recently,I install realplay8,use command" rpm -ivh ......." .But after finish,i cant find it.When i type realplay in terminal,no reaction happened!When i reinstalled,it said it had been installed.Why?HELP!

Tinkster 11-18-2003 02:46 AM

man rpm ...
<PgDn>
<PgDn>
<PgDn>
.
.
<PgDn>
Code:

QUERY OPTIONS
      The general form of an rpm query command is

            rpm -q [query-options]

      You may specify the format that package information should
      be printed in. To do this, you use the [--queryformat|-qf]
      option, followed by the format string.

Code:

      -a, --all
              Query all installed packages

rpm -qa
TOO MANY, TOO FAST

rpm -qa | less

BETTER .... still too many
<Ctrl>+C

man less
<PgDn>
<PgDn>
search
YAY!
<q>

rpm -qa | less
-i
/real


Cheers,
Tink


All times are GMT -5. The time now is 03:11 PM.