An open API service indexing awesome lists of open source software.

https://github.com/powershell/powershell-snap


https://github.com/powershell/powershell-snap

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# PowerShell Snap

## Package Migration

The ownership of the package is being migrated to Canonical. Please report issues with the package at [canonical/powershell-snap](https://github.com/canonical/powershell-snap).
For issues with PowerShell itself, please report the issues at [powershell/powershell](https://github.com/powershell/powershell)

## Achrived readme contents


Project


PowerShell

This is the snap for PowerShell, "PowerShell for every system". It works on Ubuntu, Fedora, Debian, and other major Linux
distributions.

## Install

```sh
sudo snap install powershell --classic
```

```sh
sudo snap install powershell-preview --classic
```

([Don't have snapd installed?](https://snapcraft.io/docs/core/install))

## Known Issues

- Ubuntu 20.04 is not working with the `powershell` package.
- The work around is to use the `powershell-preview` package.
- Some native libaries cause incompatible libarires to be loaded. Because the snap file system the readonly, there is no real workaround for this.
- `libmi` always causes for this type of issue and is responsible for:
- PowerShell remoting commands that don't invole `-Hostname`

## Alias Troubleshooting

- Run `whereis pwsh-preview` if, `/snap/bin/pwsh-preview` is not returned, Snap has not created the alias.
- If Snap has created the alias, and it is not working, you may need to reboot (or logout and back in) before it will work.
- If Snap has not created the alias, you can create the alias with `sudo snap alias `

## Code of Conduct

Please see our [Code of Conduct](.github/CODE_OF_CONDUCT.md) before participating in this project.

## Security Policy

For any security issues, please see our [Security Policy](.github/SECURITY.md).