GNU bug report logs - #47748
Packages which cant be find/removed by guix remove

Previous Next

Package: guix;

Reported by: bo0od <bo0od <at> riseup.net>

Date: Tue, 13 Apr 2021 12:47:02 UTC

Severity: normal

Done: Andreas Enge <andreas <at> enge.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Leo Famulari <leo <at> famulari.name>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#47748: closed (Packages which cant be find/removed by guix
 remove)
Date: Fri, 16 Apr 2021 03:42:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Thu, 15 Apr 2021 23:41:33 -0400
with message-id <YHkHbWQwdYQb+qhu <at> jasmine.lan>
and subject line Re: bug#47748: Packages which cant be find/removed by guix remove
has caused the debbugs.gnu.org bug report #47748,
regarding Packages which cant be find/removed by guix remove
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
47748: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=47748
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: bo0od <bo0od <at> riseup.net>
To: bug-guix <at> gnu.org
Subject: Packages which cant be find/removed by guix remove
Date: Tue, 13 Apr 2021 12:46:19 +0000
[Message part 3 (text/plain, inline)]
Hi There,

I saw some packages installed by default with guix like wpa-supplicant 
and avahi..., But if i type 'guix remove av' and i press tab nothing 
will complete the word and if i type 'guix remove avahi' or 'guix remove 
wpa-supplicant' ... just give error message. (check the uploaded txt file)
[cantremove (text/plain, attachment)]
[Message part 5 (message/rfc822, inline)]
From: Leo Famulari <leo <at> famulari.name>
To: bo0od <bo0od <at> riseup.net>
Cc: Julien Lepiller <julien <at> lepiller.eu>, 47748-done <at> debbugs.gnu.org
Subject: Re: bug#47748: Packages which cant be find/removed by guix remove
Date: Thu, 15 Apr 2021 23:41:33 -0400
On Fri, Apr 16, 2021 at 02:11:09AM +0000, bo0od wrote:
> My friend isnt this what im saying not friendly,bad usability,disaster...etc
> 
> And i said to have maybe something like synapse which mean addressing
> everything installed and user can just remove the packages by clicking on
> them (or lets call it the GUI way of doing it) similar to the functionally
> you showed:

The programs you are asking to remove are used internally by Guix.

You can't remove them with a simple command. You can't do that on other
Linux distros either.

For example, on Debian, I have /usr/bin/gpg:

------
$ ls -l /usr/bin/gpg
-rwxr-xr-x 1 root root 1046256 Aug 22  2019 /usr/bin/gpg
------

Then I uninstall it:

------
$ sudo apt-get remove gpg
[...]
$ ls -l /usr/bin/gpg
ls: cannot access '/usr/bin/gpg': No such file or directory
-----

But, apt-get uses gpg too, to check package signatures. It still has its
own copy of gpg, so it still works. You can't remove it easily.

It's the same situation, and it's not a bug.


This bug report was last modified 17 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.