Oracle Linux Version 9 – ist als offizielle Distribution im Windows Subsystem für Linux (WSL) in der aktuellsten Version 2.4.4 vorhanden

Windows PowerShell
Copyright (C) Microsoft Corporation. Alle Rechte vorbehalten.
Installieren Sie die neueste PowerShell für neue Funktionen und Verbesserungen! https://aka.ms/PSWindows
PS C:\Users\Administrator> wsl –version
WSL-Version: 2.4.4.0
Kernelversion: 5.15.167.4-1
WSLg-Version: 1.0.65
MSRDC-Version: 1.2.5620
Direct3D-Version: 1.611.1-81528511
DXCore-Version: 10.0.26100.1-240331-1435.ge-release
Windows-Version: 10.0.26100.2161

PS C:\Users\Administrator>
PS C:\Users\Administrator> wsl –list –online
Nachstehend finden Sie eine Liste der gültigen Distributionen, die installiert werden können.
Führen Sie die Installation mithilfe des Befehls „wsl.exe –install <Distro>“ aus.
NAME FRIENDLY NAME
Ubuntu Ubuntu
Debian Debian GNU/Linux
kali-linux Kali Linux Rolling
Ubuntu-18.04 Ubuntu 18.04 LTS
Ubuntu-20.04 Ubuntu 20.04 LTS
Ubuntu-22.04 Ubuntu 22.04 LTS
Ubuntu-24.04 Ubuntu 24.04 LTS
OracleLinux_7_9 Oracle Linux 7.9
OracleLinux_8_7 Oracle Linux 8.7
OracleLinux_9_1 Oracle Linux 9.1
openSUSE-Leap-15.6 openSUSE Leap 15.6
SUSE-Linux-Enterprise-15-SP5 SUSE Linux Enterprise 15 SP5
SUSE-Linux-Enterprise-15-SP6 SUSE Linux Enterprise 15 SP6
openSUSE-Tumbleweed openSUSE Tumbleweed

PS C:\Users\Administrator>
PS C:\Users\Administrator> wsl.exe –install –d OracleLinux_9_1
Wird installiert: Oracle Linux 9.1
Oracle Linux 9.1 wurde installiert.
Oracle Linux 9.1 wird gestartet…
Installing, this may take a few minutes…
Please create a default UNIX user account. The username does not need to match your Windows username.
For more information visit: https://aka.ms/wslusers
Enter new UNIX username: js
Changing password for user js.
New password:
Retype new password:
passwd: all authentication tokens updated successfully.
Installation successful!
[js@ra-w11-01 ~]$
[js@ra-w11-01 ~]$ sudo passwd
We trust you have received the usual lecture from the local System
Administrator. It usually boils down to these three things:
#1) Respect the privacy of others.
#2) Think before you type.
#3) With great power comes great responsibility.
[sudo] password for js:
Changing password for user root.
New password:
Retype new password:
passwd: all authentication tokens updated successfully.

[js@ra-w11-01 ~]$

[js@ra-w11-01 ~]$ su –
Password:

[root@ra-w11-01 ~]#
[root@ra-w11-01 ~]# yum update –security
Last metadata expiration check: 0:06:47 ago on Thu Nov 21 14:35:56 2024.
No security updates needed, but 81 updates available
Dependencies resolved.
Nothing to do.
Complete!

[root@ra-w11-01 ~]#
[root@ra-w11-01 ~]# yum update
Last metadata expiration check: 0:00:30 ago on Thu Nov 21 14:47:22 2024.
Dependencies resolved.
Nothing to do.
Complete!
[root@ra-w11-01 ~]#

Leave a Reply

You must be logged in to post a comment.