Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

netselect -apt not working in debian buster

New to Debian (Or Linux in general)? Ask your questions here!
Post Reply
Message
Author
arkalonewolf
Posts: 4
Joined: 2021-06-05 08:29

netselect -apt not working in debian buster

#1 Post by arkalonewolf »

I used the command

Code: Select all

sudo netselect-apt
to find the fastest debian repo for my system.
Unfortunately, I get this result:

Code: Select all

Using distribution stable.
Retrieving the list of mirrors from www.debian.org...

URL transformed to HTTPS due to an HSTS policy
--2021-06-05 15:24:01--  https://www.debian.org/mirror/mirrors_full
Resolving www.debian.org (www.debian.org)... 128.31.0.62, 149.20.4.15, 130.89.148.77, ...
Connecting to www.debian.org (www.debian.org)|128.31.0.62|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 129551 (127K) [text/html]
Saving to: ‘/tmp/netselect-apt.kg9ixi’

/tmp/netselect-apt.kg9ixi                       100%[=======================================================================================================>] 126.51K   138KB/s    in 0.9s    

2021-06-05 15:24:04 (138 KB/s) - ‘/tmp/netselect-apt.kg9ixi’ saved [129551/129551]

Choosing a main Debian mirror using netselect.
netselect-apt was unable to obtain a list of valid hosts from
the file downloaded from the url 'http://www.debian.org/mirror/mirrors_full'.
This might happen because of any of the following reasons: 
   - there was an error in the file 
   - the file is not in the format netselect-apt expected 
   - there is a bug in netselect-apt 
Please manually check the file. If you believe its contents are correct, file 
a bug (hint: use 'reportbug') against netselect-apt and provide the file as 
well as the output generated by the program (hint: use 'script').
Anyway to solve this issue?

arochester
Emeritus
Emeritus
Posts: 2435
Joined: 2010-12-07 19:55
Has thanked: 14 times
Been thanked: 54 times

Re: netselect -apt not working in debian buster

#2 Post by arochester »

1) Have your recently done ?

Code: Select all

sudo apt update && sudo -full-upgrade


2) Have you tried reinstalling netselect?

3) Do you have Synaptic? You could do Synaptic>Settings>Repositories> Software & Updates>Download from > (Change to Other) > Select Best Server

arkalonewolf
Posts: 4
Joined: 2021-06-05 08:29

Re: netselect -apt not working in debian buster

#3 Post by arkalonewolf »

I have done all but it did not work out.

Plus, there is no option as "Software and Downloads" under the repository tab in settings option in synaptic package.

arkalonewolf
Posts: 4
Joined: 2021-06-05 08:29

Re: netselect -apt not working in debian buster

#4 Post by arkalonewolf »

arochester wrote:1) Have your recently done ?

Code: Select all

sudo apt update && sudo -full-upgrade


2) Have you tried reinstalling netselect?

3) Do you have Synaptic? You could do Synaptic>Settings>Repositories> Software & Updates>Download from > (Change to Other) > Select Best Server
I have done all but it did not work out.

Plus, there is no option as "Software and Downloads" under the repository tab in settings option in synaptic package.


arkalonewolf
Posts: 4
Joined: 2021-06-05 08:29

Re: netselect -apt not working in debian buster

#6 Post by arkalonewolf »

In my system, synaptic does not look like this.

Post Reply