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 ms0.migadu.com with LMTPS id aLFlNR9jwmHDNwAAgWs5BA (envelope-from ) for ; Wed, 22 Dec 2021 00:28:31 +0100 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 QAQXMR9jwmH2WwAAbx9fmQ (envelope-from ) for ; Tue, 21 Dec 2021 23:28:31 +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 738F9A4CE for ; Wed, 22 Dec 2021 00:28:31 +0100 (CET) Received: from localhost ([::1]:41960 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mzoYY-0000td-M1 for larch@yhetil.org; Tue, 21 Dec 2021 18:28:30 -0500 Received: from eggs.gnu.org ([209.51.188.92]:48338) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mzoY7-0000mU-Es for help-guix@gnu.org; Tue, 21 Dec 2021 18:28:04 -0500 Received: from [2a00:1450:4864:20::436] (port=46995 helo=mail-wr1-x436.google.com) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mzoY5-0008Oa-1Q for help-guix@gnu.org; Tue, 21 Dec 2021 18:28:03 -0500 Received: by mail-wr1-x436.google.com with SMTP id i22so1028113wrb.13 for ; Tue, 21 Dec 2021 15:28:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-transfer-encoding; bh=CHPzdygvlp4srfU7pf4gddCN3DdhazG652AuYodoYcM=; b=BfkHaN1m4e957hlMTGsR9YkFaExmT6DrA2E/GLwS4TDb0sfOsBmnh14mhFMHXeaUmJ CIfcMr+Xa//ppJpc3MgaUIlnTV4IIYxy+zbINrTYffnbFzLkA5Q0lo0nSr3N94+SGtHS 3VdDK2iFO1a66jIycsp/mTWB3H1X8IsuRHw3iO2If4t2T9XebMQlxbfhc2PS4H1ayibp 7cPklD2zuQhtVfUN+/zeHy4UV/nNqKaSDUxcVoLcTeij6fqmKslsd5YdUmu8kRByPHfM a411to5wKLBoUMqDPWlzp56V7SoW2SrD6rk2Nqw3kkykfBXhEmdUe+wfCjJOdGaetGmv TVIA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-transfer-encoding; bh=CHPzdygvlp4srfU7pf4gddCN3DdhazG652AuYodoYcM=; b=VD4EHs1woXPe+zjYWZ8pghTBFU3KVgRy4JxWGAgEfqzIz9ChgbRFMz6F/MT4kKR4Kf 1WHyuPgPZPkT8hV33OT9c6dZ2pKkph1ymhqSq07zfedxc+HutpyEuCjLstsehIGJGIX3 HgXdkv+W49ijwgNZSSOuFemTtTa7zub7IgKId6sKir6A++uVl6khNfYmP9JvdWizcnft AJxVUF+7n/D9S6dxj6UVyhNyTMLy7U9yP0KJVqeJef/Bv7bIDvdOBKa5UJkDfRQ+7xYQ /NsQJl0HR93MmERzOus/yIDD9YeJYSKnIEyi3n9jpRxYgSzVzx7C6AU96x+0IZVUZT6O l4AQ== X-Gm-Message-State: AOAM533mfnEi0Kr02ktHFHKFlYhPLGVBD5/i8QGPMQR4+IkwWVCzl6b4 W+KFVho+CNtbxR2lmS6D3O58EImt7sw= X-Google-Smtp-Source: ABdhPJyfuNPTMedWjMCq3DuKxsCDOR6r/j6LIGPsyhudFbT+rdTphU7w20ymij1ylvH6NmlIkGP2mw== X-Received: by 2002:adf:dc52:: with SMTP id m18mr270391wrj.216.1640129279415; Tue, 21 Dec 2021 15:27:59 -0800 (PST) Received: from guix-xps13 ([2001:818:daa9:6700:462d:384e:6de8:4a1c]) by smtp.gmail.com with ESMTPSA id i4sm3554049wmd.34.2021.12.21.15.27.58 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 21 Dec 2021 15:27:59 -0800 (PST) From: =?utf-8?Q?Andr=C3=A9_A=2E_Gomes?= To: Remco Subject: Re: Run .deb or .rpm packages References: <87tufjp10l.fsf@gmail.com> <87fsr382nb.fsf@disroot.org> <87ilvyq3qn.fsf@gmail.com> <3124813D-244F-4060-AA72-8778D3B612E2@lepiller.eu> <8735n2q2m0.fsf@gmail.com> <87sfv2x1sd.fsf@rwv.io> Date: Tue, 21 Dec 2021 23:27:58 +0000 In-Reply-To: <87sfv2x1sd.fsf@rwv.io> (Remco's message of "Wed, 08 Dec 2021 21:46:42 +0100") Message-ID: <87y24dpmgx.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Host-Lookup-Failed: Reverse DNS lookup failed for 2a00:1450:4864:20::436 (failed) Received-SPF: pass client-ip=2a00:1450:4864:20::436; envelope-from=andremegafone@gmail.com; helo=mail-wr1-x436.google.com X-Spam_score_int: -12 X-Spam_score: -1.3 X-Spam_bar: - X-Spam_report: (-1.3 / 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, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, RDNS_NONE=0.793, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: help-guix@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: help-guix@gnu.org Errors-To: help-guix-bounces+larch=yhetil.org@gnu.org Sender: "Help-Guix" X-Migadu-Flow: FLOW_IN X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1640129311; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references:list-id:list-help: list-unsubscribe:list-subscribe:list-post:dkim-signature; bh=CHPzdygvlp4srfU7pf4gddCN3DdhazG652AuYodoYcM=; b=cEP6pXH5xeDBMGH3+mQOhA8lkw4AQXJU0iYONqTUtOf0C2yvdwD34PS8zR4Bk1qJFh2IGt UyXoCrJQ7qr9vZpdvquQ5vYBrF3V2NCvOwc5b7tDn7OoyqNYgZYcK/uz0VgmcF113+lov9 7cRLdEBqB3vsx++JERQ86zR9C6j7b/fxSyZrMoivSN/w+zro4WTRUK5saqtgWr4TRyXSE9 SiirgtK71ykrksPv8dGC2qLTT3TkTqbTNmQPJpG5xa0rTmHTlQIi/eJGemrbpxnZbIgmls rQ5frLmX9/KcCvxFGTSEzqzozGpF8kkEFU9NPrg92aHymAhESBvpLv16oO/e7A== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1640129311; a=rsa-sha256; cv=none; b=pqbVG0EOL/wW9Spwnu0ahv0nzaVTAYh50H8y8MFbru4ogzwqprNWPhWl1JjTxQBAWSqoOP s5slMVMdmM0W8yOPkgq8Y8JWuG9/v4uVt6bDZQjxZR1QXShqj0hB0Zm9PdNVdPGsoL5UbD Uq+cWASXar/SttS0jaqKjPD+5x2YB7/Iw1CTUWtWiJevKSRxhhbJOClnMlhePwCVtA17jS scmOAC0LyVcnDyOFfv9cQAwEd4JUN6yU1NkC89A2IUqmlhndweAHYLHrp1LFEKER4wvu30 tPLdhQxEUXt7xirchGCNDtOPph6gXqmzT3zx03B8wL8hurOx+i51/O75ARrO4w== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=pass header.d=gmail.com header.s=20210112 header.b=BfkHaN1m; dmarc=pass (policy=none) header.from=gmail.com; spf=pass (aspmx1.migadu.com: domain of "help-guix-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="help-guix-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -4.33 Authentication-Results: aspmx1.migadu.com; dkim=pass header.d=gmail.com header.s=20210112 header.b=BfkHaN1m; dmarc=pass (policy=none) header.from=gmail.com; spf=pass (aspmx1.migadu.com: domain of "help-guix-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="help-guix-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: 738F9A4CE X-Spam-Score: -4.33 X-Migadu-Scanner: scn0.migadu.com X-TUID: fceP2uDY8EEh Remco writes: > 2021/12/08 20:10, Andr=C3=A9 A. Gomes: > >> From a freedom perspective, what are my options? Running a virtual >> machine with ubuntu/fedora for this sole purpose? > > I've had some success running debian packages from a chroot environment > on my guix installation. There's a debootstrap package which allows you > to create a chroot environment. > > Something like: > > guix shell debootstrap -- debootstrap --arch=3Damd64 bullseye my-bullse= ye-install > > and then: > > mount -t proc proc my-bullseye-install/proc > mount -t devpts devpts my-bullseye-install/dev/pts > chroot my-bullseye-install /bin/bash --login > > You'll probably need to run all these as root. Thank you for this valuable tip, Remco. --=20 Andr=C3=A9 A. Gomes "Free Thought, Free World"