File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -250,7 +250,19 @@ that domain to the server or VM's IP address.
250
250
251
251
1 . Run the command: ` $ unshare --version `
252
252
253
- If the current version number is less than 2.38, run the following additional commands, verifying
253
+ If the current version number is less than 2.38, upgrade the distribution to a newer version if
254
+ possible. For instance, in the case of Debian, you should be running bookworm or later. To
255
+ upgrade from bullseye:
256
+ ```
257
+ $ sudo sed -i s/bullseye/bookworm/g /etc/apt/sources.list
258
+ $ sudo apt update
259
+ $ sudo apt dist-upgrade
260
+ $ sudo apt autoremove --purge
261
+ $ sudo reboot
262
+ ```
263
+
264
+ If you have an old version of the command but upgrading your distribution is infeasible, instead
265
+ run the following additional commands, verifying
254
266
that the version number printed by the last line is now 2.38:
255
267
```
256
268
$ sudo apt install binutils uidmap
You can’t perform that action at this time.
0 commit comments