Сочетание опций -q и -s позволяет вывести статус каждого файла пакета. Синтаксис:
Например:
| 
 # rpm -qs tcsh 
  
normal /bin/csh 
  
normal /bin/tcsh 
  
normal /usr/share/doc/tcsh-6.10 
  
normal /usr/share/doc/tcsh-6.10/FAQ 
  
normal /usr/share/doc/tcsh-6.10/Fixes 
  
normal /usr/share/doc/tcsh-6.10/NewThings 
  
normal /usr/share/doc/tcsh-6.10/complete.tcsh 
  
normal /usr/share/doc/tcsh-6.10/eight-bit.txt 
  
normal /usr/share/doc/tcsh-6.10/tcsh.html 
  
normal /usr/share/doc/tcsh-6.10/tcsh.html/header.html 
  
normal /usr/share/doc/tcsh-6.10/tcsh.html/index.php 
  
normal /usr/share/doc/tcsh-6.10/tcsh.html/lists.html 
  
normal /usr/share/doc/tcsh-6.10/tcsh.html/tcsh.man 
  
normal /usr/share/doc/tcsh-6.10/tcsh.html/tcsh.man2html 
  
normal /usr/share/doc/tcsh-6.10/tcsh.html/top.html 
  
not installed /usr/share/locale/de/LC_MESSAGES/tcsh 
  
not installed /usr/share/locale/el/LC_MESSAGES/tcsh 
  
not installed /usr/share/locale/es/LC_MESSAGES/tcsh 
  
not installed /usr/share/locale/fr/LC_MESSAGES/tcsh 
  
not installed /usr/share/locale/it/LC_MESSAGES/tcsh 
  
not installed /usr/share/locale/ja/LC_MESSAGES/tcsh 
  
normal /usr/share/man/man1/tcsh.1.gz     
 | 
Вместо -s можно использовать также длинный вариант: --state .
Опцию -s можно комбинировать с другими ключами, например с -d для вывода статуса только файлов документации.
В таблице ниже показана классификация статусов, которые различает RPM.
| 
 
                  Статус
                 
 | 
 
                  Значение
                 
 | 
| 
 
                  normal
                 
 | 
 
                  Файл был установлен
                 
 | 
| 
 
                  not installed
                 
 | 
 
                  Файл не был установлен
                 
 | 
| 
 
                  replaced
                 
 | 
 
                  Файл был заменен
                 
 | 
Некоторые файлы могут исключаться из установки, если используются опции вроде --excludedocs. Это приводит к появлению у файлов статуса, отличного от normal. Кроме того, статус изменяется, если файлы были изменены после установки.
 Далее - Список скриптов 
 Назад - Список файлов документации пакета 
 Содержание