* Can't install gcc
@ 2019-05-27 17:33 白い熊
2019-05-27 19:59 ` Marius Bakke
0 siblings, 1 reply; 2+ messages in thread
From: 白い熊 @ 2019-05-27 17:33 UTC (permalink / raw)
To: help-guix
Why does “guix package -i gcc” give me:
guix package: error: gcc: unknown package
I realize about installing gcc-toolchain, but if I just want to install a single arbitrary package?
--
Best regards / 宜しく御願い致します / S pozdravem / C уважением / Z poważaniem /
Mit freundlichen Grüßen
白い熊
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Can't install gcc
2019-05-27 17:33 Can't install gcc 白い熊
@ 2019-05-27 19:59 ` Marius Bakke
0 siblings, 0 replies; 2+ messages in thread
From: Marius Bakke @ 2019-05-27 19:59 UTC (permalink / raw)
To: 白い熊, help-guix
Hi 白い熊,
白い熊 <help-guix_gnu.org@sumou.com> skriver:
> Why does “guix package -i gcc” give me:
> guix package: error: gcc: unknown package
>
> I realize about installing gcc-toolchain, but if I just want to install a single arbitrary package?
The 'gcc' package was recently "hidden" so that users don't accidentally
install it when they probably want 'gcc-toolchain'.
If you really want to install it, you can refer to it by the variable
name, like so:
guix package -e '(@ (gnu packages gcc) gcc-9)'
HTH!
Marius
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-05-27 19:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-27 17:33 Can't install gcc 白い熊
2019-05-27 19:59 ` Marius Bakke
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.