From: Thorsten Wilms <t_w_@freenet.de>
To: help-guix@gnu.org
Subject: Re: Package Install Question for New User
Date: Mon, 5 Nov 2018 18:36:25 +0100 [thread overview]
Message-ID: <d45b887f-d603-07a4-2c70-4207ac0ea03a@freenet.de> (raw)
In-Reply-To: <2507D003-6E8F-4DDB-BF8F-68565E56CA35@inskydata.com>
On 05/11/2018 17.33, Brian Woodcox wrote:
> I then trying to install a package from the terminal. How about
> icecat. So I issue the command to install that.
>
> All of a sudden the system is downloading and compiling a pile of
> packages that were already installed as root.
There is a single system-wide store for derivations at /gnu/store. The
derivations are installed packages plus dependencies and removed
packages that haven't been garbage-collected, yet.
If a package is already in the store, installing it for a specific user
should only require symlinks to be added, as far as I understand. Unless
a dependency is missing.
For example, I have "gimp" in my profile, pointing to an item in the store:
---
~: which gimp
/home/thorwil/.guix-profile/bin/gimp
~: ls -l /home/thorwil/.guix-profile/bin/gimp
lrwxrwxrwx 2 root root 64 Jan 1 1970
/home/thorwil/.guix-profile/bin/gimp ->
/gnu/store/wzp4ci2myckcg9qjqgm84rzv23snyz4d-gimp-2.10.6/bin/gimp
---
Thus it seems you misinterpreted some output (or there is a bug).
The results of guix working through the entire dependency chain for
build, installation and runtime of a package can be rather surprising.
--
Thorsten Wilms
thorwil's design for free software:
http://thorwil.wordpress.com/
next prev parent reply other threads:[~2018-11-05 17:39 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-11-05 16:33 Package Install Question for New User Brian Woodcox
2018-11-05 17:36 ` Thorsten Wilms [this message]
2018-11-05 18:01 ` Björn Höfling
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=d45b887f-d603-07a4-2c70-4207ac0ea03a@freenet.de \
--to=t_w_@freenet.de \
--cc=help-guix@gnu.org \
/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.
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).