Le jeudi 11 juin 2026 à 17:21 +0200, David Lecompte a écrit : > I decided to completely remove guix and install it again, using the > install script rather than the guix package from Trisquel.
What I did to uninstall: sudo apt purge guix sudo apt autoremove sudo systemctl stop guix-daemon.service sudo systemctl stop gnu-store.mount sudo systemctl disable guix-daemon.service sudo systemctl disable gnu-store.mount sudo rm -f /etc/systemd/system/guix-daemon.service sudo rm -f /etc/systemd/system/gnu-store.mount sudo rm -rf /etc/systemd/system/guix-daemon.service.wants sudo systemctl daemon-reload sudo rm -rf /gnu sudo rm -rf /var/guix sudo rm -rf /var/log/guix sudo rm -rf /etc/guix sudo rm -f /usr/local/bin/guix for i in $(seq -w 1 9); do sudo userdel -f "_guixbuilder$i"; done sudo groupdel _guixbuild sudo rm -rf /root/.config/guix sudo rm -rf /root/.cache/guix I followed advice I found from search engines, but not everything above was on my system (e.g., there wasn't any gnu-store.mount). Today, (with and without "sudo -i") guix pull worked fine and I could reinstall all the packages I was using. Cheers, David.
