Suggestion: Add PowerShell to Base or Extras #170
kennethcochran
started this conversation in
Ideas
Replies: 1 comment
-
AnduinOS is meant to be a base system where everyone can install the apps they want. Having to include apps not everyone uses is not reason enough to include it plus it means more apps to maintain that are not part of the OS. PowerShell is a MS terminal thats optional when AnduinOS already comes with gnome console. |
Beta Was this translation helpful? Give feedback.
0 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.
-
Just installed PowerShell on AnduinOS 1.3.4 (plucky). It worked, but took extra steps:
Added Microsoft’s Ubuntu 22.04 repo manually
Pulled in libicu70 from Ubuntu archives
Ran apt --fix-broken install to resolve deps
Then finally apt install powershell
Would be great to have PowerShell in anduinos-extras or pre-installed, with compatible libs mapped to Ubuntu base. I’m happy to help test if there’s interest.
Beta Was this translation helpful? Give feedback.
All reactions