nala-fetch(8) | 'Nala User Manual' | nala-fetch(8) |
nala-fetch - Fetch fast mirrors to improve download speed
nala fetch [--options]
nala will fetch fast mirrors to improve download speed.
nala parses the following files to find mirrors:
For Debian <https://mirror-master.debian.org/status/Mirrors.masterlist>
For Ubuntu <https://launchpad.net/ubuntu/+archivemirrors-rss>
For Devuan <https://pkgmaster.devuan.org/mirror_list.txt>
The resulting file of mirrors will be located at /etc/apt/sources.list.d/nala-sources.list
When selecting mirrors in the interactive display, you can pass a comma or space separated list.
Examples:
Specific List:
1,2,3,4 Selects mirrors 1, 2, 3 and 4
Comma and spaces may be mixed in the input. nala will parse it all the same.
1,3 , 4 5 will select mirrors 1, 3, 4 and 5
Range: 1..5 will select mirrors 1 through 5
Even Range: 0..1..5 selects 2 and 4
Odd Range: 1..1..5 selects 1, 3 and 5
nala fetch --debian sid
nala fetch --ubuntu jammy
nala fetch --devuan unstable
With --auto this will default to 3 mirrors, and write as many mirrors as you specify to the file.
In the interactive version of fetch, this will default to 16 mirrors. Instead of controlling the amount of mirrors that will be written, it controls the amount of mirrors you are shown to select from.
By default nala will not include the source repos.
This switch does nothing on Ubuntu systems.
This option can be specified multiple times to increase the pool.
Example:
nala fetch -c US -c CA
Copyright (C) 2021, 2022 Blake Lee
09 Feb 2023 | 0.12.2 |