From mboxrd@z Thu Jan 1 00:00:00 1970 From: Roel Janssen Subject: Re: Question: purging a package from the store Date: Wed, 08 Jun 2016 12:19:54 +0200 Message-ID: <87eg88q8xh.fsf@gnu.org> References: <20160608092923.GA19390@thebird.nl> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45543) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bAaad-0007t4-4I for guix-devel@gnu.org; Wed, 08 Jun 2016 06:20:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bAaaZ-0000DK-1Z for guix-devel@gnu.org; Wed, 08 Jun 2016 06:19:58 -0400 In-reply-to: <20160608092923.GA19390@thebird.nl> 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: Pjotr Prins Cc: guix-devel@gnu.org Pjotr Prins writes: > Our caching server gives a consistent failure for one package. It > exists in the store and 'guix gc checks' pass. > > guix substitute: error: download from > 'http://guix.genenetwork.org:8080/nar/sqd3q1xq5fsbga00bwhghi9shi7xdaac-gtk+-3.18.2' > failed: 404, "Not Found" > > Now I want to purge it without running a full gc. Next reinstall it > and see if it gets fixed. > > What is the suggested method for fully purging a package from the store? > > Pj. What about: guix gc --delete /gnu/store/...-gtk+-3.18.2/ (add the specific package path after --delete). A package can only be purged when it is not installed in any profile. Kind regards, Roel Janssen