downloading only Trisquel 12 from the Repository

2 réponses [Dernière contribution]
Gottfried
Hors ligne
A rejoint: 02/22/2022

Hi,

In order not to download the whole repository with Trisquel 10, 11, 12
with:

"One nice thing about mirroring the complete repo is that is only one command[1].

rsync -rlpthi --delete-after --stats rsync.trisquel.org::trisquel.packages ".

which would be almost 2 TB.

I would like to download from the repository only Trisquel 12 Ecne.

What would be the command for that?

thanks

Gottfried

sam-d16
Hors ligne
A rejoint: 09/28/2023

Hello Gottfried,

Maybe you meant these commands:

$ wget -c https://cdimage.trisquel.org/trisquel-images/triskel_12.0_amd64.iso
$ curl -O -L https://cdimage.trisquel.org/trisquel-images/triskel_12.0_amd64.iso

https://cdimage.trisquel.org/trisquel-images/

Gottfried
Hors ligne
A rejoint: 02/22/2022

I have already downloaded the isos,
and installed Trisquel
but I want everything from the repository of Trisquel 12, in order to install them offline.

thanks