Hi Nino, *, 2014/1/16 Nino Novak <[email protected]>: > > nach langer Abstinenz wollte ich mir mal wieder "händisch" eine > LibreOffice-Version auf meine openSUSE-Kiste installieren.
Dann einfach die rpms mit yast oder rpm direkt installieren: rpm -Uhv LibreOffice*/RPMS/*rpm > Nach Entpacken des tar.gz-Archivs fand ich ein bash-Skript "install" > vor, das bei der Ausführung jedoch bald abbrach. Das ist nicht für die reguläre Installation gedacht - Menüintegration bekommt man damit z.B. nicht. Das erstellt und installiert in eine separate rpm-Datenbank. Das erlaubt zwar einersetzt das Installieren als normaler Nutzer, aber hat im Grunde keinen Vorteil gegenüber for i in *.rpm; do rpm2cpio $i |cpio -idmv; done > Installing the RPMs > error: error reading from file > RPMS/libreoffice4.1-writer-4.1.4.2-2.x86_64.rpm Die Meldung steht so nicht im Skript selber, wird also von einem der ausgeführten Kommandos ausgegeben... Und nein, nicht reproduzierbar, hier funktionierts ohne Probleme. #################################################################### # Installation of the found packages # #################################################################### Path to the database: /home/cloph/nobackup/4.1.4.2/x86_64/LibreOffice_4.1.4.2_Linux_x86-64_rpm/installfolder/.RPM_OFFICE_DATABASE Path to the packages: RPMS Path to the installation: installfolder Installing the RPMs Preparing... ########################################### [100%] 1:libreoffice4.1-ure ########################################### [ 2%] 2:libobasis4.1-core01 ########################################### [ 4%] [...] 50:libobasis4.1-gnome-inte########################################### [ 98%] 51:libobasis4.1-ooolinguis########################################### [100%] Installation done ... Also bitte überprüfen, ob die Datein korrekt entpackt wurden. ggf. hat auch die Festplatte einen Knacks weg. $ md5sum RPMS/libreoffice4.1-writer-4.1.4.2-2.x86_64.rpm e0241f355f407d8fb9724487ea52bb77 RPMS/libreoffice4.1-writer-4.1.4.2-2.x86_64.rpm ciao Christian -- Liste abmelden mit E-Mail an: [email protected] Probleme? http://de.libreoffice.org/hilfe-kontakt/mailing-listen/abmeldung-liste/ Tipps zu Listenmails: http://wiki.documentfoundation.org/Netiquette/de Listenarchiv: http://listarchives.libreoffice.org/de/discuss/ Alle E-Mails an diese Liste werden unlöschbar öffentlich archiviert
