1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 15:15:29 +02:00

netselect-apt: add page (#4262)

This commit is contained in:
Sahil Dhiman 2020-08-19 11:47:06 +00:00 committed by GitHub
parent a944cbfa33
commit 0a00c5326a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,20 @@
# netselect-apt
> Create a `sources.list` file for a Debian mirror with the lowest latency.
> More information: <https://manpages.debian.org/buster/netselect-apt/netselect-apt.1.en.html>.
- 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}}`