You are not logged in.
Pages: 1
Hallo,
benutze seit etwa 2 Monaten Q4 OS (Plasma) 64-Bit und teste, ob ich es für mich geeignet ist.
Leider habe ich ein Problem, dass bei anderen Linux-Distributionen (z.B. MX-Linux) die auf Debian
aufbauen, nicht auftauschen.
Möchte einen guten Virenscanner für Linux (ESET Nod32 für Linux) installieren, was aber unter
Q4 OS NICHT geht. Dauernd erscheint die Fehlermeldung, dass ich zuerst "libc6:i386" installieren soll.
Dazu gibt es bei ESET auch eine Anleitung in deutsch :
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install libc6:i386
Doch leider funktioniert das unter Q4 OS NICHT. Angeblich wird die Installationsdatei nicht gefunden.
Gibt es eine Moeglichkeit ESET doch zu installieren ?
Vielen Dank für Ihre geschätzte Mühe !
Freundliche Grüsse aus Deutschland (Germany)
Hans Oea
(Leider kann ich kein englisch.)
---------------------------------------------------------
EDIT by admin, translation:
Hi there,
have been using Q4 OS (Plasma) 64-Bit for about 2 months and test whether I am suitable for me.
Unfortunately I have a problem with other Linux distributions (e.g. MX-Linux) on Debian
build up, not swap.
Would like to install a good virus scanner for Linux (ESET Nod32 for Linux), but under
Q4 OS NOT working. I keep getting the error message that I should install "libc6: i386" first.
There are also instructions in German at ESET:
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install libc6: i386
Unfortunately, this does NOT work under Q4 OS. The installation file is said not to be found.
Is there a way to install ESET?
Thank you for your effort!
Kind regards from Germany (Germany)
Hans Oea
(Sorry, I do not speak English.)
Last edited by q4osteam (2020-03-02 17:45)
Offline
You need to add i386 architecture, so run in terminal:
$ sudo dpkg --add-architecture i386
$ sudo apt update
install libc6 afterwards:
sudo apt-get install libc6:i386
---------------------------------
Translation to German:
Sie müssen eine i386-Architektur hinzufügen, im Terminal ausführen:
$ sudo dpkg --add-architecture i386
$ sudo apt update
Installieren Sie libc6:
sudo apt-get install libc6:i386
Offline
Pages: 1