all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Remco <me@rwv.io>
To: "André A. Gomes" <andremegafone@gmail.com>
Cc: help-guix@gnu.org
Subject: Re: Run .deb or .rpm packages
Date: Wed, 08 Dec 2021 21:46:42 +0100	[thread overview]
Message-ID: <87sfv2x1sd.fsf@rwv.io> (raw)
In-Reply-To: <8735n2q2m0.fsf@gmail.com>

2021/12/08 20:10, André 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=amd64 bullseye my-bullseye-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.

Remco


  reply	other threads:[~2021-12-08 20:51 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-08 15:30 Run .deb or .rpm packages André A. Gomes
2021-12-08 16:46 ` Gary Johnson
2021-12-08 19:46   ` André A. Gomes
2021-12-08 20:05     ` Julien Lepiller
2021-12-08 20:10       ` André A. Gomes
2021-12-08 20:46         ` Remco [this message]
2021-12-21 23:27           ` André A. Gomes
2021-12-22  4:13         ` Timmy Douglas
2021-12-10  9:30       ` Hartmut Goebel
2021-12-12  9:24         ` Efraim Flashner
2021-12-12 19:34           ` Vagrant Cascadian

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87sfv2x1sd.fsf@rwv.io \
    --to=me@rwv.io \
    --cc=andremegafone@gmail.com \
    --cc=help-guix@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.