guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

09/09: doc: Mention installation via distro packages.


From: guix-commits
Subject: 09/09: doc: Mention installation via distro packages.
Date: Fri, 24 Jun 2022 17:40:44 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit dc16ac2d8b63915daed85933c2a1e8a87c67a4cf
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Wed Oct 13 22:18:35 2021 +0200

    doc: Mention installation via distro packages.
    
    * doc/guix.texi (Binary Installation): In quotation, mention Debian,
    Ubuntu, and openSUSE.
---
 doc/guix.texi | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/doc/guix.texi b/doc/guix.texi
index 794907ce3a..af8d6f17af 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -682,6 +682,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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]