Equivalencias Debian RedHat Paquetes

Tabla de equivalencias, je util si tenes que interactuar con Red Hat y no tenes idea de ciertas cosas

Debian Red Hat Description
dpkg -Gi package(s).deb rpm -Uvh packages(s).rpm install/upgrade package file(s)
dpkg -r package rpm -e package remove package
dpkg -l ‘*spell*’ rpm -qa ‘*spell*’ show all packages whose names contain the word spell
dpkg -l package rpm -q package show version of package installed
dpkg -s package rpm -q -i package show all package metadata
dpkg -I package.deb rpm -q -i -p package.rpm show all package file’s metadata
dpkg -S /path/file rpm -q -f /path/file what package does file belong
dpkg -L package rpm -q -l package list where files were installed
dpkg -c package.deb rpm -q -l -p package.rpm list where files would be installed
dpkg -x package.deb rpm2cpio package.rpm | cpio -id extract package files to current directory
dpkg -s package | grep ^Depends: rpm -q –requires package list files/packages that package needs
dpkg –purge –dry-run package rpm -q –whatrequires package list packages that need package (see also whatrequires)
Debian Red Hat Description
apt-get dist-upgrade yum update [package list] upgrade specified packages (or all installed packages if none specified)
apt-get install <package list> yum install <package list> install latest version of package(s)
apt-get remove <package list> yum remove <package list> remove specified packages from system
apt-cache list [package list] yum list [package list] list available packages from repositories

Sacado de

http://www.pixelbeat.org/docs/packaging.html

Share and Enjoy:
  • Print
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • BarraPunto
  • Bitacoras.com
  • Live
  • Ping.fm
  • StumbleUpon
  • Technorati
  • PDF
  • RSS
  • Google Buzz
  • Identi.ca
  • LinkedIn
  • MySpace
  • Yahoo! Buzz

Posteos relacionados:

RSS 2.0 | Trackback | Comment
(Visitas para esta entrada 2946 times)

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>