guix-devel
[Top][All Lists]
Advanced

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

Re: How to install a package in guile


From: ng0
Subject: Re: How to install a package in guile
Date: Tue, 25 Jul 2017 15:49:23 +0000

Feng Shu transcribed 0.2K bytes:
> 
> I use the following exp to build a new version you-get
> 
> #+BEGIN_COMMENT
> scheme@(guile-user)> ,run-in-store (build-package you-get #:use-substitutes? 
> #t #:dry-run? #f)
> #+END_COMMENT
> 
> How to install this new vesion of you-get in guile?
> 
> 
> 
> -- 
> 
> 
> 

What exactly do you mean?

One of the ways you can update packages in Guix is via `guix package --update 
$name`
so in the case of you-get:
guix package -u you-get
or
guix package -i you-get

which implies that you have updated your sources prior to running this
by issuing `guix pull`.
-- 
ng0
GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588
GnuPG: https://n0is.noblogs.org/my-keys
https://www.infotropique.org https://krosos.org

Attachment: signature.asc
Description: PGP signature


reply via email to

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