LogosLinuxInstaller icon indicating copy to clipboard operation
LogosLinuxInstaller copied to clipboard

feat: add GUIX support

Open thw26 opened this issue 1 year ago • 1 comments

Fixes #48.

Currently blocked as Python 3.12 is not supported to do enough testing to figure out the workarounds to patch the binary's ELF.

guest@gnu ~$ chmod 700 oudedetai 
guest@gnu ~$ ./oudedetai 
bash: ./oudedetai: No such file or directory
guest@gnu ~$ sudo patchelf --set-interpreter /gnu/store/5h2w4qi9hk1qzzgi1w83220ydslinr4s-glibc-2.33/lib/ld-linux-x86-64.so.2 Downloads/oudedetai 
guest@gnu ~$ ./Downloads/oudedetai 
./Downloads/oudedetai: error while loading shared libraries: libz.so.1: cannot open shared object file: No such file or directory

thw26 avatar Nov 11 '24 16:11 thw26

I believe Python 3.12 is now available

thw26 avatar Jan 16 '25 21:01 thw26