1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-28 13:19:46 +01:00
tldr/pages/linux/netselect-apt.md

20 lines
462 B
Markdown

# netselect-apt
> Create a `sources.list` file for a Debian mirror with the lowest latency.
> More information: <https://manned.org/netselect-apt>.
- Create `sources.list` using the lowest latency server:
`sudo netselect-apt`
- Specify Debian branch, stable is used by default:
`sudo netselect-apt {{testing}}`
- Include non-free section:
`sudo netselect-apt --non-free`
- Specify a country for the mirror list lookup:
`sudo netselect-apt -c {{India}}`