Thanks for the tip! Le lun. 4 juil. 2022 à 07:04, Julien Lepiller a écrit : > It's not a bug, because you don't have icedtea in your profile, but > icedtea:jdk. Guix is picky with outputs. Try "guix remove icedtea:jdk" :) > > On July 3, 2022 7:25:46 PM GMT+02:00, bbb ee wrote: >> >> Hi, >> >> I have icedtea installed in my current profil, but `guix package remove` >> doesn't find it. >> ``` >> $ guix package -p ~/.guix-profile -I | grep icedtea >> icedtea 3.19.0 jdk >> /gnu/store/5k7lsz61p8fq37c9x5p9xalryjxk31bs-icedtea-3.19.0-jdk >> $ guix package -p ~/.guix-profile -r icedtea >> guix package: error: package 'icedtea' not found in profile >> ``` >> >> It is a bug? >> >