Elektrine lite

← Feed

@mrv404@mastodon.social

Post #1905464

2026-04-23 20:44 UTC

I feel dumb. I'm trying to install wifitui in slackware stable using the slackbuild script, but I am getting a Go error "invalid go version 1.23.0: must match format 1.23". I have zero experience with Go... I tried editing the go.mod file so that it matches that format, and re-packaging the source, but the build process still throws an error quoting the github url of the package, so it seems it is still reading something from a remote location. Any ideas...? #slackware #slackbuilds #linux

Replies (1)

  • @jloc0@mastodon.sdf.org 2026-04-23 21:19

    @mrv404@mastodon.social of you’re using sudo it’ll fail everytime. Login as the superuser with “su -“ and then run the script.

    Open ##3005052