Describe the bug
Wheels stable release versions cannot be installed from the apt repository. Running sudo apt install wheels results in an error:
Error: Unable to locate package wheels
To Reproduce
Steps to reproduce the behavior:
- Follow documentation to add wheels repository
sudo apt update
sudo apt install wheels
- See error
Expected behavior
Wheels cli should download and install correctly.
Desktop (please complete the following information):
Additional context
The apt repository's Packages list is empty. This seems to be a repeat of the behavior reported in #2838 and addressed by wheels-dev/apt-wheels#3
Wheels bleeding-edge repo works properly.
Describe the bug
Wheels stable release versions cannot be installed from the apt repository. Running
sudo apt install wheelsresults in an error:To Reproduce
Steps to reproduce the behavior:
sudo apt updatesudo apt install wheelsExpected behavior
Wheels cli should download and install correctly.
Desktop (please complete the following information):
Additional context
The apt repository's Packages list is empty. This seems to be a repeat of the behavior reported in #2838 and addressed by wheels-dev/apt-wheels#3
Wheels bleeding-edge repo works properly.