Received: from out.migadu.com (out.migadu.com [91.121.223.63]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 2A773781D67 for <~alpine/users@lists.alpinelinux.org>; Tue, 3 Mar 2020 14:18:47 +0000 (UTC) Received: (Migadu outbound); Tue, 03 Mar 2020 14:18:46 +0000 Authentication-Results: out.migadu.com; auth=pass (plain) Received: from wms0-eu-central.migadu.com (wms0-eu-central.migadu.com [139.162.159.86]) by out.migadu.com (Haraka/2.8.16) with ESMTPSA id A0ACA243-EA7C-41B6-8CBD-D6332CDF9793.1 envelope-from (authenticated bits=0) (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 verify=FAIL); Tue, 03 Mar 2020 14:18:41 +0000 MIME-Version: 1.0 Date: Tue, 03 Mar 2020 14:18:41 +0000 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Mailer: RainLoop/1.12.1 From: "Ariadne Conill" Message-ID: Subject: Re: getting back to latest stable after upgrading to edge To: "Tony Hunter" , ~alpine/users@lists.alpinelinux.org In-Reply-To: <1583239260.4709.1.camel@gmail.com> References: <1583239260.4709.1.camel@gmail.com> DKIM-Signature: v=1;a=rsa-sha256;bh=UDifztS9F5rdqr+7huSt0ai1NbjrwbDZ2znQTVTDVCc=;c=relaxed/simple;d=dereferenced.org;h=from:subject:date:to;s=default;b=VF+K2aNOX3XFo20FF2Wqd+su4jvr6T/7kJMzKY/O3FAGHfAVRcy6Yh1KB6Ag3lN4Tx2X8M0CsaOPpIEXpFEL1Eqzmow98k7hvrb47tsZY7PaPLD3VLTihetzmEjh7Eu7EdS8upE3jBYKANFLEPEzUxR+wyytG1J9W03wTeG7C14= Hello,=0A=0AOn March 3, 2020 6:41 AM, "Tony Hunter" wr= ote:=0A=0A> I've an older laptop that had alpine v3.3 installed and which= I tried=0A> to upgrade to latest-stable. This didn't work, giving many= =0A> 'unsatisfiable contraints' error messages. So then I tried upgrading= to=0A> v3.4, then 3.5 and so on until I got to v3.9. That worked fine bu= t on=0A> further attempted upgrades I was back to the 'unsatisfiable cont= raints'=0A> error messages.=0A> =0A> Ultimately searching and finding no = resolution to these errors, I=0A> upgraded the system fully to edge. This= has worked in the sense of no=0A> more package conflicts. Is there a sim= ple way to get back to latest-=0A> stable? Can I simply edit /etc/apk/rep= ositories changing edge to=0A> latest-stable and eventually I'll find the= system at a stable version?=0A=0AYes, that is correct. You can just edi= t the repositories file, then do=0A`apk upgrade --available` and it will = force your system's installed=0Apackage set to be aligned with what is in= the repositories.=0A=0AAriadne