Received: from mail-qt1-f175.google.com (mail-qt1-f175.google.com [209.85.160.175]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 1AA0578105E for <~alpine/users@lists.alpinelinux.org>; Tue, 3 Mar 2020 12:41:04 +0000 (UTC) Received: by mail-qt1-f175.google.com with SMTP id d22so1284232qtn.0 for <~alpine/users@lists.alpinelinux.org>; Tue, 03 Mar 2020 04:41:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=message-id:subject:from:to:date:mime-version :content-transfer-encoding; bh=MPqnp+jK0aUAP81yL8zK//lczvwsmigez5xZz1cO/nc=; b=LMX0cZ0FuMlgTJ69KPbWetwpez/LI9ykhi7Q/OGFltC9ldqopprmqmFSsanskak0Xk Esyt4cCdIU08ck/dkWt7/u6YtEvvpQyO5xksor5Lhh6uMt5l/ThTjVo64sXilgllyhtW /YLlrSuHOL26nWt+RuhMPViF9iwOWN9W5Mk1T7HCymQtpquu+ITpWR2yGmBcLdUoQ2ue u8CjyRAd4nZUkDJvMJCjpifQayvcDIN7N5URaMBeJsyojTtYKZ1Szdc96pLub787Lylv ifMWTnCJiyR9qWSJMk56aWLLxWp/nCAxWC7u2zKp2v9XEC5pAcEZYB+p/QePEZtgy0OG KMxg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:subject:from:to:date:mime-version :content-transfer-encoding; bh=MPqnp+jK0aUAP81yL8zK//lczvwsmigez5xZz1cO/nc=; b=jwsS8b3gYm9YAqDIx5j6HhLkwky+ZtE240xt80dx3UdK8Y36lv6zxCIkCBSRk45DOV 1VnLDFG7xrvzIzVuBoZsVz4HFJyoak8/i7rD+O/mZ7t9Nr8hkKD8B7qQ7/AEL17RbR9S WpxF/W6rPQlWQnYAAPc5xJp33HTic1Dkkdxa7LubcQedSjH2P1JpF1UggfEm2nvWvRu9 S6Oic22RTYEcuZwhHxO7hJfSQpc0ikkRgGesCIGa8tTEBkXDpd4t+SAx9S3cwUZYH/lM r83gNMjyg5XppRTFpQMZNFZ8jkUzOjy8xuNrP1FfIQDQV3RtzR/x6QV4LzJ2kJDaOyPJ rwng== X-Gm-Message-State: ANhLgQ2cXXDTDn6kZ160RRkAkmY0F3VKjOGzFRfM8uArmV2Z4vvP/2cV dg2kHKn4RkptvMsVmwdGvgvi8vv2zgY= X-Google-Smtp-Source: ADFU+vt+2RSXDpnTwXg1AKZNeR0n/X7sH0UzzFmOJImbON9rhOdNiVrvNH1TfLfDOi2ns2nnQbiQcw== X-Received: by 2002:ac8:6909:: with SMTP id e9mr4157187qtr.324.1583239262371; Tue, 03 Mar 2020 04:41:02 -0800 (PST) Received: from t430 (chtwpe0118w-47-54-216-11.dhcp-dynamic.fibreop.pei.bellaliant.net. [47.54.216.11]) by smtp.gmail.com with ESMTPSA id q1sm4523606qtp.81.2020.03.03.04.41.01 for <~alpine/users@lists.alpinelinux.org> (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 03 Mar 2020 04:41:02 -0800 (PST) Message-ID: <1583239260.4709.1.camel@gmail.com> Subject: getting back to latest stable after upgrading to edge From: Tony Hunter To: ~alpine/users@lists.alpinelinux.org Date: Tue, 03 Mar 2020 08:41:00 -0400 Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.22.6-1+deb9u2 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit I've an older laptop that had alpine v3.3 installed and which I tried to upgrade to latest-stable. This didn't work, giving many 'unsatisfiable contraints' error messages. So then I tried upgrading to v3.4, then 3.5 and so on until I got to v3.9. That worked fine but on further attempted upgrades I was back to the 'unsatisfiable contraints' error messages. Ultimately searching and finding no resolution to these errors, I upgraded the system fully to edge. This has worked in the sense of no more package conflicts. Is there a simple way to get back to latest- stable? Can I simply edit /etc/apk/repositories changing edge to latest-stable and eventually I'll find the system at a stable version?