Monday, December 18, 2006

installers on os's

Alright.. so, trivial for a lot of people, but jsut so I dont forget the usage here are the different installers in different OS

linux: rpm
rpm -ivh pkg.rpm #install an rpm package
rpm -qa | grep pkg #search for a package
rpm -e `rpm -qa | grep pkg` # erase a given package... use with care .. grep may matche more than one package..

hp-ux: swinstall
swinstall -s source.depot pkgname #install pkgname form the source.depot
swinstall -s source.depot.gz pkgname #also deals with gz archive

solaris: pkg-*
pkg-add -d #add a package
pkg-rem # remove the package
grrrr forgot already... memory is just not my thing...

debian: apt-get
apt-get install "exact name"


okay will update when i find the right info...

No comments: