
In data mercoledì 19 marzo 2025 09:59:57 Ora standard dell’Europa centrale, tabris@tabris.net ha scritto:
Does this help?
Zypper get reverse dependencies forums.opensuse.org Suggests
zypper se --requires-pkg libzypp
Sent from myPhone.
On Mar 19, 2025, at 3:57 AM, Stakanov via openSUSE Users <users@lists.opensuse.org> wrote:
I had to ban 9095 packages of texlive. If I don't they draw in monster updates and loads for a program that I currently do not use.
How can I find out which of the installed programs is responsible for this (and eventually get rid of it)?
Thank you. <signature.asc>
zypper se --requires-pkg texlive > zypper-texlive-dependencies.txt does the trick, actually the txt output is necessary because the list of installed packages is hilariously large, so it is easier to search. But the output is what I searched for e.g.
l | texlive-zwpagelayout | Page layout and crop-marks
| pacchetto> l | texlive-zx-calculus | A library to typeset ZX Calculus diagrams | pacchetto l | texlive-zxjafbfont | Fallback CJK font support for xeCJK | pacchetto l | texlive-zxjafont | Set up Japanese font families for XeLaTeX | pacchetto l | texlive-zxjatype | Standard conforming typesetting of Japanese, for XeLaTeX | pacchetto l | texlive-zztex | A full-featured TeX macro package for producing books, journals, and manuals | pacchetto> | texmaker | LaTeX editor | | | pacchetto texstudio | | LaTeX Editor | | | pacchetto texworks | TeXshop-like TeX | Editor | | pacchetto VFlib3-devel | | Development libraries for VFlib3 | | | pacchetto vim-plugin-latex | A rich | set of tools for editing LaTeX | | pacchetto
formatting is naturally lost here in email but it is very readable. I I well understand I have to search for "i" as installed (the texlive ones are all l for locked of course). What is weird is, that the ones listed are not signed as installed. So in fact, texlive should not have been drawn in. I am puzzled.