FEDORA 35 GUI install FAILED

Hello,

I had no issue install GUI on FEDORA-33. But on FEDORA 35 I GET below issues:

(venv) [XXXXX chia-blockchain]$ sh install-gui.sh
install-gui.sh: line 24: type: apt-get: not found
yum is /usr/bin/yum
yum is /usr/bin/yum
yum is /usr/bin/yum
Installing on RockyLinux/Fedora
[sudo] password for XXXXX:
Last metadata expiration check: 1:43:23 ago on Mon 29 Nov 2021 02:03:01 PM UTC.
Dependencies resolved.
Nothing to do.
Complete!
Last metadata expiration check: 1:43:26 ago on Mon 29 Nov 2021 02:03:01 PM UTC.
Package nodejs-1:12.22.7-1.module_f35+13211+80e67b81.x86_64 is already installed.
Dependencies resolved.
Nothing to do.
Complete!

Running git submodule update --init --recursive.

Running git submodule update.

npm WARN read-shrinkwrap This version of npm is compatible with lockfileVersion@1, but package-lock.json was generated for lockfileVersion@2. I’ll try to do my best with it!
npm WARN tar ENOENT: no such file or directory, open ‘/home/XXXXX/chia-blockchain/chia-blockchain-gui/node_modules/.staging/es-abstract-1a7970a8/2020/AbstractRelationalComparison.js’
npm WARN tar ENOENT: no such file or directory, open ‘/home/XXXXX/chia-blockchain/chia-blockchain-gui/node_modules/.staging/acorn-26a4cad9/dist/bin.js’
npm WARN tar ENOENT: no such file or directory, open ‘/home/XXXXX/chia-blockchain/chia-blockchain-gui/node_modules/.staging/es-abstract-1a7970a8/5/AbstractRelationalComparison.js’
npm WARN tar ENOENT: no such file or directory, lstat ‘/home/XXXXX/chia-blockchain/chia-blockchain-gui/node_modules/.staging/es-abstract-1a7970a8/2020/BigInt’
npm WARN tar ENOENT: no such file or directory, open ‘/home/XXXXX/chia-blockchain/chia-blockchain-gui/node_modules/.staging/acorn-26a4cad9/package.json’
npm WARN tar ENOENT: no such file or directory, open ‘/home/XXXXX/chia-blockchain/chia-blockchain-gui/node_modules/.staging/webpack-sources-a136c791/lib/helpers/readMappings.js’
npm WARN tar ENOENT: no such file or directory, open ‘/home/XXXXX/chia-blockchain/chia-blockchain-gui/node_modules/.staging/polished-d512d2fa/lib/math/math.d.ts’

npm WARN tar ENOENT: no such file or directory, open ‘/home/XXXXX/chia-blockchain/chia-blockchain-gui/node_modules/.staging/@material-ui/icons-f5d3aef5/esm/ZoomOutTwoTone.js’
npm ERR! code 1
npm ERR! Command failed: git checkout master
npm ERR! error: pathspec ‘master’ did not match any file(s) known to git
npm ERR!

npm ERR! A complete log of this run can be found in:
npm ERR! /home/XXXXX/.npm/_logs/2021-11-29T15_47_08_224Z-debug.log
(venv) [XXXXX chia-blockchain]$

Thank you,

BR,

Jan

Is this from manually installing conform github instructions or did you download the one-click installer for CentOS/Red Hat/Fedora from chia.net?
Doing the second solved a somewhat similar problem (lots of errors about ‘no such file or directory’) someone upgrading chia on ubuntu posted.
The one-click installer gave no such errors.
(On Ubuntu you have to save the download first and then start the installer from file manager!)
Fedora is something else of course but maybe worth a try.

Hello,

Thank you for HELP. On 33 it works from git but on FEDORA-35 not. On 33 I had issue with rpm but on FEDORA-35 rpm install works without any issue.

Thank you,

BR,

Jan