Wingetlywingetly
← All apps

Oracle Linux 8.10

by Oracle America, Inc.v8.10.0.0

Last updated

Easily run Oracle Linux on your Windows Desktop

Install with winget

$ winget install --id Oracle.OracleLinux.8.10 --exact --version 8.10.0.0

Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.

Silent install command for Oracle Linux 8.10

Oracle Linux 8.10 uses APPX. The silent install switches are (no switches needed).

One-line silent install (x64)
Add-AppxPackage -Path .\OracleLinux_8.10-250708.Appx

See the full silent install reference for Oracle Linux 8.10

Built by Pckgr

For Intune admins

Stop chasing app updates. Pckgr patches them for you.

Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph - no manual repackaging, no chasing vendor sites.

Start free 30-day trial

No credit card required.

About

Oracle Linux combines the fundamental building blocks of modern IT infrastructure: operating system, containers, and virtualization into one integrated offering. Oracle Linux provides the reliability, scalability, security, and performance to run demanding SaaS, PaaS, and traditional enterprise workloads.

For application developers who want to run Linux software on a Windows environment, and use Windows apps and Linux tools on the same set of files, Oracle Linux is an ideal choice. Oracle Linux is easy to download and completely free to use, distribute, and update.

With Oracle Linux you can standardize on an open, hardware-neutral infrastructure with nonrestrictive contracts and flexible enterprise-class support options. Oracle Linux Support offers access to award-winning Oracle support resources and Linux support specialists, at a low cost.

This app installs Oracle Linux 8 Update 10 for the Windows Subsystem for Linux (WSL) on Windows. Launch this app by typing “oraclelinux810” on the command prompt, or by clicking the Oracle Linux 8.10 tile in the Windows 10 Start Menu. To install Oracle Linux updates, please run a yum update in the Oracle Linux Terminal.

Windows System Installation Prerequisites

Please note: WSL is not supported by Windows 10 in "S Mode."

Windows 10 - Build 19041.0 or higher

To find the version and build number, right-click Start and select Settings > System > About. Your OS build is under Windows Specification.

WSL must be enabled as a Windows Feature:

1. In the Search box on the Windows 10 task bar, type “Turn Windows features on or off”

2. Select the "Windows Subsystem for Linux" checkbox in the newly opened Windows Features window.

3. Reboot

Alternatively:

1. Run Windows PowerShell as an administrator and enter the following as a single command:

Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux

2. Reboot

Download Oracle Linux 8 Update 10 for the Windows Subsystem for Linux (WSL) on Windows from the Windows App Store.

- Follow the directions to set up Oracle Linux.

To run Oracle Linux 8.10

Launch the app by typing “oraclelinux810” on the command prompt, or by clicking Oracle Linux 8.10 in the Windows 10 Start Menu.

To Update Oracle Linux 8.10

To install Oracle Linux updates, run a yum update in the Oracle Linux Terminal.

- sudo yum update

Installers · v8.10.0.0

ArchitectureTypeScopeInstallDownload
x64APPX-Direct

Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.

Security

No known CVEs for Oracle Linux 8.10.

Coverage is best-effort and depends on a winget package mapping to an NVD CPE entry. Absence here is not a guarantee of safety.

Related apps

  • Oracle Linux 7.9Oracle America, Inc.
    Oracle.OracleLinux.7.9v7.9.2.0

    Easily run Oracle Linux on your Windows Desktop

  • Oracle Linux 9.5Oracle America, Inc.
    Oracle.OracleLinux.9.5v9.5.0.0

    Easily run Oracle Linux on your Windows Desktop

  • Oracle Linux 9.1Oracle America, Inc.
    Oracle.OracleLinux.9.1v9.1.0.0

    Easily run Oracle Linux on your Windows Desktop

  • Oracle Linux 8.7Oracle America, Inc.
    Oracle.OracleLinux.8.7v8.7.0.0

    Easily run Oracle Linux on your Windows Desktop

  • Windows Subsystem for LinuxMicrosoft Corp.
    Microsoft.WSLv2.7.13

    A feature of Windows that allows you to run a Linux environment on your Windows machine, without the need for a separate virtual machine or dual booting.

  • Windows TerminalMicrosoft Corporation
    Microsoft.WindowsTerminalv1.24.11911.0

    The new Windows Terminal, a tabbed command line experience for Windows.

More from Oracle America, Inc. or browse distro, linux, wsl.

Frequently asked questions

How do I install Oracle Linux 8.10 on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id Oracle.OracleLinux.8.10 --exact --version 8.10.0.0. winget downloads the installer from Oracle America, Inc. and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install Oracle Linux 8.10 silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id Oracle.OracleLinux.8.10 --exact 8.10.0.0 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
What are the silent install switches for Oracle Linux 8.10?
Oracle Linux 8.10 uses APPX. APPX packages install silently by default - no switches are needed (Add-AppxPackage -Path .\OracleLinux_8.10-250708.Appx).
How do I uninstall Oracle Linux 8.10 via winget?
Run: winget uninstall --id Oracle.OracleLinux.8.10 --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from Oracle Linux 8.10's Apps & Features entry.
Is Oracle Linux 8.10 free?
Oracle Linux 8.10 is distributed under Freeware. Refer to the publisher (https://www.oracle.com/linux/) for the full license terms - Wingetly itself does not charge for installation.
Does Oracle Linux 8.10 work on Windows 10?
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls Oracle Linux 8.10 directly from the publisher.
How do I keep Oracle Linux 8.10 up to date?
Run winget upgrade --id Oracle.OracleLinux.8.10 --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of Oracle Linux 8.10 from microsoft/winget-pkgs.