Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
# these packages are required before installing ESET
yum install glibc.i686 ed tar
 
# download and install ESET antivirus
wget https://download.eset.com/com/eset/apps/business/efs/linux/latest/efs.x86_64.bin
sh efs.x86_64.bin
 
# import licence key
/opt/eset/efs/sbin/lic -k XXXX-XXXX...

...