Penguin

Moving from RedHat to Debian

This is a collection of notes showing translations for common commands issued on RedHat systems to their equivalents on Debian systems.

rpm(8) vs dpkg(8)

  • rpm -qa |grep packagename => dpkg -l | grep packagename
  • rpm -ql packagename => dpkg -L packagename
  • rpm -qf file => dpkg -S file

init scripts


CategoryNotes
CategoryDebian
CategoryFedora