A small program written in python to automatically download, compile, and install the newest release from the linuxwacom project.
Follow GetWacom
Other Useful Business Software
Build on Google Cloud with $300 in Free Credit
Start your next project with $300 in free Google Cloud credit. Spin up VMs, run containers, query exabytes in BigQuery, or build AI apps with Vertex AI and Gemini. Once your credits are used, keep building with 20+ products with free monthly usage, including Compute Engine, Cloud Storage, GKE, and Cloud Run functions. Sign up to start building right away.
Rate This Project
Login To Rate This Project
User Reviews
-
Exact issue as mclavey. Just when I had hope the convoluted mess of Wacom support on Linux might get some relief...
-
I tried to use getwacom ...and it ended with an error message :( Check the Latest Version of Linuxwacom Do you wish to continue? (Y/n):y Checking for latest version... Traceback (most recent call last): File "./getwacom.py", line 322, in <module> main() File "./getwacom.py", line 108, in main wacomversion = re.findall(r"(linuxwacom[\w\d\-\.][0-9-]\.[0-9\-]\.[0-9\-]+)", getLatestWacomUrl())[0] File "./getwacom.py", line 231, in getLatestWacomUrl if matchedurls[0][-11] > matchedurls[1][-11]: IndexError: list index out of range