From: Tobias Geerinckx-Rice via Bug reports for GNU Guix <bug-guix@gnu.org>
To: musics@tutanota.com
Cc: 44437@debbugs.gnu.org
Subject: bug#44437: Best way to install package in Guix System
Date: Wed, 04 Nov 2020 14:48:25 +0100 [thread overview]
Message-ID: <87tuu5grme.fsf@nckx> (raw)
In-Reply-To: <MLH8G-n--3-2@tutanota.com>
[-- Attachment #1: Type: text/plain, Size: 800 bytes --]
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
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]
next prev parent reply other threads:[~2020-11-04 13:49 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-04 7:25 bug#44437: Best way to install package in Guix System musics--- via Bug reports for GNU Guix
2020-11-04 13:36 ` Danny Milosavljevic
2020-11-04 13:48 ` Tobias Geerinckx-Rice via Bug reports for GNU Guix [this message]
2020-11-04 14:50 ` musics--- via Bug reports for GNU Guix
2020-11-04 15:56 ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
2020-11-04 16:48 ` Danny Milosavljevic
2020-11-04 16:55 ` musics--- via Bug reports for GNU Guix
2020-11-04 17:20 ` musics--- via Bug reports for GNU Guix
2020-11-04 18:44 ` musics--- via Bug reports for GNU Guix
2020-11-04 19:44 ` Danny Milosavljevic
2020-11-04 20:15 ` bug#44437: musics--- via Bug reports for GNU Guix
2020-11-04 20:39 ` bug#44437: Tobias Geerinckx-Rice via Bug reports for GNU Guix
2020-11-04 20:46 ` bug#44437: Tobias Geerinckx-Rice via Bug reports for GNU Guix
2020-11-04 20:47 ` bug#44437: musics--- via Bug reports for GNU Guix
2020-11-04 21:09 ` bug#44437: musics--- via Bug reports for GNU Guix
2020-11-05 10:38 ` bug#44437: musics--- via Bug reports for GNU Guix
2020-11-06 15:01 ` bug#44437: musics--- via Bug reports for GNU Guix
2020-11-06 15:14 ` bug#44437: musics--- via Bug reports for GNU Guix
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87tuu5grme.fsf@nckx \
--to=bug-guix@gnu.org \
--cc=44437@debbugs.gnu.org \
--cc=me@tobias.gr \
--cc=musics@tutanota.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).