From: zimoun <zimon.toutoune@gmail.com>
To: Pierre Neidhardt <mail@ambrevar.xyz>
Cc: help-guix <help-guix@gnu.org>
Subject: Re: Installing webbrowser and email client via Guix package manager
Date: Fri, 8 Feb 2019 12:04:04 +0100 [thread overview]
Message-ID: <CAJ3okZ0b+Y5NomAiuJQeVbyM5_uQSBQxznMPD5oQpWGAjowbXw@mail.gmail.com> (raw)
In-Reply-To: <874l9fcyj0.fsf@ambrevar.xyz>
Hi Meikel,
To complement the words by Pierre, I would tell that Web Browser and
Emails Client are maybe not the best entry point to discover the Guix
system. :-)
Well, to search on all the packages, the way is:
guix package -s web -s browser \
| recsel -e 'description ~ "[Bb]rowser"' -p name,synopsis,relevance
The part `-s web -s browser' means: search the word web *or* the word
browser in all the fields (name, synopsis, description, etc.).
The recsel command allows to filter out.
- `-e 'description ~ "[Bb]rowser"' means: select the package owning
the word Browser or browser in the field description;
- `-p name,synopsis,relevance' means: only outputs the fields name,
synopsis and relevance.
Then, for example try `guix package --show=icecat' to see all the
package information.
To install the recsel comand, you need to install the package
recutils. Then give a look at the manual:
https://www.gnu.org/software/guix/manual/en/html_node/Invoking-guix-package.html#Invoking-guix-package
If you are an Emacs user, then I recommand you to give a look at the
package emacs-guix.
Enjoy!
simon
next prev parent reply other threads:[~2019-02-08 11:04 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-02-07 14:51 Installing webbrowser and email client via Guix package manager Meikel
2019-02-07 17:12 ` Pierre Neidhardt
2019-02-07 17:13 ` Pierre Neidhardt
2019-02-08 11:04 ` zimoun [this message]
2019-02-08 12:55 ` Quiliro Ordonez
2019-02-08 14:40 ` Pierre Neidhardt
2019-02-08 21:42 ` Quiliro Ordonez
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=CAJ3okZ0b+Y5NomAiuJQeVbyM5_uQSBQxznMPD5oQpWGAjowbXw@mail.gmail.com \
--to=zimon.toutoune@gmail.com \
--cc=help-guix@gnu.org \
--cc=mail@ambrevar.xyz \
/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).