This setup is assuming that GUI Linux apps can run in your WSL2.
Execute the following commands to install Node, npm, git, Java, Ionic CLI:
cd ~
sudo apt update
sudo apt upgrade
This setup is assuming that GUI Linux apps can run in your WSL2.
Execute the following commands to install Node, npm, git, Java, Ionic CLI:
cd ~
sudo apt update
sudo apt upgrade
This setup is assuming that GUI Linux apps can run in your WSL2.
Execute the following commands to install Node, npm, git, Java, Ionic CLI:
cd ~
sudo apt update
sudo apt upgrade
| # make sure you don't have any soon to be forgotten version of vim installed | |
| $ sudo apt-get remove --purge vim vim-runtime vim-gnome vim-tiny vim-gui-common | |
| # Install Deps | |
| $ sudo apt-get install build-essential cmake | |
| $ sudo apt-get install python3-dev | |
| #Optional: so vim can be uninstalled again via `dpkg -r vim` | |
| $ sudo apt-get install checkinstall |