diff options
author | Holger Wansing <linux@wansing-online.de> | 2016-04-08 20:23:05 +0000 |
---|---|---|
committer | Holger Wansing <linux@wansing-online.de> | 2016-04-08 20:23:05 +0000 |
commit | 15c9c6ed18245658feec10d504e98acb9eb4c6f7 (patch) | |
tree | 2a3a7a02db7810a5a8d5736f13582a518973546b /en/preparing/bios-setup | |
parent | ad441b72e8c7e9a0cdb3258c4bbccc0c8f3d897e (diff) | |
download | installation-guide-15c9c6ed18245658feec10d504e98acb9eb4c6f7.zip |
Switch to the new apt commands, instead of apitude / apt-get / apt-cache
Diffstat (limited to 'en/preparing/bios-setup')
-rw-r--r-- | en/preparing/bios-setup/powerpc.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/en/preparing/bios-setup/powerpc.xml b/en/preparing/bios-setup/powerpc.xml index ba153e7fb..58db25d1d 100644 --- a/en/preparing/bios-setup/powerpc.xml +++ b/en/preparing/bios-setup/powerpc.xml @@ -170,11 +170,11 @@ QEMU or KVM. The package qemu-slof is, in fact, a dependency of package qemu-system-ppc (which also provides the virtual package qemu-system-ppc64), and can be installed or updated via -<command>apt-get</command> tool on Debian-based distros. +<command>apt</command> tool on Debian-based distros. Like so: <informalexample><screen> -# apt-get install qemu-slof +# apt install qemu-slof </screen></informalexample> SLOF can also be installed into rpm-based distribution systems, given |