sudo apt install (appname) For example, to install ‘htop’ into WSL, you would use the following command: sudo apt install htop Many of the command line tips and tricks that we have covered use general unix commands, meaning they work not only on the Mac as typically covered here, but...
My Ubuntu install is capable of running gedit and rendering it graphically, since my Windows 11 build is kind enough to come with built-in X forwarding. Process: I downloaded the Linux installer off the website, unzipped it, and ran sudo ./install, which invokes the GUI instal...
1. Install VSCode on Ubuntu or Debian GNU/Linux or Kali We have a common command mechanism to install VS Code on Ubuntu, Debian, and Kali based distributions. wget -qO- https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > packages.microsoft.gpg sudo install -o root -g ...
Installing WSL/WSL2 on Windows 10/11 is simple, but a few prerequisites and customizations can enhance the experience. In this step-by-step guide, we will walk you through installing WSL/WSL2 on Windows 10/11 and show you how to customize and troubleshoot it to make the most of this p...
Update and Upgrade Packages:After setting up WSL, you can update and upgrade the packages in your Linux distribution by running the following commands in the Linux terminal: sudo apt update sudo apt upgrade Updating WSL You always want to be sure you're running the latest version of WSL. To...
Installing Google Chrome in WSL2 Now that all the prerequisites are met, let's move on to install both web browsers. First, we'll go with Google Chrome. You can see its screenshot below. The blue background behind the Google Chrome window is the Windows 10 desktop. You can see that ...
Follow the on-screen instructions and restart your computer if prompted.Then, open WSL on the CLI again and install Python by running this command: sudo apt install python3 Running the “command sudo apt install python3” in Powershell. | Image: Jim Clyde Monge ...
Once you choose a Linux distribution or opt to use the default Ubuntu distro, follow the instructions to Use the install Linux command with Windows Subsystem for Linux or learn more in the WSL documentation.Create a Virtual Machine (VM)
Step 2: Install GCC on WSL After the installation process completes, you can install GCC: 1. Refresh the package list: sudo apt update 2. Install GCC with: sudo apt install build-essential -y Step 3: Verify GCC Installation In the Linux terminal, run the following command to confirm the...
In this stage, you should install RStudio-server to the subsystem side and you can install the R environment to Linux side as well. This is absolutely great trick for those switching to windows from Linux. For Ubuntu or Debian: $sudoapt-getinstallr-base## after the instalation of R envir...