You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, apt-select must be run on an Ubuntu operating system. However, we could just check the platform and only allow for file generation if run on an Ubuntu OS while still offering full reporting functionality when run on other platforms or distributions.
The text was updated successfully, but these errors were encountered:
jblakeman
changed the title
Add Cross-Platform Compatibility
Add Cross-Platform/Distribution Compatibility
May 25, 2016
Without having the Ubuntu release name set, pulling correct information about mirrors from Launchpad would either need a default release name or have a target release command line option. Since alternative mirrors are usually inconsistent at the frequency at which they update each release, using a default release name could lead to misleading status reports.
Alternatively, non-Ubuntu distributions could default to latency only reporting.
A better solution might be to use latency only reporting for non-Ubuntu systems unless a valid Ubuntu release name is specified as a command line argument.
Is there some way to run it outside of linux, to just get a list of mirrors?
Basically a --ignore-not-linux?
Trying to run it on a mac next to the server. Can't install python on the server.
Currently,
apt-select
must be run on an Ubuntu operating system. However, we could just check the platform and only allow for file generation if run on an Ubuntu OS while still offering full reporting functionality when run on other platforms or distributions.The text was updated successfully, but these errors were encountered: