chicken-users
[Top][All Lists]
Advanced

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

Re: upgrade all eggs / get list of eggs?


From: Chris Brannon
Subject: Re: upgrade all eggs / get list of eggs?
Date: Tue, 07 Jun 2022 18:48:57 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux)

Alin Mr <frm.ml@mailgw.com> writes:

> Hi, is there a way to upgrade all installed eggs to their latest versions?

Yes.  Install the chicken-update egg to get that functionality.

> Also, is there a way to get a list of installed eggs, so that I can
> chicken-install them on another machine?

chicken-status -list
produces a machine-readable list of egg names and versions.  You can
pass that to chicken-install -from-list.

HTH,
-- Chris



reply via email to

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