apt-smart
apt-smart copied to clipboard
apt-smart: Smart, automated, robust apt-get mirror selection for Debian, Ubuntu and Linux Mint
attempting to test `apt-smart` on the latest Ubuntu LTS, and it fails in the most basic use case, can't seem to detect the release name from `/etc/apt/sources.list`, even though it's...
Seems like something is wrong here. 😉 ``` $ apt-smart --version Version: 7.1.3 on Python 3.8 Error in atexit._run_exitfuncs: Traceback (most recent call last): File "/usr/lib/python3.8/logging/__init__.py", line 2127, in shutdown...
For me the output of the command `apt-smart --list-mirrors` is: ``` ------------------------------------------------------------------------------------------------------ | Rank | Mirror URL | Available? | Updating? | Last updated | Bandwidth | ------------------------------------------------------------------------------------------------------ | 1...
I've had a few servers have this issue, this one is in singapore. Only thing I can guess is the mirror list is small for this region? > root@apac-sg:~# apt-smart...
I'd like to automate the process of selecting the best mirror via a cron job script. Probably the biggest problem is that I can't print the output of `apt-smart --list-mirrors`...
Thanks for this. I've just installed it on my Kubuntu 20.10 system. However, I got an error message when I entered the command `sudo apt install python-pip python-setuptools python-wheel` and...
Been noticing lately that some of the fastest mirrors here in western canada fail to get properly evaluated by apt-smart because they redirect to a different domain: ``` $ apt-smart...
`root@plex:~# apt-smart -b 2021-01-13 13:19:24 plex.cronus89.com apt_smart[10633] INFO Checking if Debian 10 (buster) is available on http://security.debian.org .. 2021-01-13 13:19:29 plex.cronus89.com apt_smart[10633] INFO Debian 10 (buster) is supported (based on...
I host an apt server which mirrors content from various deb-based distros like Debian, Kali and Ubuntu. Ideally I'd like apt-smart to be able to take a parameter for the...
apt-smart appears to use a hard-coded list of url to determine distro codename: * /etc/apt/sources.list * /etc/apt/sources.list.d/official-package-repositories.list apt-smart should support dynamic sources, scanning .list files under /etc/apt/sources.list.d/. In all of...