Путеводитель по Руководству Linux

  User  |  Syst  |  Libr  |  Device  |  Files  |  Other  |  Admin  |  Head  |



   yum-debug-dump    ( 1 )

записать системную конфигурацию RPM в файл отладочного дампа (write system RPM configuration to a debug-dump file)

Имя (Name)

yum-debug-dump - write system RPM configuration to a debug-dump
       file

Синопсис (Synopsis)

yum-debug-dump

Описание (Description)

yum-debug-dump is a program which creates a gzipped file
       containing a lot of information useful to developers trying to
       debug a problem.

By default it will output a file to the current working directory named yum_debug_dump-<hostname>-<time>.txt.gz. This file contains no private information but does contain a complete list of all packages you have installed, all packages available in any repository, important configuration and system information. You can view this file using the 'zless' command.

You can use the coresponding program yum-debug-restore to act on this file and restore a set of packages (much like dump/restore).


Файлы (Files)

As yum-debug-dump uses YUM libraries for retrieving all the
       information, it relies on YUM configuration for its default
       values like which repositories to use. Consult YUM documentation
       for details:

/etc/yum.conf /etc/yum/repos.d/ /var/cache/yum/


Смотри также (See also)

yum-debug-restore(1)
       yum.conf(5)
       http://yum.baseurl.org/