all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: <tomas@tuxteam.de>
To: emacs-devel@gnu.org
Subject: Re: Where has a cool feature gone?
Date: Sun, 24 Jul 2022 07:23:20 +0200	[thread overview]
Message-ID: <YtzXSJHkmEpORfrw@tuxteam.de> (raw)
In-Reply-To: <CAG9ihEuv95-H_fr3MoAe2z656NUarH3UxvWDQuRgZ_uiErgi0A@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 887 bytes --]

On Sun, Jul 24, 2022 at 11:10:52AM +1200, Davin Pearson wrote:
> Here are my attempts to install Gnu Guix:
> None of them work!
> 
> www@www-HP-EliteBook-840-G2:~$ sudo apt-get Guix
> [sudo] password for www:
> E: Invalid operation Guix

This is apt-get complaining: it wants first an operation
("install", "remove", etc. -- see apt-get's manual page
for the full list)

> www@www-HP-EliteBook-840-G2:~$ sudo apt-get GNU Guix
> E: Invalid operation GNU

You read this as "install 'GNU guix'" -- the package name
you gave has a space, apt-get tries to interpret the first
part as the operation ("GNU") and fails.

And so on. The Debian package you are looking for is called
simply "guix", so try this:

  apt-get install guix

That said, if you are new to apt, I'd look into "apt", which
might be a friendlier front-end to the package manager.

Cheers
-- 
t

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 195 bytes --]

  parent reply	other threads:[~2022-07-24  5:23 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-23  5:00 Where has a cool feature gone? Davin Pearson
2022-07-23  6:35 ` Phil Sainty
2022-07-23  7:01 ` Eli Zaretskii
2022-07-23 10:56 ` Akib Azmain Turja
2022-07-23 23:10   ` Davin Pearson
2022-07-23 23:49     ` Eduardo Ochs
2022-07-24  1:21       ` Davin Pearson
2022-07-24  4:22         ` Davin Pearson
2022-07-24  5:28           ` tomas
2022-07-24  5:23     ` tomas [this message]
2022-07-24  6:32     ` Akib Azmain Turja

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=YtzXSJHkmEpORfrw@tuxteam.de \
    --to=tomas@tuxteam.de \
    --cc=emacs-devel@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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.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.