Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: [EXTERNAL] Re: Unexpected installation of SQLite during "sudo dnf autoremove" command



On Tue, Jul 11, 2023 at 6:26 PM Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> wrote:
>
> On Tue, Jul 11, 2023 at 1:12 AM Mirko Matošin
> <mirko.matosin@xxxxxxxxxxxxxxxx> wrote:
> >
> > As soon as i hit tab after autoremove it wants to install sqlite
>
> I'm reasonably sure this is not a problem with zsh or completion per
> se, but rather that the packaged OS vendor installation includes a
> command-not-found handler that invokes the package manager.

_dnf invokes sqlite3 as an optimization. There is a fallback branch
that does not require this command. However, the optimization branch
may be taken even when sqlite3 is missing. This is a bug in _dnf.
Either of the two patches posted here will fix it.

Roman.




Messages sorted by: Reverse Date, Date, Thread, Author