Sophie

Sophie

distrib > CentOS > 5 > x86_64 > by-pkgid > f7ebd52733b39607847a657f9bd111eb > files > 1

yum-aliases-1.1.16-21.el5.centos.noarch.rpm


#  These are some aliases that a lot of people might find useful, well those
# who install yum-aliases plugin anyway :). Note that they require alias
# recursion, which is the default.

DEV --enablerepo=development
UPT --enablerepo=updates-testing

SRC --enablerepo=fedora-source    --enablerepo=updates-source
DEVSRC --enablerepo=development-source
UPTSRC --enablerepo=updates-testing-source
# Note that we/you can move to =X,Y in 3.2.9 onwards.
DBG --enablerepo=fedora-debuginfo --enablerepo=updates-debuginfo
DEVDBG --enablerepo=development-debuginfo
UPTDBG --enablerepo=updates-testing-debuginfo

ALLSRC SRC DEVSRC UPTSRC
ALLDBG DBG DEVDBG UPTDBG

ALL DEV UPT ALLSRC ALLDBG

SEC --security
FORCE --skip-broken --disableexcludes=all

up   upgrade
inst install

ls  list
lsi ls installed
lsu ls updates
lsec list-security
lssu SEC lsu

force-install FORCE install
force-inst    FORCE inst
force-upgrade FORCE upgrade
force-up      FORCE up
force-update  FORCE update

dbg-install DBG install
dbg-inst    DBG inst

#  These are some example aliases, which probably aren't worth enabling for
# everyone. Mostly useful for people who use DEV / UPT a lot.

# lsT UPT ls
# lsD DEV ls
# 
# lsuT lsT updates
# lsuD lsD updates
# 
# lssT SEC lsT
# lssD SEC lsD
# 
# lssuT SEC lsT updates 
# lssuD SEC lsD updates
# 
# lsecT UPT lsec
# lsecD DEV lsec
# 
# upT UPT up
# upD DEV up
# 
# instT UPT inst
# instD DEV inst