Ich weis, das Thema ist schon älter, aber es hat sich was geändert, daher muss ich hier noch was posten.
Es stimmt
nicht mehr, siehe Beitrag
#20, das der
cups-pk-helper mit
system-config-printer (Druckeinstellungen) als optionale Abhängingkeit installiert werden kann.
Jetzt ist es - jedenfalls wars bei meiner jungfreulichen XFCE Installation so- nicht mehr
optional zu installieren, es hat auch nichts mehr mit system-config-printer zu tun sondern wird mit
manjaro-printer ohne Nachfrage mit installiert. Daran ist nichts zu ändern, wie gesagt, es ist
nicht optional.
Manjaro-printer ist auch schon standardmäßig bei der installation dabei, also auch der cups-pk-helper.
Und man kann es nicht mit pacman deinstallieren.
Code: Alles auswählen
sudo pacman -Rs cups-pk-helper
Abhängigkeiten werden geprüft …
Fehler: Vorgang konnte nicht vorbereitet werden (Kann Abhängigkeiten nicht erfüllen)
:: Entfernen von cups-pk-helper verletzt Abhängigkeit »cups-pk-helper«, benötigt von manjaro-printer
Also manjaro-printer deinstallieren:
Code: Alles auswählen
sudo pacman -Rs manjaro-printer
Abhängigkeiten werden geprüft …
:: colord benötigt optional colord-sane: SANE support
:: gimp benötigt optional gutenprint: for sophisticated printing only as gimp has built-in cups print support
:: python-fonttools benötigt optional python-pyqt5: for drawing glyphs with Qt’s QPainterPath
:: python-fonttools benötigt optional python-reportlab: to drawing glyphs as PNG images
:: python-matplotlib benötigt optional python-pyqt5: Qt5{Agg,Cairo} backends
:: python-pillow benötigt optional python-pyqt5: for the ImageQt module
:: system-config-printer benötigt optional python-pysmbc: SMB browser support
:: system-config-printer benötigt optional cups-pk-helper: PolicyKit helper to configure cups with fine-grained privileges
:: wine benötigt optional sane
:: wine benötigt optional cups
Pakete (34) colord-sane-1.4.5-4 cups-1:2.4.0-4 cups-filters-1.28.11-1 cups-pdf-3.0.1-6 cups-pk-helper-0.2.6-4
foomatic-db-3:20211116-1 foomatic-db-engine-4:20200206-1 foomatic-db-gutenprint-ppds-5.3.4-1
gutenprint-5.3.4-1 hplip-1:3.21.12-1 libieee1284-0.2.11-13 liblouis-3.20.0-2 net-snmp-5.9.1-3
perl-alien-build-2.46-1 perl-alien-libxml2-0.17-2 perl-capture-tiny-0.48-5 perl-dbi-1.643-3
perl-ffi-checklib-0.28-2 perl-file-chdir-0.1011-4 perl-file-which-1.27-1 perl-path-tiny-0.120-1
perl-xml-libxml-2.0207-2 perl-xml-namespacesupport-1.12-4 perl-xml-sax-1.02-1 perl-xml-sax-base-1.09-4
python-distro-1.6.0-4 python-pyqt5-5.15.6-6.1 python-pyqt5-sip-12.9.0-3 python-pysmbc-1.0.23-3
python-reportlab-3.6.5-1 qpdf-10.5.0-1 sane-1.0.32-3 splix-2.0.0-16 manjaro-printer-20200215-2
Gesamtgröße der entfernten Pakete: 260,64 MiB
Da werden eine Menge Pakete mitgerissen, ich habs trotzdem gemacht.
Und jetzt ist cups-pk-helper auch weg.
Frage: wie kann man cups-pk-helper deinstallieren ohne den Rest von manjaro-printer? Leider kenne ich die entsprechenden Befehle nicht, wenns denn überhaupt möglich ist.
PS
Noch als Hinweis, als ich manjaro-printer über den grafischen pamac-manager deinstalliert habe, wurde cups-pk-helper
nicht mit deinstalliert.
Das musste ich explizit nochmal mit pacman anstoßen. Über pacman im Terminal deinstallieren hatte ich das Problem, wie in der CodeBox zu sehen, nicht.