From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: Maybe I made a mistake? Date: Sat, 08 Jun 2019 09:18:39 +0200 Message-ID: <877e9w8rzk.fsf@elephly.net> References: <6daa895d3418f178d6d9c3d414c3398d@posteo.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:50222) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hZVcx-0003Q3-W3 for help-guix@gnu.org; Sat, 08 Jun 2019 03:19:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hZVcw-0002Qq-5E for help-guix@gnu.org; Sat, 08 Jun 2019 03:18:59 -0400 Received: from sender4-of-o53.zoho.com ([136.143.188.53]:21357) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hZVcv-0002NU-LK for help-guix@gnu.org; Sat, 08 Jun 2019 03:18:58 -0400 In-reply-to: <6daa895d3418f178d6d9c3d414c3398d@posteo.net> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: oury.dustin@posteo.net Cc: help-guix@gnu.org Hi, > Some simple > packaged software that work on those distros like Debian don't work > with Guix System [=E2=80=A6] Do you mean binaries that were packaged for Debian won=E2=80=99t work uncha= nged on Guix System? This is expected as Guix does not provide libraries and the loader at the location where a Debian binary would expect them. You would need to package the software for Guix to use it there. > and I also find the documentation to be really hard > for the non-tech savvy like me to understand. I'm confused when I > should mess with my configuration file or when to do things manually, > like adding a supplementary group for my primary account. All of this should be done via the configuration file as the system is mostly stateless, i.e. when you reboot your system is essentially set up from scratch using the files that were generated when you last ran =E2=80= =9Cguix system reconfigure=E2=80=9D. > I really want to like Guix, but for now I might have to switch to > something easier until the documentation gets fleshed out and more > packages that aren't in yet are added to avoid frustration. Can you point to specific problems you have with the documentation? -- Ricardo