Is it possible I have just failed to save the changes in Terminal and that's why some of the issues appear?
I can't even begin to speculate. I would say that, even if you get this installed, you're looking at a system that's fundamentally broken. When commands like
ls -la ~/.local
fail to work properly, there's something fundamentally broken with your system.That shouldn't throw an error. It should just look like this:
Code:
$ ls -la ~/.local
total 28
drwxrwxr-x 7 kgiii kgiii 4096 Apr 25 19:14 .
drwxr-x--- 39 kgiii kgiii 4096 May 11 19:16 ..
drwxrwxr-x 3 kgiii kgiii 4096 Apr 25 19:22 bin
drwxrwxr-x 3 kgiii kgiii 4096 Apr 25 19:14 include
drwxrwxr-x 3 kgiii kgiii 4096 Feb 15 20:58 lib
drwxrwxr-x 29 kgiii kgiii 4096 May 11 18:29 share
drwxrwxr-x 3 kgiii kgiii 4096 Nov 26 02:08 state
We can try this command:
cd ~/.local/bin && ls -la
At that point, you'd then look for anything starting with
pygpt
and we can work from there.As for Snaps, you either need to enable them or use an OS that supports them. It's possible to enable Snaps on most distros, but I'm not sure that's something you really want to try at this point. I dare say that your system is broken in ways I don't understand and nobody else seems to be suggesting ways to fix it.