I've been jumping back and forth between a few OSes lately and I keep typing the wrong thing at the prompts for day to day admin. So I'm putting it here so I don't forget :-)
This is the commands for general update current packages, install new packages etc type stuff
Gentoo Linux:
update: emerge --sync && emerge -DuN --keep-going world
install: emerge --sync && emerge packagename
search: emerge --sync && emerge -s name
or emerge --sync && emerge --searchdesc
FreeBSD (9.1 if it makes a difference)
packages (pre-compiled)
update: freebsd-update --
and for ports (from source)
update: portsnap fetch update && portupgrade -a
install: cd /usr/ports/catagory/package && make WITH_LDAP="YES" install clean
Centos 6.3
update: yum check-update && yum update
install: yum install packagename
search: yum search
More to come..
No comments:
Post a Comment