i believe earlier zsh used to suggest installing missing packages and now it doesn’t and just shows zsh: command not found: <package>
.
how do i enable this feature?
You can check the archwiki: Zsh - ArchWiki
thanks
btw, do you know if it is turned off by default in newer versions of manjaro or something?
It used to be done by pkgfile
… which is redundant, buggy, and slow.
It was finally retired some time recently.
That default manjaro configuration using pkgfile I mean.
(though a quick look does show it has not been touched in ~3 years)
I thought it was also replaced by an equivalent … such as using pacman’s own database, ex:
https://wiki.archlinux.org/title/zsh#pacman_-F_“command_not_found”_handler
(the only thing that would really make sense if such a feature should exist at all, if you ask me)
But apparently not
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.