We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e95725f commit 179fc55Copy full SHA for 179fc55
1 file changed
docs/linux-on-qemu.md
@@ -119,11 +119,11 @@ In Debian based distributions `qemu-system-or1k` is provided by the `qemu-system
119
120
```bash
121
# Look for the qemu system package
122
-apt-cache update
+sudo apt-get update
123
apt-cache show qemu-system-misc | grep Version
124
125
# if the version is good
126
-apt-get install -y qemu-system-misc
+sudo apt-get install -y qemu-system-misc
127
```
128
129
Below we can see that in my Ubuntu environment it only provides QEMU 8.2.2.
0 commit comments