Received: from mx1.riseup.net (mx1.riseup.net [198.252.153.129]) by gbr-app-1.alpinelinux.org (Postfix) with ESMTPS id CF2992239FB for <~alpine/users@lists.alpinelinux.org>; Mon, 4 Aug 2025 08:56:56 +0000 (UTC) Received: from fews04-sea.riseup.net (fews04-sea-pn.riseup.net [10.0.1.154]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mx1.riseup.net (Postfix) with ESMTPS id 4bwVmQ34WtzDqFv for <~alpine/users@lists.alpinelinux.org>; Mon, 4 Aug 2025 08:56:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1754297814; bh=ygV7CpG8zIdlULtVbuoIXDQixrEQpSpRyVk9lxBdNXU=; h=Subject:From:To:Date:In-Reply-To:References:From; b=mAOyzPTCg5KQtmqgxU7KwuTt5WSUdqyx6lHsgBpYJNjiHvwtsMkW/F+/0P0fAno54 rpnvyOUBNyv5Ax6MaAaP1rRlRE5LdWQGmMIADHmYUAsIaTEymx5RK39qPlSsCou60g qb/vOz3wIkimCncHyprTAe3rB2w3bZQTaZcKLcro= X-Riseup-User-ID: D82A6CE3B8526C882162C9CBEF30AFD7420EDDFFC3808F5AC9FE348D4A6D2D15 Received: from [127.0.0.1] (localhost [127.0.0.1]) by fews04-sea.riseup.net (Postfix) with ESMTPSA id 4bwVmM6dQ7z5wcW for <~alpine/users@lists.alpinelinux.org>; Mon, 4 Aug 2025 08:56:51 +0000 (UTC) Message-ID: Subject: Re: Thinking about using Alpine edge on my desktop, how stable is it? From: Ralf Mardorf To: ~alpine/users@lists.alpinelinux.org Date: Mon, 04 Aug 2025 10:56:48 +0200 In-Reply-To: References: <5297f63e-53ba-4591-837b-aac9436cb4d9@camelia.dev> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 On Mon, 2025-08-04 at 07:59 +0000, Sertonix wrote: > I came from Arch to Alpine (edge) on my desktop and consider them > similar. Hi, I use Arch Linux for my daily desktop PC tasks and have also installed Alpine on this Linux-multi-boot desktop PC. The only thing Alpine and Arch have in common is that they are both user-centric rather than user- friendly. Let's take BusyBox, "The Swiss Army knife of Embedded Linux", as an example. For good reason, you don't usually use a Swiss Army knife when eating at a restaurant or at home at the kitchen table. The rolling release approach is also completely different in Arch than in Alpine, which must also be taken into account with regard to the OP's question. A computer that needs to be stable for productive work, but is only intended for a computer geek and not for inexperienced employees, can use Arch, otherwise, you would even have to use an LTS major distro. However, Alpine edge cannot even be compared to the rolling release approach of Arch. There are various reasons for this, but apart from the kind of quality management, something as simple as the use of glibc and systemd makes direct appling of the software from upstream way easier, so potentially safer and more stable. Regards, Ralf