Ubuntu has taken an important step in its integration with Windows Subsystem for Linux (WSL), now allowing installation without depending on the Microsoft Store. With this new file-based method TAR, users and companies can download and deploy the system more easily and flexibly.
WSL has been a key tool for those who need a Linux environment inside Windows without resorting to virtual machines. Now, with support for TAR files, The need to download Ubuntu from the Microsoft Store is eliminated, which is a significant advantage for both developers and system administrators in corporate environments.
What advantages does the TAR format bring to Ubuntu on WSL?
The new TAR format for distributing Ubuntu on WSL introduces several key benefits that make it easier to manage the system within Windows.
- Faster and easier installation: Instead of relying on the Microsoft Store, you can now install Ubuntu by downloading a .tar file and running a simple command.
- Greater control in business environments: Organizations can host their own Ubuntu images on internal servers, ensuring compliance with their security and IT policies.
- Advanced customization: With cloud-init support, administrators can preconfigure images before deployment, facilitating automation in initial configuration.
How to install Ubuntu on WSL with the new method?
To use this new format TAR When installing Ubuntu on WSL, It is necessary to have version 2.4.8 or higher of WSL. Here's how to do it:
Command line installation: Open a terminal in Windows and run:
wsl --install ubuntu
Manual installation from a TAR file: Download the installation file and runs:
wsl --install --from-file ubuntu.tar.wsl
Easier method: It is also possible to simply double-click the file .wsl
downloaded to start the installation process.
Adaptability for developers and companies
This new format not only makes installation easier, but It also improves security and customization. Businesses can control which versions of Ubuntu are available on their network, avoiding security risks and ensuring a consistent environment for their teams.
For developers, this methodology represents greater flexibility, as it allows them to configure images with specific packages before deployment, optimizing workflows and speeding up the integration of proprietary tools.
Microsoft has confirmed that while the TAR format will be a standard option from now on, Distributions based on the appx format will continue to be supported. This means that users of older versions will not be forced to migrate immediately.
Ubuntu continues to reaffirm its commitment to the community and to the companies that rely on WSL for their daily operations. This update represents a significant advance in the management of Linux systems within Windows, offering more control, efficiency and security to users and administrators.