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
pkg-rem
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:
Post a Comment