help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Unexpected results with Guix.


From: Pierre Neidhardt
Subject: Re: Unexpected results with Guix.
Date: Sat, 02 Nov 2019 14:52:25 +0100

`guix remove` removes from your profile but not from the store.

See`guix gc --help` and the manual to remove items from the store.

For instance,

--8<---------------cut here---------------start------------->8---
guix gc /gnu/store/50530hgnzkxgkqciip68dn7v23cslw1c-icecat-60.8.0-guix1
--8<---------------cut here---------------end--------------->8---

will remove the old icecat, assuming it's a dead item.

If the old icecat is still referenced by an old profile, you'll have to
remove this profile first.

--8<---------------cut here---------------start------------->8---
guix package --delete-generations=1m
--8<---------------cut here---------------end--------------->8---

to delete the generations older than a month.

Hope that helps!

-- 
Pierre Neidhardt
https://ambrevar.xyz/

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]