* [bug#51192] [PATCH] doc: Mention installation via distro packages.
@ 2021-10-13 20:23 Ludovic Courtès
2021-12-02 14:53 ` Mathieu Othacehe
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Ludovic Courtès @ 2021-10-13 20:23 UTC (permalink / raw)
To: 51192; +Cc: Ludovic Courtès
* doc/guix.texi (Binary Installation): In quotation, mention Debian,
Ubuntu, and openSUSE.
---
doc/guix.texi | 14 ++++++++++++++
1 file changed, 14 insertions(+)
Hi!
For some users, it might be easier to install via Debian/Ubuntu/openSUSE,
which might also handle the most important bits of “Application Setup”,
so this patch mentions this option.
Thoughts?
Ludo’.
diff --git a/doc/guix.texi b/doc/guix.texi
index 7a4b2c040b..2d23344bcf 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -640,6 +640,20 @@ chmod +x guix-install.sh
./guix-install.sh
@end example
+If you're running Debian or a derivative such as Ubuntu, you can instead
+install the package (it might be a version older than @value{VERSION}
+but you can update it afterwards by running @samp{guix pull}):
+
+@example
+sudo apt install guix
+@end example
+
+Likewise on openSUSE:
+
+@example
+sudo zypper install guix
+@end example
+
When you're done, @pxref{Application Setup} for extra configuration you
might need, and @ref{Getting Started} for your first steps!
@end quotation
base-commit: 1628e5d51b9cb1d526b8a55c670f65946fd7c970
--
2.33.0
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [bug#51192] [PATCH] doc: Mention installation via distro packages.
2021-10-13 20:23 [bug#51192] [PATCH] doc: Mention installation via distro packages Ludovic Courtès
@ 2021-12-02 14:53 ` Mathieu Othacehe
2022-03-19 13:03 ` zimoun
2022-06-24 0:42 ` Maxim Cournoyer
2 siblings, 0 replies; 5+ messages in thread
From: Mathieu Othacehe @ 2021-12-02 14:53 UTC (permalink / raw)
To: Ludovic Courtès; +Cc: 51192
Hey Ludo,
> For some users, it might be easier to install via Debian/Ubuntu/openSUSE,
> which might also handle the most important bits of “Application Setup”,
> so this patch mentions this option.
>
> Thoughts?
This looks fine to me.
Thanks,
Mathieu
^ permalink raw reply [flat|nested] 5+ messages in thread
* [bug#51192] [PATCH] doc: Mention installation via distro packages.
2021-10-13 20:23 [bug#51192] [PATCH] doc: Mention installation via distro packages Ludovic Courtès
2021-12-02 14:53 ` Mathieu Othacehe
@ 2022-03-19 13:03 ` zimoun
2022-06-24 0:42 ` Maxim Cournoyer
2 siblings, 0 replies; 5+ messages in thread
From: zimoun @ 2022-03-19 13:03 UTC (permalink / raw)
To: Ludovic Courtès; +Cc: 51192
Hi,
On Wed, 13 Oct 2021 at 22:23, Ludovic Courtès <ludo@gnu.org> wrote:
> * doc/guix.texi (Binary Installation): In quotation, mention Debian,
> Ubuntu, and openSUSE.
> ---
> doc/guix.texi | 14 ++++++++++++++
> 1 file changed, 14 insertions(+)
LGTM.
Cheers,
simon
^ permalink raw reply [flat|nested] 5+ messages in thread
* [bug#51192] [PATCH] doc: Mention installation via distro packages.
2021-10-13 20:23 [bug#51192] [PATCH] doc: Mention installation via distro packages Ludovic Courtès
2021-12-02 14:53 ` Mathieu Othacehe
2022-03-19 13:03 ` zimoun
@ 2022-06-24 0:42 ` Maxim Cournoyer
2022-06-24 21:41 ` bug#51192: " Ludovic Courtès
2 siblings, 1 reply; 5+ messages in thread
From: Maxim Cournoyer @ 2022-06-24 0:42 UTC (permalink / raw)
To: Ludovic Courtès; +Cc: 51192
Hi,
Ludovic Courtès <ludo@gnu.org> writes:
> * doc/guix.texi (Binary Installation): In quotation, mention Debian,
> Ubuntu, and openSUSE.
> ---
> doc/guix.texi | 14 ++++++++++++++
> 1 file changed, 14 insertions(+)
>
> Hi!
>
> For some users, it might be easier to install via Debian/Ubuntu/openSUSE,
> which might also handle the most important bits of “Application Setup”,
> so this patch mentions this option.
If you are still convinced this provides value above our existing shell
script, you had 2 LGTM here, so feel free to push or otherwise close it
:-).
Thanks,
Maxim
^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#51192: [PATCH] doc: Mention installation via distro packages.
2022-06-24 0:42 ` Maxim Cournoyer
@ 2022-06-24 21:41 ` Ludovic Courtès
0 siblings, 0 replies; 5+ messages in thread
From: Ludovic Courtès @ 2022-06-24 21:41 UTC (permalink / raw)
To: Maxim Cournoyer; +Cc: 51192-done
Hi Maxim,
Maxim Cournoyer <maxim.cournoyer@gmail.com> skribis:
> Ludovic Courtès <ludo@gnu.org> writes:
>
>> * doc/guix.texi (Binary Installation): In quotation, mention Debian,
>> Ubuntu, and openSUSE.
>> ---
>> doc/guix.texi | 14 ++++++++++++++
>> 1 file changed, 14 insertions(+)
>>
>> Hi!
>>
>> For some users, it might be easier to install via Debian/Ubuntu/openSUSE,
>> which might also handle the most important bits of “Application Setup”,
>> so this patch mentions this option.
>
> If you are still convinced this provides value above our existing shell
> script, you had 2 LGTM here, so feel free to push or otherwise close it
> :-).
Finally applied, thanks for the heads-up! :-)
Ludo’.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2022-06-24 21:42 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-13 20:23 [bug#51192] [PATCH] doc: Mention installation via distro packages Ludovic Courtès
2021-12-02 14:53 ` Mathieu Othacehe
2022-03-19 13:03 ` zimoun
2022-06-24 0:42 ` Maxim Cournoyer
2022-06-24 21:41 ` bug#51192: " Ludovic Courtès
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.