From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marius Bakke Subject: Re: Can't install gcc Date: Mon, 27 May 2019 21:59:36 +0200 Message-ID: <87r28jbrdj.fsf@devup.no> References: <38474695.1558978246654.eu.faircode.email@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:50300) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hVLmX-000386-RU for help-guix@gnu.org; Mon, 27 May 2019 15:59:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hVLmW-0007U2-Td for help-guix@gnu.org; Mon, 27 May 2019 15:59:41 -0400 Received: from wout2-smtp.messagingengine.com ([64.147.123.25]:40335) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hVLmW-0007Th-PA for help-guix@gnu.org; Mon, 27 May 2019 15:59:40 -0400 In-Reply-To: <38474695.1558978246654.eu.faircode.email@localhost> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: =?utf-8?B?55m944GE54aK?= , help-guix@gnu.org Hi =E7=99=BD=E3=81=84=E7=86=8A, =E7=99=BD=E3=81=84=E7=86=8A skriver: > Why does =E2=80=9Cguix package -i gcc=E2=80=9D 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