The official version of OpenMandriva ROME 24.07 is now released! This latest version has been improved on the basis of the candidate version, updated the packages to provide the latest and safest experience for end users and developers.
Table of contents
- KDE Plasma 6 is used by default
- Versions and variants
- Enhanced MS Windows Compatibility
- OM-Welcome, a centralized configuration tool
- Software Update
- Security and Privacy
- AMD ROCm and Krita AI plug-ins
- Developers and Packaging
- Declarative build function
- Development Tools
- Future version
- Upgrade OpenMandriva ROME 24.07
- download
Main desktop environment changes
KDE Plasma 6 is used by default
ROME 24.07 uses KDE Plasma 6 as the desktop environment by default, providing a modern and intuitive user experience.
Versions and variants
In addition to the default Plasma 6 desktop, users can use other versions, including LXQt 2.0.0 (Qt6) and GNOME 46.3 .
A special ROME Plasma6 Wayland ISO version is also provided, but it should be noted that for most users, Wayland is not yet mature enough to replace X11 as the default desktop environment.
Users should note that the Wayland ISO image may not run in VirtualBox and will usually boot to a black screen. However, it works well in most hardware and QEmu using KVM .
Enhanced MS Windows Compatibility
OpenMandriva now provides improved options for running Windows applications.
The standard Wine Windows emulator is still available. Proton and Proton-experimental (usually used for Windows games in Steam) are now packages for OpenMandriva. This is the first time Proton is available outside of Steam without non-free code.
OM-Welcome, a centralized configuration tool
OM-Welcome , this new startup and configuration tool, combines the functions of oma-welcome and om-control-center , provides a convenient and integrated starting point for configuring the system and installing the software.
Software Update
OpenMandriva ROME 24.07 contains the latest version of popular software, including:
- Linux kernel 6.10 (built with Clang)
- KDE Plasma Desktop 6.1.3
- KDE Application 24.05.2
- KDE Framework 6.4
- Qt 6.7.2
- LibreOffice 24.2.5, integrating Qt 6 and Plasma 6
- Chromium Browser 126.0.6478.182 (Patched to disable Google spyware and re-enable JPEG-XL support)
- Firefox 128.0 (patched to disable data collection)
- Falkon 24.05.2
Security and Privacy
OpenMandriva prioritizes security and privacy by promptly resolving vulnerabilities and disabling spyware in your browser.
AMD ROCm and Krita AI plug-ins
This release adds support for AMD ROCm technology for compatible graphics cards and includes an AI image generation plug-in for Krita .
Developers and Packaging
Declarative build function
OpenMandriva introduces a new rpm declarative build feature that simplifies the build/installation instructions for many packages. This feature supports common build systems such as cmake , meson , autotools , and python .
Development Tools
Updated development tools include:
- LLVM/Clang 18.1.8
- GCC 14.1.0
- Glibc 2.39
- Systemd 255.7
- Mesa 24.1.4
Future version
Versions of various aarch64 devices will be available soon. The developers are also developing RISC-V ports, which are expected to be released in the next release.
Upgrade OpenMandriva ROME 24.07
To perform a complete update after installation, open the terminal and run the following command:
<code>sudo dnf clean all; dnf clean all; dnf repolist sudo dnf --refresh --allowerasing distro-sync</code>
For detailed instructions and known issues, visit the Release Notes and Errata pages.
download
New users can download OpenMandriva ROME 24.07 from SourceForge.
Have you tried the latest OpenMandriva? Very good! Please share your experience in the comment section below.
You can also share your impressions and report questions on the official forum (if any).
If there are any serious problems, submit a bug report.
resource:
The above is the detailed content of OpenMandriva ROME 24.07 Released With Linux Kernel 6.10. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undress AI Tool
Undress images for free

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

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

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

LXD is described as the next-generation container and virtual machine manager that offers an immersive for Linux systems running inside containers or as virtual machines. It provides images for an inordinate number of Linux distributions with support

R is a widely-used programming language and software environment designed for developing statistical and graphical computing tools within data science. It closely resembles the S programming language and environment, with R serving as an alternative

Firefox browser is the default browser for most modern Linux distributions such as Ubuntu, Mint, and Fedora. Initially, its performance might be impressive, however, with the passage of time, you might notice that your browser is not as fast and resp

Clear Linux OS is the ideal operating system for people – ahem system admins – who want to have a minimal, secure, and reliable Linux distribution. It is optimized for the Intel architecture, which means that running Clear Linux OS on AMD sys

Do you sometimes share your Linux desktop with family, friends, or coworkers? If so, you may want to hide some personal files and folders. The challenge is figuring out how to conceal these files on a Linux system.In this guide, we will walk through

The key steps for creating a self-signed SSL certificate are as follows: 1. Generate the private key, use the command opensslgenrsa-outselfsigned.key2048 to generate a 2048-bit RSA private key file, optional parameter -aes256 to achieve password protection; 2. Create a certificate request (CSR), run opensslreq-new-keyselfsigned.key-outselfsigned.csr and fill in the relevant information, especially the "CommonName" field; 3. Generate the certificate by self-signed, and use opensslx509-req-days365-inselfsigned.csr-signk

Decompress the .zip file on Windows, you can right-click to select "Extract All", while the .tar.gz file needs to use tools such as 7-Zip or WinRAR; on macOS and Linux, the .zip file can be double-clicked or unzip commanded, and the .tar.gz file can be decompressed by tar command or double-clicked directly. The specific steps are: 1. Windows processing.zip file: right-click → "Extract All"; 2. Windows processing.tar.gz file: Install third-party tools → right-click to decompress; 3. macOS/Linux processing.zip file: double-click or run unzipfilename.zip; 4. macOS/Linux processing.tar

Logs in Linux systems are usually stored in the /var/log directory, which contains a variety of key log files, such as syslog or messages (record system logs), auth.log (record authentication events), kern.log (record kernel messages), dpkg.log or yum.log (record package operations), boot.log (record startup information); log content can be viewed through cat, tail-f or journalctl commands; application logs are often located in subdirectories under /var/log, such as Apache's apache2 or httpd directory, MySQL log files, etc.; at the same time, it is necessary to note that log permissions usually require s
