SUSE 5585 Published by

The last security patch for openSUSE Leap 15.6 will be removed from the mirrors on April 30, 2026, ending all future updates and leaving systems exposed to new vulnerabilities. After that date, the operating system will no longer receive bug‑fixes or driver support, which can break development workflows that depend on up‑to‑date libraries. The recommended remedy is to upgrade to openSUSE Leap 16.0 using the official zypper tool or a manual reinstall of packages from a saved list, ensuring all kernel modules and proprietary drivers are recompiled for the newer kernel. Prompt action before the EOL date guarantees continued security support and system stability.



OpenSUSE Leap 15.6 Reaches End of Life – Why You Need to Upgrade Now

On April 30, 2026 the last security patch for openSUSE Leap 15.6 will be dropped from the mirrors. From that day forward no more bug‑fixes or updates will hit the repository, leaving systems vulnerable and out of sync with newer hardware drivers.

What’s Happening?

The 15.6 branch is officially hitting its “end‑of‑life” (EOL) milestone. The maintainers have stopped shipping any further updates, so if a malware strain targets a flaw that was only fixed in the last release cycle, your machine will be left exposed.

Why It Matters

A closed system can still run but it won’t receive critical patches. Users who rely on openSUSE for development or daily use often install third‑party packages that depend on updated libraries; those dependencies may break once the base OS stops updating, causing build failures and broken runtime environments. In a few months you could find yourself stranded with an unmaintained kernel that won’t recognize new USB devices or Wi‑Fi adapters.

How to Move to Leap 16.0

The straightforward way is to run the official upgrade tool. First back up the current system because, as a rule, an OS upgrade should be treated like a migration rather than a simple patch.

If the upgrade tool fails, there’s a manual path: export the current list of installed packages with zypper search -i --provides | grep -v '^$' > pkglist.txt, install Leap 16.0 on a fresh partition or VM, and then reinstall packages from that file using sudo zypper in $(cat pkglist.txt). This method is slower but guarantees a clean state.

Common Pitfalls

Many users try to upgrade by simply replacing the /etc/zypp/repos.d directory with the Leap 16.0 version, which can leave dangling references and broken dependencies. Another frequent mistake is overlooking kernel modules: if you’re using proprietary drivers (e.g., NVIDIA), you’ll need to reinstall them after the upgrade because they’re compiled against the older kernel ABI.

Upgrading to openSUSE Leap 16.0 now keeps your system secure, up‑to‑date, and ready for the next wave of hardware. Don’t let an unnoticed EOL notice catch you off guard—make the switch before April 30th.