Alpine Linux 3.19 released with Linux Kernel 6.6, GNOME 45, and Raspberry Pi 5 support

Alpine Linux 3.19 released with Linux Kernel 6.6, GNOME 45, and Raspberry Pi 5 support

Alpine Linux, a security-focused, lightweight Linux distribution, has announced the release of its version 3.19. The latest iteration brings a host of new features, improvements, and bug fixes.

The 3.19 version delivers support for Linux Kernel 6.6 and incorporates GCC 13.2 as the default compiler. It also includes LLVM 17, Node.js 20.10, PostgreSQL 16, Go 1.21, PHP 8.3, Rust 1.72, OpenJDK 21, Perl 5.38, and more.

Desktop users of Alpine Linux who prefer GNOME can take advantage of the GNOME 45 update, and KDE users will find the distribution now includes KDE Applications 23.08 and KDE Frameworks 5.112.

In addition to these updates, version 3.19 introduces support for Raspberry Pi 5. The update also brings a range of smaller changes and enhancements, adding further to the capabilities of this lightweight Linux distribution.

by Paul

  • ...

Alpine Linux is a security-oriented, lightweight operating system. This Linux distribution is constructed on musl libc and busybox, contributing to its compact size. It is highly rated at 4.5 for its focus on security and privacy. Notable alternatives to Alpine Linux include Ubuntu, Tails, and Qubes OS.

Comments

linuxplayer
0

Alpine is not a rolling release ?

2 replies
michalciania

No, unless you enable edge repository. Upgrading a release is very close to daily system update: You just need to replace a repository source in /etc/apk/repositories (e.g. from v3.18 → v3.19), then regular apk update && apk upgrade -a.

linuxplayer

Feels like a Debian way of upgrading, does it works flawlessly thought ?

Gu