Penguin
Note: You are viewing an old revision of this page. View the current version.

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

CategoryNotes CategoryDebian CategoryRedHat?