-
Could we add WPiLib to Linux package repositories like aptitude for debian distros and pacman or the AUR for Arch Linux distributions? Why?This would allow Linux users to install and update WPLib using standard Linux package managers, simplifying the process of installation and maintenance. Installation could be as easy as running I would be willing to help assist with this, although I do not have any prior experience maintaining packages on Linux. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
We only want to maintain one official way to install the WPILib suite. The all-in-one installer was the easiest to support, it facilitates installing more than one year at once (each year is a separate folder in We used to provide PPAs for the toolchain, but it was too much work to keep up to date because apt packaging is obnoxious. I maintain an AUR package for the toolchain.
Linux packages for the whole suite are blocked on finishing CLI support for the installer. |
Beta Was this translation helpful? Give feedback.
We only want to maintain one official way to install the WPILib suite. The all-in-one installer was the easiest to support, it facilitates installing more than one year at once (each year is a separate folder in
~/wpilib
), and it can be installed by users who don't have root privileges.We used to provide PPAs for the toolchain, but it was too much work to keep up to date because apt packaging is obnoxious. I maintain an AUR package for the toolchain.
Linux packages for the whole suite are blocked on finishing CLI support f…