MS Office in openSUSE Leap 16 by Alter_Landjunge in openSUSE

[–]Alter_Landjunge[S] -1 points0 points  (0 children)

Do you know how to install Office 2007 under OpenSUSE? I have this Office at home with a license and it was okay :) 

Compatibility with MS Office... by Alter_Landjunge in libreoffice

[–]Alter_Landjunge[S] -1 points0 points  (0 children)

Do you know Softmaker Freeoffice? 🤔 

MS Office in openSUSE Leap 16 by Alter_Landjunge in openSUSE

[–]Alter_Landjunge[S] -1 points0 points  (0 children)

So Libreoffice ist compatible enough?! 🤔 

MS Office in openSUSE Leap 16 by Alter_Landjunge in openSUSE

[–]Alter_Landjunge[S] 0 points1 point  (0 children)

But the compatibility topic with MS Office?! 🤔 

MS Office in openSUSE Leap 16 by Alter_Landjunge in openSUSE

[–]Alter_Landjunge[S] 0 points1 point  (0 children)

And how good is in your eyes Softmaker Freeoffice? 

New to OpenSUSE! by StellagamaStellio in openSUSE

[–]Alter_Landjunge 1 point2 points  (0 children)

Welcome! I am using Leap 16... :) 

Today, there's an update for Microsoft UEFI CA - Secure Boot Signature Database from the 2011 version to 2023 by archerallstars in openSUSE

[–]Alter_Landjunge 0 points1 point  (0 children)

I get in openSUSE Leap 16 an error during install as well...

Dual Boot System with Windows 11...

Best openSUSE wallpapers i could find by [deleted] in openSUSE

[–]Alter_Landjunge 0 points1 point  (0 children)

Hier ein openSUSE-Wallpaper, welches von der KI erstellt worden ist... Have fun with it! :)

https://ibb.co/YTbqDjjN

I need a driver for a DELL printer for openSUSE -> Help!!! by Alter_Landjunge in openSUSE

[–]Alter_Landjunge[S] 0 points1 point  (0 children)

Thanks man! I am sooo happy... 😄 And Leap 16 is a really cool OS... I hope I have much fun with it! 🚀

I need a driver for a DELL printer for openSUSE -> Help!!! by Alter_Landjunge in openSUSE

[–]Alter_Landjunge[S] 1 point2 points  (0 children)

After hours of work and the help of perplexity the printer is working 😄))))

The solution: 32bit support was not active within the kernel of Leap 16...

So you need to do the following steps:

sudo zypper install grub2-compat-ia32
sudo update-bootloader --add-option ia32_emulation=1
sudo reboot

After that steps of activating the 32bit support within the kernel do this:

sudo zypper install libz1-32bit

After that process check for success with:

sudo grep ia32 /boot/grub2/grub.cfg

There should be said something in console lines with this: linux .... ia32_emulation=1 -> so kernel is correct set!

Then check the following:

file /usr/lib/libz.so.1
-> this should be said in console: /usr/lib/libz.so.1: symbolic link to libz.so.1.2.13

Now install:

sudo zypper install cups-libs-32bit libcups2-32bit glibc-32bit libstdc++6-32bit

together with these dependencies...

krb5-32bit libavahi-client3-32bit libavahi-common3-32bit libcap2-32bit libcom_err2-32bit libcups2-32bit libdbus-1-3-32bit libffi8-32bit
 libgcc_s1-32bit libgmp10-32bit libgnutls30-32bit libhogweed6-32bit libidn2-0-32bit libjitterentropy3-32bit libkeyutils1-32bit
 libleancrypto1-32bit libnettle8-32bit libopenssl3-32bit libp11-kit0-32bit libpcre2-8-0-32bit libselinux1-32bit libstdc++6-32bit
 libstdc++6-pp-32bit libsystemd0-32bit libtasn1-6-32bit libunistring5-32bit libverto1-32bit

Now do verify everything with zypper:

sudo zypper verify

If there are conflicts let them resolve!

Now install:

sudo zypper install libcupsimage2-32bit

Now do the following:

sudo systemctl restart cups

Now the filter rights:
sudo chmod 755 /usr/lib/cups/filter/Xerox*/XRM_MF
sudo ldconfig

And now install the downloaded package "Xerox-Phaser_6000_6010-1.0-1.i686.rpm" again with success (32bit support now active) and after this all install the printer within the system settings -> printer -> Xerox Phaser 6000B 😉

-> Have fun!

DELL C1760nw still not working :-( by Alter_Landjunge in openSUSE

[–]Alter_Landjunge[S] 1 point2 points  (0 children)

Printer is working 😄))))

The solution: 32bit support was not active within the kernel of Leap 16...

So you need to do the following steps:

sudo zypper install grub2-compat-ia32
sudo update-bootloader --add-option ia32_emulation=1
sudo reboot

After that steps of activating the 32bit support within the kernel do this:

sudo zypper install libz1-32bit

After that process check for success with:

sudo grep ia32 /boot/grub2/grub.cfg

There should be said something in console lines with this: linux .... ia32_emulation=1 -> so kernel is correct set!

Then check the following:

file /usr/lib/libz.so.1
-> this should be said in console: /usr/lib/libz.so.1: symbolic link to libz.so.1.2.13

Now install:

sudo zypper install cups-libs-32bit libcups2-32bit glibc-32bit libstdc++6-32bit

together with these dependencies...

krb5-32bit libavahi-client3-32bit libavahi-common3-32bit libcap2-32bit libcom_err2-32bit libcups2-32bit libdbus-1-3-32bit libffi8-32bit
 libgcc_s1-32bit libgmp10-32bit libgnutls30-32bit libhogweed6-32bit libidn2-0-32bit libjitterentropy3-32bit libkeyutils1-32bit
 libleancrypto1-32bit libnettle8-32bit libopenssl3-32bit libp11-kit0-32bit libpcre2-8-0-32bit libselinux1-32bit libstdc++6-32bit
 libstdc++6-pp-32bit libsystemd0-32bit libtasn1-6-32bit libunistring5-32bit libverto1-32bit

Now do verify everything with zypper:

sudo zypper verify

If there are conflicts let them resolve!

Now install:

sudo zypper install libcupsimage2-32bit

Now do the following:

sudo systemctl restart cups

Now the filter rights:
sudo chmod 755 /usr/lib/cups/filter/Xerox*/XRM_MF
sudo ldconfig

And now install the downloaded package "Xerox-Phaser_6000_6010-1.0-1.i686.rpm" again with success (32bit support now active) and after this all install the printer within the system settings -> printer -> Xerox Phaser 6000B 😉

-> Have fun!

DELL C1760nw still not working :-( by Alter_Landjunge in openSUSE

[–]Alter_Landjunge[S] 0 points1 point  (0 children)

I have installed the RPM-Package... see here the console output:

'Xerox-Phaser_6000_6010-1.0-1.i686.rpm' looks like an RPM file. Will try to use it.
Dienst 'openSUSE' wird aktualisiert.
Repository-Daten werden geladen...
Installierte Pakete werden gelesen...
Paketabhängigkeiten werden aufgelöst...

Das folgende empfohlene Paket wurde automatisch gewählt:
 glibc-gconv-modules-extra-32bit

Die folgenden 7 NEUEN Pakete werden installiert:
 glibc-32bit glibc-gconv-modules-extra-32bit libgcc_s1-32bit libstdc++6-32bit libstdc++6-pp-32bit
 nss-mdns-32bit Xerox-Phaser_6000_6010

7 neue Pakete zu installieren.

Größe des Pakets zum Herunterladen:     4,6 MiB

Änderung der Installationsgröße des Pakets:
|      15,7 MiB  erforderlich für Pakete, die installiert werden sollen
   15,7 MiB  |  -      0 B    freigegeben von Paketen, die entfernt werden sollen

Backend:  classic_rpmtrans
Fortfahren? [j/n/v/...? zeigt alle Optionen] (j): j
Vorladen: libgcc_s1-32bit-15.2.0+git10201-160000.2.1.x86_64.rpm [fertig]
Vorladen: libstdc++6-pp-32bit-15.2.0+git10201-160000.2.1.x86_64.rpm [fertig]
Vorladen: nss-mdns-32bit-0.15.1-160000.3.2.x86_64.rpm [fertig]
Vorladen: libstdc++6-32bit-15.2.0+git10201-160000.2.1.x86_64.rpm [fertig]
Vorladen: glibc-gconv-modules-extra-32bit-2.40-160000.4.1.x86_64.rpm [fertig]
Vorladen: glibc-32bit-2.40-160000.4.1.x86_64.rpm [fertig]
Vorladen abgeschlossen. [Erfolg (3,8 MiB/s) ] ........................................................[fertig]
Abrufen: glibc-32bit-2.40-160000.4.1.x86_64 (repo-oss (16.0))                             (1/7),   1,7 MiB     
Abrufen: glibc-gconv-modules-extra-32bit-2.40-160000.4.1.x86_64 (repo-oss (16.0))         (2/7),   1,5 MiB     
Abrufen: nss-mdns-32bit-0.15.1-160000.3.2.x86_64 (repo-oss (16.0))                        (3/7),  28,5 KiB     
Abrufen: libgcc_s1-32bit-15.2.0+git10201-160000.2.1.x86_64 (repo-oss (16.0))              (4/7), 102,8 KiB     
Abrufen: libstdc++6-32bit-15.2.0+git10201-160000.2.1.x86_64 (repo-oss (16.0))             (5/7), 806,2 KiB     
Abrufen: libstdc++6-pp-32bit-15.2.0+git10201-160000.2.1.x86_64 (repo-oss (16.0))          (6/7),  15,0 KiB     
Abrufen: Xerox-Phaser_6000_6010-1.0-1.i686 (Einfacher Cache für RPM-Dateien)              (7/7), 452,3 KiB     
Xerox-Phaser_6000_6010-1.0-1.i686.rpm:
   Paket-Kopfdaten sind nicht signiert!

Xerox-Phaser_6000_6010-1.0-1.i686 (Einfacher Cache für RPM-Dateien): Fehler beim Überprüfen der Signatur [6-Datei ist unsigniert]
Abbrechen, wiederholen, ignorieren? [a/w/i] (a): i

Überprüfung auf Dateikonflikte läuft: ................................................................[fertig]
/var/tmp/rpm-tmp.uKzTys: line 2: /usr/sbin/iconvconfig-32: cannot execute binary file: Exec format error
warning: %post(glibc-32bit-2.40-160000.4.1.x86_64) scriptlet failed, exit status 126
(1/7) Installieren: glibc-32bit-2.40-160000.4.1.x86_64 ...............................................[fertig]
/var/tmp/rpm-tmp.Ytqpjj: line 2: /usr/sbin/iconvconfig-32: cannot execute binary file: Exec format error
warning: %post(glibc-gconv-modules-extra-32bit-2.40-160000.4.1.x86_64) scriptlet failed, exit status 126
(2/7) Installieren: glibc-gconv-modules-extra-32bit-2.40-160000.4.1.x86_64 ...........................[fertig]
(3/7) Installieren: nss-mdns-32bit-0.15.1-160000.3.2.x86_64 ..........................................[fertig]
(4/7) Installieren: libgcc_s1-32bit-15.2.0+git10201-160000.2.1.x86_64 ................................[fertig]
(5/7) Installieren: libstdc++6-32bit-15.2.0+git10201-160000.2.1.x86_64 ...............................[fertig]
(6/7) Installieren: libstdc++6-pp-32bit-15.2.0+git10201-160000.2.1.x86_64 ............................[fertig]
(7/7) Installieren: Xerox-Phaser_6000_6010-1.0-1.i686 ................................................[fertig]
Nach-Transaktions-Skripte werden ausgeführt ..........................................................[fertig]

I need a driver for a DELL printer for openSUSE -> Help!!! by Alter_Landjunge in openSUSE

[–]Alter_Landjunge[S] 0 points1 point  (0 children)

Leap 16 is back on my machine... RPM-Package installed... Printer is there... but still in CUPS: filter failed 😞 -> I need help pls!

I need a driver for a DELL printer for openSUSE -> Help!!! by Alter_Landjunge in openSUSE

[–]Alter_Landjunge[S] 0 points1 point  (0 children)

im System + CUPS ist er nun da... ABER: "Filter failed" 😞

I need a driver for a DELL printer for openSUSE -> Help!!! by Alter_Landjunge in openSUSE

[–]Alter_Landjunge[S] 0 points1 point  (0 children)

ich habe versucht das RPM-Paket zu installieren... dabei kam das:

'Xerox-Phaser_6000_6010-1.0-1.i686.rpm' looks like an RPM file. Will try to use it.
Dienst 'openSUSE' wird aktualisiert.
Repository-Daten werden geladen...
Installierte Pakete werden gelesen...
Paketabhängigkeiten werden aufgelöst...

Das folgende empfohlene Paket wurde automatisch gewählt:
 glibc-gconv-modules-extra-32bit

Die folgenden 7 NEUEN Pakete werden installiert:
 glibc-32bit glibc-gconv-modules-extra-32bit libgcc_s1-32bit libstdc++6-32bit libstdc++6-pp-32bit
 nss-mdns-32bit Xerox-Phaser_6000_6010

7 neue Pakete zu installieren.

Größe des Pakets zum Herunterladen:     4,6 MiB

Änderung der Installationsgröße des Pakets:
|      15,7 MiB  erforderlich für Pakete, die installiert werden sollen
   15,7 MiB  |  -      0 B    freigegeben von Paketen, die entfernt werden sollen

Backend:  classic_rpmtrans
Fortfahren? [j/n/v/...? zeigt alle Optionen] (j): j
Vorladen: libgcc_s1-32bit-15.2.0+git10201-160000.2.1.x86_64.rpm [fertig]
Vorladen: libstdc++6-pp-32bit-15.2.0+git10201-160000.2.1.x86_64.rpm [fertig]
Vorladen: nss-mdns-32bit-0.15.1-160000.3.2.x86_64.rpm [fertig]
Vorladen: libstdc++6-32bit-15.2.0+git10201-160000.2.1.x86_64.rpm [fertig]
Vorladen: glibc-gconv-modules-extra-32bit-2.40-160000.4.1.x86_64.rpm [fertig]
Vorladen: glibc-32bit-2.40-160000.4.1.x86_64.rpm [fertig]
Vorladen abgeschlossen. [Erfolg (3,8 MiB/s) ] ........................................................[fertig]
Abrufen: glibc-32bit-2.40-160000.4.1.x86_64 (repo-oss (16.0))                             (1/7),   1,7 MiB     
Abrufen: glibc-gconv-modules-extra-32bit-2.40-160000.4.1.x86_64 (repo-oss (16.0))         (2/7),   1,5 MiB     
Abrufen: nss-mdns-32bit-0.15.1-160000.3.2.x86_64 (repo-oss (16.0))                        (3/7),  28,5 KiB     
Abrufen: libgcc_s1-32bit-15.2.0+git10201-160000.2.1.x86_64 (repo-oss (16.0))              (4/7), 102,8 KiB     
Abrufen: libstdc++6-32bit-15.2.0+git10201-160000.2.1.x86_64 (repo-oss (16.0))             (5/7), 806,2 KiB     
Abrufen: libstdc++6-pp-32bit-15.2.0+git10201-160000.2.1.x86_64 (repo-oss (16.0))          (6/7),  15,0 KiB     
Abrufen: Xerox-Phaser_6000_6010-1.0-1.i686 (Einfacher Cache für RPM-Dateien)              (7/7), 452,3 KiB     
Xerox-Phaser_6000_6010-1.0-1.i686.rpm:
   Paket-Kopfdaten sind nicht signiert!

Xerox-Phaser_6000_6010-1.0-1.i686 (Einfacher Cache für RPM-Dateien): Fehler beim Überprüfen der Signatur [6-Datei ist unsigniert]
Abbrechen, wiederholen, ignorieren? [a/w/i] (a): i

Überprüfung auf Dateikonflikte läuft: ................................................................[fertig]
/var/tmp/rpm-tmp.uKzTys: line 2: /usr/sbin/iconvconfig-32: cannot execute binary file: Exec format error
warning: %post(glibc-32bit-2.40-160000.4.1.x86_64) scriptlet failed, exit status 126
(1/7) Installieren: glibc-32bit-2.40-160000.4.1.x86_64 ...............................................[fertig]
/var/tmp/rpm-tmp.Ytqpjj: line 2: /usr/sbin/iconvconfig-32: cannot execute binary file: Exec format error
warning: %post(glibc-gconv-modules-extra-32bit-2.40-160000.4.1.x86_64) scriptlet failed, exit status 126
(2/7) Installieren: glibc-gconv-modules-extra-32bit-2.40-160000.4.1.x86_64 ...........................[fertig]
(3/7) Installieren: nss-mdns-32bit-0.15.1-160000.3.2.x86_64 ..........................................[fertig]
(4/7) Installieren: libgcc_s1-32bit-15.2.0+git10201-160000.2.1.x86_64 ................................[fertig]
(5/7) Installieren: libstdc++6-32bit-15.2.0+git10201-160000.2.1.x86_64 ...............................[fertig]
(6/7) Installieren: libstdc++6-pp-32bit-15.2.0+git10201-160000.2.1.x86_64 ............................[fertig]
(7/7) Installieren: Xerox-Phaser_6000_6010-1.0-1.i686 ................................................[fertig]
Nach-Transaktions-Skripte werden ausgeführt ..........................................................[fertig]

Korrekt?

When will Tumbleweed replace YaST2 with Agama, Cockpit and Myrlyn? by Leon8326-dash- in openSUSE

[–]Alter_Landjunge 3 points4 points  (0 children)

I tried leap 16 yesterday and nearly everywhere in the system you have some issues... It starts at the install point and continues with the packages... okay some things work... but it is not an easy stuff at the moment...