GNU bug report logs -
#44437
Best way to install package in Guix System
Previous Next
Reported by: musics <at> tutanota.com
Date: Wed, 4 Nov 2020 13:15:02 UTC
Severity: normal
Done: musics <at> tutanota.com
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Musics,
musics--- via Bug reports for GNU Guix 写道:
> "guix install network-manager-openvpn" then "guix pull" and then
> "sudo guix system reconfigure /etc/config.scm"
‘guix pull’ updates the versions of packages that are *available*
(guix package --list-available), but does not update any packages
currently *installed* on your system. For example:
$ guix package --list-available=icecat
icecat 78.3.0-guix0-preview1 ...
$ guix install icecat
$ icecat --version
GNU IceCat 78.3.0esr
$ guix pull
$ guix package --list-available=icecat
icecat 78.4.1-guix0-preview1 ...
$ icecat --version
GNU IceCat 78.3.0esr
$ guix upgrade icecat # or guix install icecat
$ icecat --version
GNU IceCat 78.4.1esr
Kind regards,
T G-R
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 4 years and 257 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.