Received: from mail-wr1-f53.google.com (mail-wr1-f53.google.com [209.85.221.53]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 6B1BC781AA3 for ; Fri, 27 Nov 2020 10:52:22 +0000 (UTC) Received: by mail-wr1-f53.google.com with SMTP id e7so5104872wrv.6 for ; Fri, 27 Nov 2020 02:52:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:content-transfer-encoding:mime-version:subject:date:references :to:in-reply-to:message-id; bh=MxdWVlclMZXgzOMR6HAkZYKnieSiqhbn3SYBKsIdSLo=; b=BXnI9kuj5nhc8K9sXsBWr3xxSUVtU6rCpw7ioB29wcHM0MccniwMEbRREDsTXwVj5L MkaFWjC+QvTsMEQ320yKl+Rug3WTJs1AqkJajGBU16ydt718I8Rsf4BBgPwRBdMm+qEM 2H0QvKDbftzgYZW/a6+ogrFGMgPGXKshd9G9/VmaYj4n1Oj/9GrUpQFjMXbPdMn1/Ygh 4Z1/fLPjiizNVN/c3PiNvnkOKqD+qFDaqhkcAAk2T6BSAwmB4iqBAgYC3Kg1FxszaIdz fsVmrAMJsovetRhhA8tRP+CRieWRvLhwDgrRWADXAORsG66j95dwQeSsUf6CwS3sQLsf 0n9Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:content-transfer-encoding:mime-version :subject:date:references:to:in-reply-to:message-id; bh=MxdWVlclMZXgzOMR6HAkZYKnieSiqhbn3SYBKsIdSLo=; b=shJ88INUcIF5VnniXY9DGhaeJtjp8cvZMCFikWkSYotKZrHAaXHsguHPN94lweFhAm Slf1AQzM8z+dM/OdMErpBiF7C3HlDipu9c32k9HPLJytutIfF0pDmzQdiZkGChVkFM1v VV7VDuARUlqk0qnzeTGiP631GTpJSj0aEoZrOrvUadFslNr0UlBoxG/owu+YlJcxHugu 1ea5sJOtVfV4Zv5ULidbtmGli9O2CwdXjAEfMAIaleh91hnYAPbp6nnWW4wZCYuuGpT6 uug4m3ZfGT1ST88+2WvyqtQnKI8kcNDltRQcJmK9LOtfFjk0JdKlkACRf6EeuymmqM6U P7bQ== X-Gm-Message-State: AOAM530iabAoDKmi9/9gROxMAcFJNri/i0HRma3gmo+rJHZVf39MeAue kA3i0fjhufYYxnsxXpNoFkY= X-Google-Smtp-Source: ABdhPJwEc4/ZlRNc2ICN5w5bDj9EP/Xkg0lWZRx3BYsGIysfJrNFhKoJcT1yP7lpUgZMTIsT2LarjA== X-Received: by 2002:a5d:4087:: with SMTP id o7mr9320089wrp.27.1606474341733; Fri, 27 Nov 2020 02:52:21 -0800 (PST) Received: from axiom.lan ([95.151.131.50]) by smtp.gmail.com with ESMTPSA id c9sm13044716wrp.73.2020.11.27.02.52.20 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Fri, 27 Nov 2020 02:52:21 -0800 (PST) From: Thomas Reid Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Mac OS X Mail 14.0 \(3654.20.0.2.21\)) Subject: Re: no xterm? Date: Fri, 27 Nov 2020 10:52:20 +0000 References: To: Riccardo Mottola , alpine-user In-Reply-To: Message-Id: X-Mailer: Apple Mail (2.3654.20.0.2.21) Hi, You will find that xterm is in the community repo. > http://dl-8.alpinelinux.org/alpine/v3.12/main > http://dl-4.alpinelinux.org/alpine/v3.12/main > #http://dl-8.alpinelinux.org/alpine/v3.12/community You will have to enable the community repo, which is currently commented out. Uncomment it, run `apk update` and then you should be able to install. All the best, Tom