[FEEDBACK]: Option 2: Dev Proxy inside WSL, bash script requires unzip
- Dominant language
- C#
- Stars
- 832
- Forks
- 89
- Avg merge
- 12h 1m
- Merged PRs (30d)
- 23
Description
### Type of issue
Missing information
### Feedback
When you install the latest version of Ubuntu in WSL, it does not ship with the unzip executable which the bash install script requires which results in an error
```
bash: line 66: unzip: command not found
```
We should include an admonition on the page to warn users that unzip is required. They can use the following command to install the executable:
```
sudo apt update
sudo apt install unzip
```
We should also include this admonition in the Linux setup instructions on the Get started page.
### Page URL
https://learn.microsoft.com/en-us/microsoft-cloud/dev/dev-proxy/how-to/use-dev-proxy-with-wsl
### Content source URL
https://github.com/MicrosoftDocs/microsoft-cloud/blob/main/docs/dev/dev-proxy/how-to/use-dev-proxy-with-wsl.md
### Author
@waldekmastykarz
### Document Id
8c90ce44-d1af-0865-edeb-35744cc6b2ec
### Platform Id
86e7a2a3-7661-437e-df87-8f3dc8321d49
Contributor guide
Research direction
Start with docs/dev/dev-proxy/how-to/use-dev-proxy-with-wsl.md and locate the Linux setup instructions on the Get started page. Verify how setup prerequisites are presented, then document that unzip is required and include the supplied apt commands. Done means both pages warn WSL/Linux users before the install script runs.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- bash, linux, ubuntu
- Domain
- cli, documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Clearly specified
- Newbie friendliness
- 85/100