From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id SPwzBd3W/F7/UgAA0tVLHw (envelope-from ) for ; Wed, 01 Jul 2020 18:33:01 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id YPb4AN3W/F4WOQAAbx9fmQ (envelope-from ) for ; Wed, 01 Jul 2020 18:33:01 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 94AF19402D1 for ; Wed, 1 Jul 2020 18:33:00 +0000 (UTC) Received: from localhost ([::1]:52380 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jqhXX-0006s5-JZ for larch@yhetil.org; Wed, 01 Jul 2020 14:32:59 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:46064) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jqhWt-0006Iz-7u for help-guix@gnu.org; Wed, 01 Jul 2020 14:32:19 -0400 Received: from tobias.gr ([2a02:c205:2020:6054::1]:55368) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jqhWq-0005Il-M5 for help-guix@gnu.org; Wed, 01 Jul 2020 14:32:18 -0400 Received: by tobias.gr (OpenSMTPD) with ESMTP id 37b0e292; Wed, 1 Jul 2020 18:32:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=tobias.gr; h=date:from :subject:to:cc:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; s=2018; i=me@tobias.gr; bh=3yN+wUNi+o6jsp5r6Rqqa6UhxnLHmuyjvlrG6Cz8/Ns=; b=B4DlPVurW8tw 5N86QchfL5NAtYShtdgQPg83Gf0JeGBusotqaMVA5h0ErKKxpSIBqoAMhJYAt5Jl WDHoeJPqE3L8wPjZXwuRnw1N5DRHeKqhznx071BuS4ExuwOS5i4o9wS36uVZfH5k HLhFGb25z7RFzcuKxj0urHlGrhwrytbVN7b5Ms5AARB1cfeJxxqqsnRp4dusJNM4 zqHjbkknC5TQLsZK0q5o2CqBu7nVcHg2ri0N5SqdgLnyPSl8fKhLFtKm8EcSztmb X62k3D57raGMpNvtT58LMg6t9oWMDd/b/uzgk4GuPsBoi3brrw1aXE8QsIboCkwR gNogdry/5w== Received: by submission.tobias.gr (OpenSMTPD) with ESMTPSA id a9342664 (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO); Wed, 1 Jul 2020 18:32:18 +0000 (UTC) Date: Wed, 01 Jul 2020 20:32:05 +0200 From: Tobias Geerinckx-Rice Subject: Re: Guix package manager installation error on Xubuntu 20.04 To: Julien Lepiller Cc: Zelphir Kaltstahl , help-guix Message-Id: In-Reply-To: References: <6dd82916-1226-3a3c-35b1-19edac34cfa6@posteo.de> X-Mailer: geary/3.36.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=2a02:c205:2020:6054::1; envelope-from=me@tobias.gr; helo=tobias.gr X-detected-operating-system: by eggs.gnu.org: No matching host in p0f cache. That's all we know. X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=_AUTOLEARN X-Spam_action: no action X-BeenThere: help-guix@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+larch=yhetil.org@gnu.org Sender: "Help-Guix" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=pass header.d=tobias.gr header.s=2018 header.b=B4DlPVur; dmarc=pass (policy=reject) header.from=tobias.gr; spf=pass (aspmx1.migadu.com: domain of help-guix-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=help-guix-bounces@gnu.org X-Spam-Score: -1.71 X-TUID: YiGPqQsnsxmN In general, don't 'sudo wget' or 'sudo curl' anything, one never knows.=20 curl | sudo bash securely like a responsible person. On Wed, Jul 1, 2020 at 14:29, Julien Lepiller =20 wrote: > Le 1 juillet 2020 14:11:21 GMT-04:00, Tobias Geerinckx-Rice=20 > a =C3=A9crit : >> [Sorry for top-posting, I'm trapped in a GUI and can't get out.] >>=20 >> Zelphir, >>=20 >> You're running the script as root, so you need to 'sudo gpg' >> accordingly. >>=20 >> If that fixes your problem, I'll edit the script to include it. >>=20 >> On Wed, Jul 1, 2020 at 19:51, Zelphir Kaltstahl >> wrote: >>> user@user-ThinkPad-T470s:~/Downloads$ wget >>> https://sv.gnu.org/people/viewgpg.php?user_id=3D15145 -qO - | gpg >>> --import - >>> gpg: key 090B11993D9AEBB5: 129 signatures not checked due to=20 >>> missing >>> keys >>> gpg: key 090B11993D9AEBB5: "Ludovic Court=C3=A8s " not >>> changed >>> gpg: key 090B11993D9AEBB5: "Ludovic Court=C3=A8s > gpg: unchanged: 2 >>> >" not changed >>> gpg: Total number processed: 2 >=20 > Make sure to run wget =E2=80=A6 | sudo gpg =E2=80=A6, don't put sudo befo= re wget=20 > or you'll download the file as root and import the key as a normal=20 > user, which is useless :)