User Tools

Site Tools


other:win10wsl

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
other:win10wsl [2022/08/24 14:33]
jypeter [Base installation] Improved the 'update' part
other:win10wsl [2022/08/24 15:32]
jypeter [Base installation] Added the kernel update step
Line 192: Line 192:
 -rwxrwxrwx 1 root root 63M Aug 24 14:52 /​mnt/​c/​Users/​jypeter/​AppData/​Local/​Temp/​swap.vhdx</​code>​ -rwxrwxrwx 1 root root 63M Aug 24 14:52 /​mnt/​c/​Users/​jypeter/​AppData/​Local/​Temp/​swap.vhdx</​code>​
  
-  * Update ​your Ubuntu ​Linux with: ''​sudo apt update && sudo apt upgrade''​+  * Update ​//Ubuntu// with: ''​sudo apt update && sudo apt upgrade''​
     * <​code>​stdu@sadira034:​~$ lsb_release -a     * <​code>​stdu@sadira034:​~$ lsb_release -a
 No LSB modules are available. No LSB modules are available.
Line 219: Line 219:
     * [[other:​win10wsl#​updating_wsl_and_ubuntu|More details about updating WSL and/or Ubuntu]] (you can safely skip this for now)     * [[other:​win10wsl#​updating_wsl_and_ubuntu|More details about updating WSL and/or Ubuntu]] (you can safely skip this for now)
  
 +  * Update the //Linux kernel// used by WSL, after stopping the running WSL instances
 +    * <​code>​PS C:\> wsl --status
 +Distribution par défaut : Ubuntu
 +Version par défaut : 2
 +
 +La dernière mise à jour effectuée du Sous-système Windows pour Linux date du 23/08/2022
 +Les mises à jour WSL automatiques sont activées.
 +
 +Version du noyau : 5.10.16
 +
 +PS C:\> wsl -l -v
 +  NAME      STATE           ​VERSION
 +* Ubuntu ​   Running ​        2
 +
 +PS C:\> wsl --terminate Ubuntu
 +
 +PS C:\> wsl -l -v
 +  NAME      STATE           ​VERSION
 +* Ubuntu ​   Stopped ​        2
 +
 +PS C:\> wsl --update
 +Recherche de mises à jour en cours... Veuillez patienter
 +Téléchargement de mises à jour en cours... Veuillez patienter.
 +Installation en cours des mises à jour... Veuillez patienter
 +Cette modification sera effective au prochain redémarrage complet de WSL. Pour forcer un redémarrage,​ exécutez « wsl --shutdown ».
 +Version du noyau : 5.10.102.1
 +
 +PS C:\> wsl --status
 +[...]
 +Version du noyau : 5.10.102.1
 +
 +PS C:\> wsl cat /​proc/​version
 +Linux version 5.10.102.1-microsoft-standard-WSL2 (oe-user@oe-host) (x86_64-msft-linux-gcc (GCC) 9.3.0, GNU ld (GNU Binutils) 2.34.0.20200220) #1 SMP Wed Mar 2 00:30:59 UTC 2022</​code>​
 ===== After the base installation ===== ===== After the base installation =====
  
other/win10wsl.txt · Last modified: 2023/12/06 13:24 by jypeter