• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

[TIP]: Installation von hibiscus-nightly-HBCI-Onlinebanking

oc2pus

Ultimate Guru
da es zur Zeit ein kleines Problem im jpackage Repository gibt kann hibiscus nocht ohne Probleme upgedatet werden ...

Die Ursache liegt im Paket dom4j, welches ein stax-bea Paket sucht, das gibt es aber nur als nosrc.rpm.

Lösung:
bea-stax aus meinem Repository verwenden.

also sollte die Installation mit
Code:
apt install hibiscus hibiscus-manual bea-stax
erfolgen.

Wichtig:
hibiscus benötigt mindestens eines der Pakete hbci_passport_ddv, hbci_passport_pintan oder hbci_passport-rdh. apt wählt als default hbci_passport_ddv aus. Wer mit pintan arbeitet sollte also
Code:
apt install hibiscus hibiscus-manual bea-stax hbci_passport_pintan
aufrufen.

hier ein Beispiel:
Code:
apt install hibiscus bea-stax hbci_passport_pintan
Reading Package Lists... Done
Building Dependency Tree... Done
The following extra packages will be installed:
  BaseOCF OCF-pcsc-wrapper avalon-framework avalon-logkit bcel bea-stax-api bouncycastle bouncycastle-jdk1.5 ctapi-cyberjack de_willuhn_ds dom4j gnu.regexp hbci4java
  hbci_passport_ddv icu4j isorelax jaf jameica jameica-swt3-gtk jaxen jdom mckoi msv-msv msv-xsdlib nanoxml oldjdom oro pcsc-towitoko regexp relaxngDatatype servletapi3 swtcalendar
  velocity werken.xpath xalan-j2 xom xpp2 xpp3
The following NEW packages will be installed:
  BaseOCF OCF-pcsc-wrapper avalon-framework avalon-logkit bcel bea-stax bea-stax-api bouncycastle bouncycastle-jdk1.5 ctapi-cyberjack de_willuhn_ds dom4j gnu.regexp hbci4java
  hbci_passport_ddv hbci_passport_pintan hibiscus icu4j isorelax jaf jameica jameica-swt3-gtk jaxen jdom mckoi msv-msv msv-xsdlib nanoxml oldjdom oro pcsc-towitoko regexp
  relaxngDatatype servletapi3 swtcalendar velocity werken.xpath xalan-j2 xom xpp2 xpp3
0 upgraded, 41 newly installed, 0 removed and 13 not upgraded.
Need to get 0B/17.3MB of archives.
After unpacking 20.9MB of additional disk space will be used.
Do you want to continue? [Y/n]
 
Oben