From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pierre Neidhardt Subject: Re: Unexpected results with Guix. Date: Sat, 02 Nov 2019 14:52:25 +0100 Message-ID: <87lfsy9yhy.fsf@ambrevar.xyz> References: Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:42811) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iQtpQ-0004sS-Ln for help-guix@gnu.org; Sat, 02 Nov 2019 09:52:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iQtpM-00005u-Tr for help-guix@gnu.org; Sat, 02 Nov 2019 09:52:30 -0400 Received: from relay5-d.mail.gandi.net ([217.70.183.197]:35843) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iQtpM-00004u-Mz for help-guix@gnu.org; Sat, 02 Nov 2019 09:52:28 -0400 In-Reply-To: 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: Jone , help-guix --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable `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, =2D-8<---------------cut here---------------start------------->8--- guix gc /gnu/store/50530hgnzkxgkqciip68dn7v23cslw1c-icecat-60.8.0-guix1 =2D-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. =2D-8<---------------cut here---------------start------------->8--- guix package --delete-generations=3D1m =2D-8<---------------cut here---------------end--------------->8--- to delete the generations older than a month. Hope that helps! =2D-=20 Pierre Neidhardt https://ambrevar.xyz/ --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEUPM+LlsMPZAEJKvom9z0l6S7zH8FAl29ihkACgkQm9z0l6S7 zH/VbwgAh1q6D8xXPsbSRePbejqe10sRlKIOlXiPYXuq7uOdMKUYhMxVmTJf1kdu c8BwK3bbUduI7dCWnxbe+auqdOkvFYcAMgUkmsvZAjevMx35L0B7N7J/0kIxQcu+ q6zNe2ykGyP8+NYsGeCi8/EZdlk3zQqGD5GyTvUHZrzzMY64GcqUVQTBbvl+A8SV VzGw0ZJ30KhthJYZprfXbGZoPQ/6buEHOxzQ6Xpnfq2KDXtgmUJbS36rhrxw3ZiX HuZjX0Jbi+QvXHdF6sCpZr0s6M5HExfftNpTNiRyByVOqbbiNBbM6Hc/eICdOAwH JVjyr5XzF1oRtkO5pRVWao0ShalV9A== =PuVE -----END PGP SIGNATURE----- --=-=-=--