I follow the instructions from:
https://guix.gnu.org/manual/en/guix.html#Binary-InstallationInstallation (Ubuntu 20.04):
cd /tmpwget https://git.savannah.gnu.org/cgit/guix.git/plain/etc/guix-install.shchmod +x guix-install.sh./guix-install.shguix install glibc-utf8-localesexport GUIX_LOCPATH="$HOME/.guix-profile/lib/locale"Update:
guix pullInstall emacs:
guix install emacsLoad environment:
GUIX_PROFILE="$HOME/.guix-profile" . "$GUIX_PROFILE/etc/profile"Run emacs:
emacs/home/vmataixf/.guix-profile/bin/emacs: error while loading shared libraries: liblzma.so.5: cannot open shared object file: No such file or directorBest regards,
Vicente Mataix Ferrándiz