From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Hinsen Subject: Re: Scope of support for Guix on other distros Date: Mon, 2 Oct 2017 16:03:35 +0200 Message-ID: <9f2ed1cd-f7df-1a8f-8789-15bc53e46233@fastmail.net> References: <1506935892.5574.15.camel@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40564) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dz1Jv-00060U-LW for guix-devel@gnu.org; Mon, 02 Oct 2017 10:03:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dz1Js-0004wp-Bx for guix-devel@gnu.org; Mon, 02 Oct 2017 10:03:43 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:40555) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dz1Js-0004wA-3l for guix-devel@gnu.org; Mon, 02 Oct 2017 10:03:40 -0400 In-Reply-To: <1506935892.5574.15.camel@gmail.com> Content-Language: en-US List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: David Seaward Cc: guix-devel@gnu.org On 02/10/2017 11:18, David Seaward wrote: > To what extent is support for other distros a priority for the Guix > project? In other words, explicitly planning to make Guix available as > an alternate installation source on non-Guix-SD distros. That's already possible right now. Go to the download page and check for "GNU Guix 0.13.0 Binary". This is Guix for other Linux distros, as a look at the installation instructions will confirm. I am using this on a Ubuntu 16.04 LTS installation on my laptop. Konrad.