> For the complete documentation index, see [llms.txt](https://til.devjugal.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://til.devjugal.com/linux/fedora/fix-clear-command-not-found.md).

# Fix Clear Command Not Found

By default, Fedora 42 in WSL doesn't have `clear` command, and that can be installed by the following package using `dnf` -

## Installation

```code
sudo dnf install ncurses
```

***Source:*** [***Fedora SubReddit***](https://www.reddit.com/r/Fedora/comments/1lopfsk/fedoralinux42_official_distro_for_wsl_is_missing/)
