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

<h1>Moving from RedHat to Debian</h1>

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

<h2>rpm(8) vs dpkg(8)</h2>

  • rpm -qa |grep package? => dpkg -l | grep package?
  • rpm -ql package? => dpkg -L package?

CategoryNotes