{"id":5050,"date":"2024-08-21T20:23:40","date_gmt":"2024-08-21T14:53:40","guid":{"rendered":"https:\/\/www.veeble.org\/kb\/?p=5050"},"modified":"2025-03-12T10:50:07","modified_gmt":"2025-03-12T05:20:07","slug":"how-can-i-run-linux-apps-on-windows","status":"publish","type":"post","link":"https:\/\/www.veeble.com\/kb\/how-can-i-run-linux-apps-on-windows\/","title":{"rendered":"How can I run Linux apps on Windows?"},"content":{"rendered":"\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-1 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/www.veeble.org\/kb\/wp-content\/uploads\/2024\/08\/Install-Linux-Apps-on-Windows-1-scaled.jpeg\" target=\"_blank\" rel=\"noopener\"><img fetchpriority=\"high\" decoding=\"async\" width=\"2560\" height=\"725\" data-id=\"5053\" src=\"https:\/\/www.veeble.org\/kb\/wp-content\/uploads\/2024\/08\/Install-Linux-Apps-on-Windows-1-scaled.jpeg\" alt=\"How can I run Linux apps on Windows?\" class=\"wp-image-5053\" srcset=\"https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2024\/08\/Install-Linux-Apps-on-Windows-1-scaled.jpeg 2560w, https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2024\/08\/Install-Linux-Apps-on-Windows-1-300x85.jpeg 300w, https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2024\/08\/Install-Linux-Apps-on-Windows-1-1024x290.jpeg 1024w, https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2024\/08\/Install-Linux-Apps-on-Windows-1-768x217.jpeg 768w, https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2024\/08\/Install-Linux-Apps-on-Windows-1-1536x435.jpeg 1536w, https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2024\/08\/Install-Linux-Apps-on-Windows-1-2048x580.jpeg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" \/><\/a><\/figure>\n<\/figure>\n\n\n\n<p>Yes, you heard it right! You can run Linux apps on Windows like native apps on the Windows system by following this tutorial.<\/p>\n\n\n\n<p>With the release of <a href=\"https:\/\/www.veeble.org\/kb\/built-in-ssh-and-wsl-as-putty-alternative-in-windows\/\" target=\"_blank\" rel=\"noopener\">Windows Subsystem for Linux (WSL)<\/a>, you can now run Linux applications directly on your Windows system, eliminating the need for dual-boot configurations or virtual machines. WSL2, in particular, integrates a full Linux kernel into Windows, allowing you to run Linux GUI applications as if they were native Windows applications. This guide will walk you through the process of configuring WSL, installing the required components, and running Linux GUI applications on Windows.<\/p>\n\n\n\n<pre class=\"wp-block-verse\"><strong>System Requirements<\/strong>: Windows 10 (Version 2004 and higher) or Windows 11, and a 64-bit processor with virtualization support enabled in BIOS\/UEFI.<\/pre>\n\n\n<h3 class=\"wp-block-heading\" id=\"step-1-enable-wsl-and-wsl2\">Step 1: Enable WSL and WSL2<\/h3>\n\n\n<ol class=\"wp-block-list\">\n<li>Open <strong><a href=\"https:\/\/learn.microsoft.com\/en-us\/powershell\/\" target=\"_blank\" rel=\"noopener\">PowerShell<\/a><\/strong> as an administrator.<\/li>\n\n\n\n<li>Run the following command to enable the WSL feature:<\/li>\n<\/ol>\n\n\n\n<pre class=\"wp-block-code\"><code>dism.exe \/online \/enable-feature \/featurename:Microsoft-Windows-Subsystem-Linux \/all \/norestart<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-2 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/www.veeble.org\/kb\/wp-content\/uploads\/2024\/08\/enable-wsl.gif\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" width=\"1910\" height=\"662\" data-id=\"5059\" src=\"https:\/\/www.veeble.org\/kb\/wp-content\/uploads\/2024\/08\/enable-wsl.gif\" alt=\"Enabling WSL feature in Windows by executing the command: &quot;dism.exe \/online \/enable-feature \/featurename:Microsoft-Windows-Subsystem-Linux \/all \/norestart&quot;\" class=\"wp-image-5059\"\/><\/a><\/figure>\n<\/figure>\n\n\n\n<ol start=\"3\" class=\"wp-block-list\">\n<li>Next, execute the following command to enable the Virtual Machine Platform, which is required for WSL2:<\/li>\n<\/ol>\n\n\n\n<pre class=\"wp-block-code\"><code>dism.exe \/online \/enable-feature \/featurename:VirtualMachinePlatform \/all \/norestart<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-3 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/www.veeble.org\/kb\/wp-content\/uploads\/2024\/08\/enable-VirtualMachinePlatform-for-WSL.gif\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" width=\"1910\" height=\"662\" data-id=\"5061\" src=\"https:\/\/www.veeble.org\/kb\/wp-content\/uploads\/2024\/08\/enable-VirtualMachinePlatform-for-WSL.gif\" alt=\"Enabling Virtal Machine Platform feature for WSL\" class=\"wp-image-5061\"\/><\/a><\/figure>\n<\/figure>\n\n\n\n<ol start=\"4\" class=\"wp-block-list\">\n<li><a href=\"https:\/\/www.veeble.org\/kb\/how-to-reboot-linux-and-windows-using-the-command-line\/\" target=\"_blank\" rel=\"noopener\">Restart the machine<\/a> to complete the changes.<\/li>\n\n\n\n<li>Then set WSL2 as the default version by running:<\/li>\n<\/ol>\n\n\n\n<pre class=\"wp-block-code\"><code>wsl --set-default-version 2<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-4 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/www.veeble.org\/kb\/wp-content\/uploads\/2024\/08\/wsl-default.png\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" width=\"1589\" height=\"227\" data-id=\"5065\" src=\"https:\/\/www.veeble.org\/kb\/wp-content\/uploads\/2024\/08\/wsl-default.png\" alt=\"To set WSL2 as default version, execute command: wsl --set-default-version 2\" class=\"wp-image-5065\" srcset=\"https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2024\/08\/wsl-default.png 1589w, https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2024\/08\/wsl-default-300x43.png 300w, https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2024\/08\/wsl-default-1024x146.png 1024w, https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2024\/08\/wsl-default-768x110.png 768w, https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2024\/08\/wsl-default-1536x219.png 1536w\" sizes=\"(max-width: 1589px) 100vw, 1589px\" \/><\/a><\/figure>\n<\/figure>\n\n\n\n<p><\/p>\n\n\n<h3 class=\"wp-block-heading\" id=\"step-2-install-a-linux-environment\">Step 2: Install a Linux Environment<\/h3>\n\n\n<p>You can install various Linux distros, such as <a href=\"https:\/\/apps.microsoft.com\/detail\/9mttcl66cpxj?hl=en-US&amp;gl=US\" target=\"_blank\" rel=\"noopener\">Ubuntu<\/a>, <a href=\"https:\/\/apps.microsoft.com\/detail\/9pkr34tncv07?hl=en-US&amp;gl=US\" target=\"_blank\" rel=\"noopener\">Kali Linux<\/a>, <a href=\"https:\/\/apps.microsoft.com\/detail\/9msvkqc78pk6?hl=en-us&amp;gl=US\" target=\"_blank\" rel=\"noopener\">Debian<\/a>, <a href=\"https:\/\/apps.microsoft.com\/detail\/9n6gdm4k2hnc?hl=en-us&amp;gl=US\" target=\"_blank\" rel=\"noopener\">Fedora Remix<\/a>, etc, directly from the Microsoft Store after setting up WSL. Additionally, other distributions like <a href=\"https:\/\/github.com\/sileshn\/ManjaroWSL2\" target=\"_blank\" rel=\"noopener\">Manjaro<\/a> and community-developed versions such as <a href=\"https:\/\/github.com\/yuk7\/ArchWSL\" target=\"_blank\" rel=\"noopener\">Arch Linux<\/a> can also be installed through unofficial channels like GitHub.<\/p>\n\n\n\n<p>Open the <strong>Microsoft Store<\/strong> and search for a Linux distribution, like Ubuntu or Kali Linux. Click <strong>Install<\/strong> and wait for the installation to complete. Once installed, launch the Linux environment from the Start menu.<\/p>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-5 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/www.veeble.org\/kb\/wp-content\/uploads\/2024\/08\/Install-Ubuntu-on-WSL.gif\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" width=\"1910\" height=\"756\" data-id=\"5068\" src=\"https:\/\/www.veeble.org\/kb\/wp-content\/uploads\/2024\/08\/Install-Ubuntu-on-WSL.gif\" alt=\"\" class=\"wp-image-5068\"\/><\/a><\/figure>\n<\/figure>\n\n\n\n<p>Sometimes, you may encounter an issue like the screenshot below indicating that the WSL 2 requires an update to its kernel component. This often happens when the WSL 2 kernel is outdated or hasn&#8217;t been installed yet. <\/p>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-6 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/www.veeble.org\/kb\/wp-content\/uploads\/2024\/08\/error.png\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" width=\"1084\" height=\"153\" data-id=\"5069\" src=\"https:\/\/www.veeble.org\/kb\/wp-content\/uploads\/2024\/08\/error.png\" alt=\"Error: 0x800701bc WSL 2 requires an update to its kernel component.\" class=\"wp-image-5069\" srcset=\"https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2024\/08\/error.png 1084w, https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2024\/08\/error-300x42.png 300w, https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2024\/08\/error-1024x145.png 1024w, https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2024\/08\/error-768x108.png 768w\" sizes=\"(max-width: 1084px) 100vw, 1084px\" \/><\/a><\/figure>\n<\/figure>\n\n\n\n<p>To solve this issue, update the WSL kernel by executing the following command in the PowerShell:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>wsl.exe --update<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-7 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/www.veeble.org\/kb\/wp-content\/uploads\/2024\/08\/WSL-update.png\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" width=\"1429\" height=\"115\" data-id=\"5071\" src=\"https:\/\/www.veeble.org\/kb\/wp-content\/uploads\/2024\/08\/WSL-update.png\" alt=\"Error: 0x800701bc WSL 2 requires an update to its kernel component. Solve this error with executing the command: wsl.exe --update in powershell.\" class=\"wp-image-5071\" srcset=\"https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2024\/08\/WSL-update.png 1429w, https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2024\/08\/WSL-update-300x24.png 300w, https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2024\/08\/WSL-update-1024x82.png 1024w, https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2024\/08\/WSL-update-768x62.png 768w\" sizes=\"(max-width: 1429px) 100vw, 1429px\" \/><\/a><\/figure>\n<\/figure>\n\n\n\n<p>Now go ahead with launching the Linux distro you installed from the Microsoft Store.<\/p>\n\n\n\n<pre class=\"wp-block-verse\">When you first launch the Linux environment, it will prompt you to create a username and password. Complete the setup by following the on-screen instructions.<\/pre>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-8 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/www.veeble.org\/kb\/wp-content\/uploads\/2024\/08\/Ubuntu-setup.gif\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" width=\"1910\" height=\"756\" data-id=\"5072\" src=\"https:\/\/www.veeble.org\/kb\/wp-content\/uploads\/2024\/08\/Ubuntu-setup.gif\" alt=\"Setting up Ubuntu in WSL.\" class=\"wp-image-5072\"\/><\/a><\/figure>\n<\/figure>\n\n\n\n<p><\/p>\n\n\n<h3 class=\"wp-block-heading\" id=\"step-3-running-linux-gui-applications\">Step 3: Running Linux GUI Applications<\/h3>\n\n\n<p>After setting up the Linux distribution, ensure that it is updated, and install the necessary GUI applications. For example, to run the Gedit application, which is exclusive to Linux distros, follow these steps:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Update the Linux distribution using the appropriate update command for it: <\/li>\n<\/ol>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo apt update &amp;&amp; sudo apt upgrade<\/code><\/pre>\n\n\n\n<ol start=\"2\" class=\"wp-block-list\">\n<li>Next, execute the installation command for the specific software you need. (For example: Gedit installation):<\/li>\n<\/ol>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo apt install gedit<\/code><\/pre>\n\n\n\n<ol start=\"3\" class=\"wp-block-list\">\n<li>After application installation, simply type the application name in the WSL terminal, and it will open as a window on your Windows desktop<\/li>\n<\/ol>\n\n\n\n<pre class=\"wp-block-code\"><code>gedit<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-9 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/www.veeble.org\/kb\/wp-content\/uploads\/2024\/08\/gedit.gif\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" width=\"1918\" height=\"704\" data-id=\"5080\" src=\"https:\/\/www.veeble.org\/kb\/wp-content\/uploads\/2024\/08\/gedit.gif\" alt=\"Running Linux apps on Windows!\" class=\"wp-image-5080\"\/><\/a><\/figure>\n<\/figure>\n\n\n\n<p><\/p>\n\n\n<h3 class=\"wp-block-heading\" id=\"step-4-pinning-linux-gui-application-to-windows\">Step 4: Pinning Linux GUI Application to Windows<\/h3>\n\n\n<p>To pin a Linux GUI application like <code>gedit<\/code> to the Windows taskbar or create a desktop icon, follow these steps:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Search for the application<\/strong>: Open the Windows search bar and type the name of the application (e.g., <code>gedit<\/code>).<\/li>\n\n\n\n<li><strong>Pin to Taskbar<\/strong>: Once you find the application in the search results, right-click on it and select <strong>Pin to Taskbar<\/strong>.<\/li>\n<\/ol>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-10 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/www.veeble.org\/kb\/wp-content\/uploads\/2024\/08\/gedit-via-shortcut.gif\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" width=\"1904\" height=\"740\" data-id=\"5082\" src=\"https:\/\/www.veeble.org\/kb\/wp-content\/uploads\/2024\/08\/gedit-via-shortcut.gif\" alt=\"Opening Linux apps from Windows taskbar.\" class=\"wp-image-5082\"\/><\/a><\/figure>\n<\/figure>\n\n\n\n<ol start=\"3\" class=\"wp-block-list\">\n<li><strong>Create a Desktop Icon<\/strong>: If you prefer a desktop icon, right-click on the application and select <strong>Open File Location<\/strong>. This will open the application\u2019s location in Windows File Explorer.<\/li>\n\n\n\n<li>From there, right-click the application, choose <strong>Send to<\/strong>, and then select <strong>Desktop (create shortcut)<\/strong>.<\/li>\n<\/ol>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-11 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/www.veeble.org\/kb\/wp-content\/uploads\/2024\/08\/Desktop-Shortcut.gif\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" width=\"1904\" height=\"740\" data-id=\"5083\" src=\"https:\/\/www.veeble.org\/kb\/wp-content\/uploads\/2024\/08\/Desktop-Shortcut.gif\" alt=\"Opening Linux apps from Windows Desktop.\" class=\"wp-image-5083\"\/><\/a><\/figure>\n<\/figure>\n\n\n\n<p>This will allow users to easily pin the app to the taskbar or create a desktop shortcut for quick access.<\/p>\n\n\n\n<p><\/p>\n\n\n<h3 class=\"wp-block-heading\" id=\"important-features-to-explore\">Important Features to Explore<\/h3>\n\n\n<ol class=\"wp-block-list\">\n<li>Your Windows file system is accessible from within Linux distro at \/mnt\/c\/<\/li>\n\n\n\n<li>Your Linux distro files can be accessed from your Windows system by typing <code>\\\\wsl$<\/code> into the address bar of Windows File Explorer.<\/li>\n\n\n\n<li>You can drag files between Windows and Linux applications.<\/li>\n\n\n\n<li>You can write scripts that use both Windows and Linux tools to automate tasks.<\/li>\n<\/ol>\n\n\n\n<div class=\"wp-block-uagb-separator uagb-block-846ee818\"><div class=\"wp-block-uagb-separator__inner\" style=\"--my-background-image:\"><\/div><\/div>\n\n\n\n<p>With WSL2 and integrated GUI support, running Linux applications on Windows is now easier and more efficient than ever. Whether you need to test software, develop in a Linux environment, or simply use specific Linux tools, WSL2 offers a seamless experience that makes Linux apps feel like they&#8217;re a natural part of your Windows system.<\/p>\n\n\n\n<div style=\"height:35px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-uagb-call-to-action uagb-block-067b76a4 wp-block-button\"><div class=\"uagb-cta__wrap\"><h3 class=\"uagb-cta__title\">Managed VPS Hosting, Simplified<\/h3><p class=\"uagb-cta__desc\">Unlock the potential of your website with Veeble VPS. Experience powerful hosting without the hassle. Get started today!<\/p><\/div><div class=\"uagb-cta__buttons\"><a href=\"https:\/\/www.veeble.com\/in\/managed-vps\/\" class=\"uagb-cta__button-link-wrapper wp-block-button__link\" target=\"_blank\" rel=\"noopener noreferrer\">Explore Plans<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"><\/path><\/svg><\/a><\/div><\/div>\n","protected":false},"excerpt":{"rendered":"<p>Learn how to run Linux apps on a Windows machine using WSL with our easy-to-setup tutorial. [Step-by-Step tutorial]<\/p>\n","protected":false},"author":7,"featured_media":8010,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_uag_custom_page_level_css":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[16,5],"tags":[],"class_list":["post-5050","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-windows","category-linux"],"uagb_featured_image_src":{"full":["https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2024\/08\/How-can-I-run-Linux-apps-on-Windows.jpg",1366,768,false],"thumbnail":["https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2024\/08\/How-can-I-run-Linux-apps-on-Windows-150x150.jpg",150,150,true],"medium":["https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2024\/08\/How-can-I-run-Linux-apps-on-Windows-300x169.jpg",300,169,true],"medium_large":["https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2024\/08\/How-can-I-run-Linux-apps-on-Windows-768x432.jpg",768,432,true],"large":["https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2024\/08\/How-can-I-run-Linux-apps-on-Windows-1024x576.jpg",1024,576,true],"1536x1536":["https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2024\/08\/How-can-I-run-Linux-apps-on-Windows.jpg",1366,768,false],"2048x2048":["https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2024\/08\/How-can-I-run-Linux-apps-on-Windows.jpg",1366,768,false]},"uagb_author_info":{"display_name":"Adrian Antony","author_link":"https:\/\/www.veeble.com\/kb\/author\/adrian\/"},"uagb_comment_info":0,"uagb_excerpt":"Learn how to run Linux apps on a Windows machine using WSL with our easy-to-setup tutorial. [Step-by-Step tutorial]","_links":{"self":[{"href":"https:\/\/www.veeble.com\/kb\/wp-json\/wp\/v2\/posts\/5050","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.veeble.com\/kb\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.veeble.com\/kb\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.veeble.com\/kb\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/www.veeble.com\/kb\/wp-json\/wp\/v2\/comments?post=5050"}],"version-history":[{"count":19,"href":"https:\/\/www.veeble.com\/kb\/wp-json\/wp\/v2\/posts\/5050\/revisions"}],"predecessor-version":[{"id":7699,"href":"https:\/\/www.veeble.com\/kb\/wp-json\/wp\/v2\/posts\/5050\/revisions\/7699"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.veeble.com\/kb\/wp-json\/wp\/v2\/media\/8010"}],"wp:attachment":[{"href":"https:\/\/www.veeble.com\/kb\/wp-json\/wp\/v2\/media?parent=5050"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.veeble.com\/kb\/wp-json\/wp\/v2\/categories?post=5050"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.veeble.com\/kb\/wp-json\/wp\/v2\/tags?post=5050"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}