This is a collection of notes showing translations for common commands issued on RedHat systems to their equivalents on Debian systems.
rpm -qa |grep packagename
=> dpkg -l | grep packagename
rpm -ql packagename
=> dpkg -L packagename
rpm -qf file
=> dpkg -S file
chkconfig
=> update-rc.d(8)
service
=> invoke-rc.d(8)
No page links to RedHatToDebianNotes.