yum-arch(8)yum-arch(8)NAME
yum-arch - Creates yum distribution database
SYNOPSIS
yum-arch [options] directory
DESCRIPTION
yum-arch is run from the distribution site in order to create the databases in which yum determines remote package availability.
options is one of:
-d check dependencies and conflicts in tree.
-v make output verbose.
-vv make output much more verbose.
-n don't generate headers.
-q make output more quiet.
-c check pkgs with gpg and md5 checksums - cannot be used with -n.
-z compress headers using gzip.
-l pay attention to symlinks (Default is to ignore symlinks).
directory
a directory where you want to create the headers directory.
FILES
headers/
headers/header.info
SEE ALSO
yum (8)
AUTHORS
Seth Vidal <skvidal@phy.duke.edu>
BUGS
Any bugs which are found should be emailed to the mailing list: yum@dulug.duke.edu
Seth Vidal 2002 Jun 8 yum-arch(8)
Check Out this Related Man Page
yum-debug-dump(1)yum-debug-dump(1)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 pri-
vate 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/
AUTHORS
See the Authors file included with this program.
BUGS
There are of course no bugs, but should you find any, you should first consult the FAQ section on http://yum.baseurl.org/wiki/Faq and if
unsuccessful in finding a resolution contact the mailing list: yum-devel@lists.baseurl.org. To file a bug use http://bugzilla.redhat.com
for Fedora/RHEL/Centos related bugs and http://yum.baseurl.org/report for all other bugs.
Seth Vidal 28 April 2008 yum-debug-dump(1)
What is the point of this? Whenever I close my shell it appends to the history file without adding this. I have never seen it overwrite my history file.
# When the shell exits, append to the history file instead of overwriting it
shopt -s histappend (3 Replies)
Greetings,
I'm trying to delete a file with a weird name from within Terminal on a Mac.
It's a very old file (1992) with null characters in the name: ââWord FinderÂŽ Plusâ˘.
Here are some examples of what I've tried:
12FX009:5 dpontius$ ls
ââWord FinderÂŽ Plusâ˘
12FX009:5 dpontius$ rm... (29 Replies)