


OpenSUSE Leap 15.5 system release: supports KDE Plasma 5.27 LTS, Xfce 4.18 desktop environment
News on June 8th, the openSUSE project today released openSUSE Leap 15.5, which is the latest stable version of the openSUSE variant.
OpenSUSE Leap 15.5 is launched exactly one year after openSUSE Leap 15.4. It is built on the binary package of the SUSE Linux Enterprise 15 SP5 operating system, equipped with the same Linux 5.14 kernel as Leap 15.4, but with the addition of drivers. to provide better hardware support.
The openSUSE Project compared the Linux 5.14 kernel included in openSUSE Leap 15.5 with the upstream Linux 6.0 kernel series, saying that the biggest change is in the GPU driver, supporting AMD Radeon RX 7600, AMD Radeon RX 7900 XT /XTX, new graphics cards such as Intel ARC A380, Intel Arc A750 and Intel Arc A770.
Per NVMe-oF boot specification 1.0, openSUSE Leap 15.5 comes pre-installed with support for installing and booting distributions from NVM Express over Fabrics (NVMe-oF) over TCP transport.
"This allows for flexible creation and orchestration of diskless clients in SAN environments using the latest NVMe-oF technology. This feature requires system UEFI BIOS support with the network and NVMe-oF targets configured. Firmware usage This information is used to boot the kernel. The operating system obtains the configuration information from the firmware and uses it to mount the root file system via NVMe-oF," the openSUSE project said.
In terms of software, openSUSE Leap 15.5 comes with the latest KDE Plasma 5.27 LTS desktop environment series, and the latest Xfce 4.18 desktop environment series. For GNOME desktop fans, this version still uses the GNOME 41 series from openSUSE Leap 15.4.
This version does not feature some of the latest and greatest GNU/Linux technologies, such as openSUSE Tumbleweed. It comes with dnf 4.10.0 package manager, systemd 249.10 init system, Mesa 22.3.5 graphics stack, as well as sudo 1.9.9, AppArmor 3.0.4, Perl 5.26.1, Python 3.6.15 (also supports Python 3.9, 3.10 and 3.11), Ruby 2.5, Go 1.17, Podman 4.4.4, CRI-O 1.22.0 and containerd 1.6.19.
IT Home attaches openSUSE Leap 15.5 official website download (Click this link), which can be used as a live ISO image with pre-installed KDE Plasma, GNOME and Xfce desktop environments, as well as the Rescue version and Install the image offline.
Like previous releases, openSUSE Leap 15.5 supports 64-bit desktops, PowerPC (ppc64le) servers, UEFI ARM 64-bit (AArch64) desktops, laptops, SBCs and servers, and IBM System z and LinuxONE (s390x) servers. For users who want to virtualize openSUSE Leap, a virtual machine image can also be downloaded.
The openSUSE Project also announced this week plans to release another minor version of Leap 15, openSUSE Leap 15.6, which is expected to be available in early June 2024.
The above is the detailed content of OpenSUSE Leap 15.5 system release: supports KDE Plasma 5.27 LTS, Xfce 4.18 desktop environment. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics











The five basic components of the Linux system are: 1. Kernel, 2. System library, 3. System utilities, 4. Graphical user interface, 5. Applications. The kernel manages hardware resources, the system library provides precompiled functions, system utilities are used for system management, the GUI provides visual interaction, and applications use these components to implement functions.

To view the Git repository address, perform the following steps: 1. Open the command line and navigate to the repository directory; 2. Run the "git remote -v" command; 3. View the repository name in the output and its corresponding address.

To install Laravel, follow these steps in sequence: Install Composer (for macOS/Linux and Windows) Install Laravel Installer Create a new project Start Service Access Application (URL: http://127.0.0.1:8000) Set up the database connection (if required)

Installing Git software includes the following steps: Download the installation package and run the installation package to verify the installation configuration Git installation Git Bash (Windows only)

There are many ways to customize a development environment, but the global Git configuration file is one that is most likely to be used for custom settings such as usernames, emails, preferred text editors, and remote branches. Here are the key things you need to know about global Git configuration files.

Docker is important on Linux because Linux is its native platform that provides rich tools and community support. 1. Install Docker: Use sudoapt-getupdate and sudoapt-getinstalldocker-cedocker-ce-clicotainerd.io. 2. Create and manage containers: Use dockerrun commands, such as dockerrun-d--namemynginx-p80:80nginx. 3. Write Dockerfile: Optimize the image size and use multi-stage construction. 4. Optimization and debugging: Use dockerlogs and dockerex

Analysis of memory leak phenomenon of Java programs on different architecture CPUs. This article will discuss a case where a Java program exhibits different memory behaviors on ARM and x86 architecture CPUs...

Git is a distributed version control system designed to track code changes and allow collaborative development. It enables developers to document project evolution, manage code merges, and maintain project history in an efficient and secure way. Through Git's distributed architecture, each developer has a complete copy of the project and performs common version control operations without communicating with a central server.
