Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Unexpected installation of SQLite during "sudo dnf autoremove" command
- X-seq: zsh-workers 51915
- From: Mirko Matošin <mirko.matosin@xxxxxxxxxxxxxxxx>
- To: "zsh-workers@xxxxxxx" <zsh-workers@xxxxxxx>
- Subject: Unexpected installation of SQLite during "sudo dnf autoremove" command
- Date: Tue, 11 Jul 2023 08:02:05 +0000
- Accept-language: de-DE, en-US
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass (sender ip is 20.79.222.204) smtp.rcpttodomain=zsh.org smtp.mailfrom=zimmer-group.com; dmarc=pass (p=quarantine sp=quarantine pct=100) action=none header.from=zimmer-group.com; dkim=none (message not signed); arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=vSJrd7FodZmaTPmeWiinJtsPWCaJGoX5tdbOAqGka/4=; b=VV3h9+d5typ8VgHr2dn+OwknyMbNH8tp+q8Sf/3943mGwC1M7f0Ko0wBGCO3Qsw4h8pZ/d6bQDxXNvTwRGhawyeykrMFmeLahP2ZA6A5euqCgKbh3Ea/kY/MT7IB33pgtfaqc0ALlgH5nZstzZ5U4MdyXEljdD717L0l02b5zRIxnT6OMXfuFjkuZMYBChu6wi43jssSiRZY1yLioZKAOppeCNDSR/eQiPexLxK8+nWz8oJOgvp7LOHzpS/xj0szG7BrthpZMEePYZJqaFo9eq7D7Y+TU8aTdH1PzytApsGZnTvbIW43lpdtT8wLzQtpG1s6CaBB4+rTeb+8lNv7fA==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=E5b59JseafajUhQ2YBa2Lvkw9etkAMhvzuVgVu6jQq0+h9RLq3dJM5oaHX+Jw8LVwM9fk1AxqeO5thFFJgBasvf06OpQ7XT64bZhNGVISR7dli+jMmEeM/Oql2cB+8F+2h7wSUbFolWf4PVtgKs/AsJ2R9lerbpDQP+haczFlNSKDlpJqbGTsPQR4etcy2JBnQj0sszHQ2cQmNOybBKu872pM4N0oOiMeXUfe9Mz8b81wlFJUpBuWsfnJ/YeROdLVfkMfrjTmtP0g5aQZiVEYS1Q2q6Z4i03yDF4M+9boi0MVRSJdOenoy1T9GkXIK12mlqpKlXA3R+Tq2mK4HCksQ==
- Archived-at: <https://zsh.org/workers/51915>
- List-id: <zsh-workers.zsh.org>
- Msip_labels:
- References: <66435637-82c1-464e-85fb-bd3cd485052e.f0af137d-67f0-47ab-b7f8-5e0e70df6b34.3dfd4d24-34e4-4553-a1f5-ce63b21694b3@emailsignatures365.codetwo.com> <66435637-82c1-464e-85fb-bd3cd485052e.95e17f34-409d-4b8c-b99b-e6635451f7ff.245922ee-0718-4a4c-94a2-58ad892ba0fd@emailsignatures365.codetwo.com>
- Thread-index: AQHZs80wKUKB9acwSUOFcQX24gKs8Q==
- Thread-topic: 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