Replies: 1 comment 3 replies
-
|
Is there something stopping you from installing the |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have been having a significant amount of difficulty trying to install Powershell onto Bazzite. As it turns out, Bazzite was just the perfect OS to have nothing but problems for this, and that is my fault. Bazzite uses an rpm-ostree distribution, and I tried all three of the rpm files provided in the release. Two of them gave different errors, so I believe they were the wrong ones, but the one that I think was correct gave me the error that nothing provides krb5 needed by Powershell. I don't really know how to get that.
So I tried the alternate option, installing as a binary archive. When I did that, at the final step, I also received an error that said "failed to create symbolic link '/usr/bin/pwsh' : Read-only file system" From what I could tell, this is from the target locations being immutable on Bazzite.
I'm kind of at a loss for how I can proceed. I can't run this in a distrobox, I need to install it to the machine, but every option seems to have some reason it doesn't work. Below are images of the various errors I got when trying different methods. Bazzite doesn't support the Snap store. I'm not really sure what to do. Any help is appreciated.




Alternatively, if you know a way to allow Powershell in a distrobox to be used by something outside that container, that would also be helpful.
Beta Was this translation helpful? Give feedback.
All reactions