Annotated edit history of
RedHatToDebianNotes version 7 showing authors affecting page license.
View with all changes included.
| Rev |
Author |
# |
Line |
| 1 |
OliverJones |
1 |
!!!Moving from RedHat to [Debian] |
| |
|
2 |
|
| |
|
3 |
This is a collection of notes showing translations for common commands issued on RedHat systems to their equivalents on [Debian] systems. |
| |
|
4 |
|
| 2 |
OliverJones |
5 |
!!rpm(8) vs dpkg(8) |
| 1 |
OliverJones |
6 |
|
| 2 |
OliverJones |
7 |
* <code>rpm -qa |grep packagename</code> => <code>dpkg -l | grep packagename</code> |
| |
|
8 |
* <code>rpm -ql packagename</code> => <code>dpkg -L packagename</code> |
| 7 |
MattBrown |
9 |
* <code>rpm -qf file</code> => <code>dpkg -S file</code> |
| 6 |
CraigBox |
10 |
|
| |
|
11 |
!!init scripts |
| |
|
12 |
|
| |
|
13 |
* <code>chkconfig</code> => <code>update-rc.d(8)</code> |
| |
|
14 |
* <code>service</code> => <code>invoke-rc.d(8)</code> |
| 1 |
OliverJones |
15 |
|
| 2 |
OliverJones |
16 |
|
| |
|
17 |
---- |
| 1 |
OliverJones |
18 |
CategoryNotes %%% |
| 5 |
OliverJones |
19 |
CategoryDebian %%% |
| 6 |
CraigBox |
20 |
CategoryFedora |