From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Pierre-Henry F." Subject: Re: Uninstall Guix? Date: Sat, 04 May 2019 21:13:06 +0000 Message-ID: References: <1716628.knBW0ivBMJ@aleksandar-ixtreme-m5740> Reply-To: "Pierre-Henry F." Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:44138) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hN1y8-00011J-Qf for help-guix@gnu.org; Sat, 04 May 2019 17:13:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hN1y7-0002Si-P3 for help-guix@gnu.org; Sat, 04 May 2019 17:13:16 -0400 Received: from mail4.protonmail.ch ([185.70.40.27]:61154) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hN1y6-0002S7-NZ for help-guix@gnu.org; Sat, 04 May 2019 17:13:15 -0400 In-Reply-To: <1716628.knBW0ivBMJ@aleksandar-ixtreme-m5740> 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: HiPhish Cc: "help-guix@gnu.org" =E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90 Original Me= ssage =E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90 On Saturday, May 4, 2019 10:35 PM, HiPhish wrote: > Hello, > > I think I have messed up a few things with my Guix installation and I wou= ld > like to start over with a fresh setup, but I haven't found information on= how > to uninstall Guix in the manual. > > I am using Kubuntu 18.10 and I had installed Guix from a binary installat= ion > back when it was still at version 0.15 or 0.14 I think. I want to uninsta= ll it > completely, I don't care about preserving any configurations or packages. > > Thank you in advance. Hi! I uninstalled Guix and re-installed it for about the same reasons. Here is what did the job: rm -rf /gnu rm -rf /var/guix rm -rf /etc/guix rm -rf ~/.profile/guix rm ~/.guix-profile Maybe some more experience users can add/remove things to that list... PHF