Ubuntu/Debian: use apt instead of dpkg

In general apt is the preferred way to interact with packages, and I
think in this case there is no need/advantage to use dpkg.

Closes #88

Signed-off-by: Richard Laager <rlaager@wiktel.com>
[Fixed the other two instances too.]
This commit is contained in:
Yvan-Masson
2020-12-09 22:34:10 -06:00
committed by Richard Laager
parent 69ef236a3f
commit add1e275fb
3 changed files with 3 additions and 3 deletions

View File

@@ -650,7 +650,7 @@ Step 4: System Configuration
#. Optional: Remove os-prober::
dpkg --purge os-prober
apt --purge os-prober
This avoids error messages from `update-grub`. `os-prober` is only
necessary in dual-boot configurations.

View File

@@ -555,7 +555,7 @@ Select (using the space bar) all of the disks (not partitions) in your pool.
4.9 (Optional): Remove os-prober::
dpkg --purge os-prober
apt --purge os-prober
This avoids error messages from `update-grub`. `os-prober` is only necessary
in dual-boot configurations.

View File

@@ -796,7 +796,7 @@ Step 4: System Configuration
#. Optional: Remove os-prober::
dpkg --purge os-prober
apt --purge os-prober
This avoids error messages from ``update-grub``. ``os-prober`` is only
necessary in dual-boot configurations.