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
Previous revision
Next revision Both sides next revision
other:win10wsl [2022/08/24 12:54]
jypeter [Base installation] Improved
other:win10wsl [2022/08/24 14:33]
jypeter [Base installation] Improved the 'update' part
Line 37: Line 37:
  
 ==== Disk space ==== ==== Disk space ====
 +
 +<​code>​stdu@sadira034:​~$ ls -lh /​mnt/​c/​Users/​jypeter/​AppData/​Local/​Temp/​swap.vhdx
 +-rwxrwxrwx 1 root root 63M Aug 24 14:52 /​mnt/​c/​Users/​jypeter/​AppData/​Local/​Temp/​swap.vhdx
 +
 +stdu@sadira034:​~$ ls -lh /​mnt/​c/​Users/​jypeter/​AppData/​Local/​Packages/​CanonicalGroupLimited.UbuntuonWindows_79rhkp1fndgsc/​LocalState/​ext4.vhdx
 +-rwxrwxrwx 1 root root 1.2G Aug 24 15:20 /​mnt/​c/​Users/​jypeter/​AppData/​Local/​Packages/​CanonicalGroupLimited.UbuntuonWindows_79rhkp1fndgsc/​LocalState/​ext4.vhdx
 +
 +stdu@sadira034:​~$ sudo apt update && sudo apt upgrade
 +[sudo] password for stdu:
 +Get:1 http://​security.ubuntu.com/​ubuntu focal-security InRelease [114 kB]
 +Get:2 http://​archive.ubuntu.com/​ubuntu focal InRelease [265 kB]
 +[...]
 +278 upgraded, 32 newly installed, 0 to remove and 0 not upgraded.
 +Need to get 174 MB of archives.
 +After this operation, 305 MB of additional disk space will be used.
 +Do you want to continue? [Y/n] Y
 +[...]
 +
 +stdu@sadira034:​~$ ls -lh /​mnt/​c/​Users/​jypeter/​AppData/​Local/​Temp/​swap.vhdx
 +-rwxrwxrwx 1 root root 63M Aug 24 14:52 /​mnt/​c/​Users/​jypeter/​AppData/​Local/​Temp/​swap.vhdx
 +
 +stdu@sadira034:​~$ ls -lh /​mnt/​c/​Users/​jypeter/​AppData/​Local/​Packages/​CanonicalGroupLimited.UbuntuonWindows_79rhkp1fndgsc/​LocalState/​ext4.vhdx
 +-rwxrwxrwx 1 root root 2.6G Aug 24 15:24 /​mnt/​c/​Users/​jypeter/​AppData/​Local/​Packages/​CanonicalGroupLimited.UbuntuonWindows_79rhkp1fndgsc/​LocalState/​ext4.vhdx
 +</​code>​
  
 FIXME FIXME
Line 168: 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: +  * Update your Ubuntu Linux with: ''​sudo apt update && sudo apt upgrade''​ 
-        * ''​sudo apt update && sudo apt upgrade''​ +    * <code>stdu@sadira034:​~$ lsb_release -a 
-        Use the Left arrow to select ''​<Yes>''​+''​Enter''​ when some services have to be restarted +No LSB modules are available. 
-        * [[other:​win10wsl#​updating_wsl_and_ubuntu|More details about updating WSL and/or Ubuntu]] (you can safely skip this for now)+Distributor ID: Ubuntu 
 +Description: ​   Ubuntu 20.04 LTS 
 +Release: ​       20.04 
 +Codename: ​      ​focal 
 + 
 +stdu@sadira034:​~$ sudo apt update && sudo apt upgrade 
 +[sudo] password for stdu: 
 +Get:1 http://​security.ubuntu.com/​ubuntu focal-security InRelease [114 kB] 
 +Get:2 http://​archive.ubuntu.com/​ubuntu focal InRelease [265 kB] 
 +[...] 
 +278 upgraded, 32 newly installed, 0 to remove and 0 not upgraded. 
 +Need to get 174 MB of archives. 
 +After this operation, 305 MB of additional disk space will be used. 
 +Do you want to continue? [Y/n] Y 
 +[...] 
 + 
 +stdu@sadira034:​~$ lsb_release -a 
 +No LSB modules are available. 
 +Distributor ID: Ubuntu 
 +Description: ​   Ubuntu 20.04.4 LTS 
 +Release: ​       20.04 
 +Codename: ​      ​focal</​code>​ 
 +    ​* [[other:​win10wsl#​updating_wsl_and_ubuntu|More details about updating WSL and/or Ubuntu]] (you can safely skip this for now)
  
 ===== After the base installation ===== ===== After the base installation =====
other/win10wsl.txt · Last modified: 2023/12/06 13:24 by jypeter