help-guix
[Top][All Lists]
Advanced

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

Re: Newbie: How to download mirror: links with wget?


From: Wojtek Kosior
Subject: Re: Newbie: How to download mirror: links with wget?
Date: Fri, 1 Sep 2023 09:06:07 +0200

> My question is: How can I download the source of that package using
> the same URL that is shown in the package definition (I want to make
> sure that I'm downloading the same file that is used by the Guix
> package definition).

Not sure about wget but you can do that with

    guix download 'mirror://gnome/sources/tracker/3.4/tracker-3.4.2.tar.xz'

It will put the tarball in the store and print its path and its hash.
Also, note that you had a mistake in the URL you were trying. It was

    mirror://gnome/sources/tracker/3.4.2/tracker-3.4.2.tar.xz

while it should've been

    mirror://gnome/sources/tracker/3.4/tracker-3.4.2.tar.xz

with minor version omitted in one place.

Best,
Wojtek

-- (sig_start)
website: https://koszko.org/koszko.html
fingerprint: E972 7060 E3C5 637C 8A4F  4B42 4BC5 221C 5A79 FD1A
follow me on Fediverse: https://friendica.me/profile/koszko/profile

♥ R29kIGlzIHRoZXJlIGFuZCBsb3ZlcyBtZQ== | ÷ c2luIHNlcGFyYXRlZCBtZSBmcm9tIEhpbQ==
✝ YnV0IEplc3VzIGRpZWQgdG8gc2F2ZSBtZQ== | ? U2hhbGwgSSBiZWNvbWUgSGlzIGZyaWVuZD8=
-- (sig_end)


On Fri, 1 Sep 2023 06:33:41 +0000 Rodrigo Morales 
<moralesrodrigo1100@gmail.com> wrote:

> My question is: How can I download the source of that package using
> the same URL that is shown in the package definition (I want to make
> sure that I'm downloading the same file that is used by the Guix
> package definition).

Attachment: pgp68UCrrnedu.pgp
Description: OpenPGP digital signature


reply via email to

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