SparkyLinux Forums

Software & hardware support => Sparky applications => Topic started by: nabe_33 on June 19, 2023, 03:53:44 PM

Title: APTus does not connect to Internet
Post by: nabe_33 on June 19, 2023, 03:53:44 PM
Hi, I'm new to SparkyLinux, I'm coming from linux mint and so far I'm quite happy with the distro.

I just upgraded to sparky 7 and everything is working fine, but when I run APTus AppCenter it takes a while to respond and I get a window that says

Internet connection test failed!

You are probably NOT connected to the internet or the main repository server is down.

Check it or try again.

You can use APTus anyway, but the package list is outdated and installation of new packages may be limited.


edit: if i run the system update tool i get the same window


sorry if my English is bad

Title: Re: APTus does not connect to Internet
Post by: pavroo on June 19, 2023, 05:10:37 PM
Both apps check is your internet connection on.

Show me output of the two commands:
ping -c 1 debian.org | grep [0-9]ping -c 1 sparkylinux.org | grep [0-9]
Title: Re: APTus does not connect to Internet
Post by: nabe_33 on June 19, 2023, 09:59:19 PM
Quote from: pavroo on June 19, 2023, 05:10:37 PMBoth apps check is your internet connection on.

Show me output of the two commands:
ping -c 1 debian.org | grep [0-9]ping -c 1 sparkylinux.org | grep [0-9]

nab@nab-desktop:~$ ping -c 1 debian.org | grep [0-9]
PING debian.org (130.89.148.77) 56(84) bytes of data.
1 packets transmitted, 0 received, 100% packet loss, time 0ms

nab@nab-desktop:~$ ping -c 1 sparkylinux.org | grep [0-9]
PING sparkylinux.org (185.249.225.163) 56(84) bytes of data.
64 bytes from sparkylinux.org (185.249.225.163): icmp_seq=1 ttl=49 time=233 ms
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 232.529/232.529/232.529/0.000 ms

I think it is a problem with my connection but thanks for the answer.

anyway I leave the result of both commands