Web Analytics

Enable Linux Subsystem and Install Ubuntu in Windows 10

By enabling Windows 10’s Linux subsystem, you can now easily access many useful open-source tools (like OpenSSL) on Windows. This how-to will walk you through checking your version of Windows for compatibility, enabling the Linux subsystem, and installing and updating a Linux distribution (Ubuntu).

If you are running an incompatible version of Windows, you can also access Linux tools like OpenSSL by installing Cygwin. The official cURL binaries for Windows also include OpenSSL.

Step 1: Check Windows Version

  1. First, make sure that you’re running a compatible version of Windows 10. You’ll need version 1709 or greater to run the Linux subsystem. To check this, go to Start Button > Settings.

    settings

  2. Click System.

    System

  3. Click About (you may need to scroll down).

    About

  4. Scroll down to view the version of Windows 10 you are running.

    Windows specification

Step 2: Enable Linux Subsystem

  1. Begin typing “Turn Windows features on and off” into the Start Menu search field, then select the control panel when it appears.

    Turn windows features on or off

  2. Scroll down to Windows Subsystem for Linux, check the box, and then click the OK button.

    Windows Subsystem for Linux

  3. Wait for your changes to be applied, then click the Restart now button to restart your computer.

    Restart now

Step 3: Install and Update Ubuntu Linux

  1. Now we’re going to actually install a Linux distribution. Go to Start Button > Microsoft Store.

    Microsoft Store

  2. To see the available Linux distributions, type “Linux” into the search field, then click Run Linux on Windows.

    Run Linux on Windows

  3. Click the Linux distribution you’d like to install. In this how-to we’re going to choose Ubuntu.

    Available Linux distributions

  4. Click the Get button.

    Click Get button

  5. Windows will download and install Ubuntu. When it’s finished, click the Launch button.

    Launch button

  6. A terminal window will appear. Wait for Ubuntu to finish installing, then create a new Linux username and password when prompted. You’re now at your new Linux command line!

    Linux terminal

  7. Now is a good time to make sure that your installed software is up to date. In Ubuntu, you can use the apt-get command to update all packages automatically. (If you installed a different Linux distribution, you should check its documentation for how software updates are handled — this process varies significantly between distributions.) First, we’ll update the package lists. Enter the command below (note that you must use sudo and enter your password to run the command as an administrator):

    sudo apt-get update
    [sudo] password for aaron:
  8. Ubuntu will connect to its repositories and download a series of package lists. When it is finished, use apt-get again to upgrade all packages to their latest versions.

    sudo apt-get upgrade
  9. A list of packages to be upgraded will be shown. Enter Y at the prompt to continue with installation.

    List of packages to update

  10. Ubuntu will now download and install the packages. This process will probably take at least a few minutes to complete, depending on your connection speed and how many packages need to be upgraded. You may also be prompted as to whether you want services to be automatically restarted during package installations (we’re picking “Yes” for convenience here, but it’s not required).

    Resrart services automatically

  11. Finally, run this command to check dependencies and delete obsolete packages from the system (depending on how long the previous step took, you may have to enter our password again):

    sudo apt-get dist-upgrade
  12. Again, enter Y at the prompt to install the listed packages.

    List of packages to update

  13. You’re all finished installing and updating Ubuntu Linux! You can launch a Linux terminal at any time by selecting Ubuntu from the start menu. Now that you have Linux installed on your system, you can start using OpenSSL to do things like generate a CSR and create or extract certificates and private keys from PKCS#12/PFX files.

    Ubuntu

OpenSSL Tutorial Videos

Thank you for choosing SSL.com! If you have any questions, please contact us by email at Support@SSL.com, call 1-877-SSL-SECURE, or just click the chat link at the bottom right of this page. You can also find answers to many common support questions in our knowledgebase.

Subscribe To SSL.com’s Newsletter

Don’t miss new articles and updates from SSL.com

Stay Informed and Secure

SSL.com is a global leader in cybersecurity, PKI and digital certificates. Sign up to receive the latest industry news, tips, and product announcements from SSL.com and stay informed of the latest changes about digital identity and encryption that can impact and enhance your life.

We’d love your feedback

Take our survey and let us know your thoughts on your recent purchase.