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

Unexpected installation of SQLite during "sudo dnf autoremove" command



Hello ZSH dudes, 

i have a problem after fresh install of zsh on fedora. 

typeset -p1 VENDOR OSTYPE ZSH_PATCHLEVEL _autocomplete__funcfiletrace
typeset: no such variable: _autocomplete__funcfiletrace
typeset VENDOR=redhat
typeset OSTYPE=linux-gnu
typeset ZSH_PATCHLEVEL=zsh-5.9-0-g73d3173


### Description

When executing the "sudo dnf autoremove" command, the zsh-autocomplete plugin attempts to install SQLite without any user input. This behavior is unexpected.
Steps to Reproduce

    Open a terminal and navigate to the zsh-autocomplete plugin directory.
    Type the command "sudo dnf autoremove".

### Expected Result

The "sudo dnf autoremove" command should remove any unused packages without attempting to install additional packages.
Actual Result

During the execution of "sudo dnf autoremove", zsh initiates the installation of SQLite without any user input or prompt.
### System Configuration

    Operating System: Fedora Linux 38 (Workstation _Edition)_

### Additional Information

-     This issue occurs specifically with the "sudo dnf autoremove" command.
bash only is invoking nothing
-     The system is running Fedora Linux 38 (Workstation Edition).
-     The unexpected installation of SQLite during "sudo dnf autoremove" does not occur without the zsh-autocomplete plugin installed.
-     No additional customization or modifications have been made tothe system's package manager configuration.

Please let me know if you need any further information to address this issue.

Mit freundlichen Grüßen | Kind regards

Mirko Matošin

Praktikant | Trainee

T: +49 7844 9138-5878
F: +49 7844 9139-1199

Zimmer GmbH
Im Salmenkopf 5
D-77866 Rheinau

mirko.matosin@xxxxxxxxxxxxxxxx
www.zimmer-group.com 

Member of Zimmer Group
Die gesetzlichen Pflichtangaben finden Sie unter: www.zimmer-group.com/de/bottommenu/impressum



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