DEV Community

Discussion on: Install Fedora 37 or earlier on Windows Subsystem for Linux (WSL)

Collapse
 
scottbeamer profile image
Scott Beamer • Edited

Right after dnf install -y passwd cracklib-dicts, I would strongly recommend:

dnf groupinstall "Minimal Install"

There were number of pretty standard-issue packages that weren't already installed in the container, that I was wanting right away ("find", "less" and "which" come to mind).