RajGopalBH 0 Posted April 21, 2019 Share Posted April 21, 2019 Dear Eset , I am trying to install eset nod 32 antivirus in Fedora 29 operating system . Earlier I used Ubuntu 18.04 and I had to type this command "sudo apt-get install libcanberra-gtk-module:i386 " for installing antivirus but Now I am confused with Fedora OS . Can anyone specify the equivalent packages in fedora 29 so that I can proceed with installation ? Before installation I disabled selinux in this way . sudo sed -i 's/selinux=enforcing\|selinux=permissive/SELINUX=disabled/I' /etc/selinux/config . Please some one guide me to install this software in fedora 29 . Link to comment Share on other sites More sharing options...
ESET Staff J.J. 24 Posted April 24, 2019 ESET Staff Share Posted April 24, 2019 (edited) On 4/21/2019 at 12:58 PM, RajGopalBH said: Dear Eset , I am trying to install eset nod 32 antivirus in Fedora 29 operating system . Earlier I used Ubuntu 18.04 and I had to type this command "sudo apt-get install libcanberra-gtk-module:i386 " for installing antivirus but Now I am confused with Fedora OS . Can anyone specify the equivalent packages in fedora 29 so that I can proceed with installation ? Before installation I disabled selinux in this way . sudo sed -i 's/selinux=enforcing\|selinux=permissive/SELINUX=disabled/I' /etc/selinux/config . Please some one guide me to install this software in fedora 29 . Disable Selinux (Selinux is not supported by our product): To disable SELinux, configure SELINUX=disabled in /etc/selinux/config: # This file controls the state of SELinux on the system. # SELINUX= can take one of these three values: # enforcing - SELinux security policy is enforced. # permissive - SELinux prints warnings instead of enforcing. # disabled - No SELinux policy is loaded. SELINUX=disabled # SELINUXTYPE= can take one of these two values: # targeted - Targeted processes are protected, # mls - Multi Level Security protection. SELINUXTYPE=targeted Disable Wayland (Wayland is not supported by our product) You can do this on Fedora 29 by editing /etc/gdm/custom.conf and uncommenting the line "#WaylandEnable=false" Install GlibC - yum install libc6.i686 Install Gnome tweak tool: - yum install gnome-tweak-tool Install TopIcons Extension: - yum install gnome-shell-extension-topicons-plus Pre-Requisities: You need the make utility : # Debian, Ubuntu sudo apt-get install make # Red Hat, Fedora sudo dnf install make Download the code to any folder, using git: git clone https://github.com/phocean/TopIcons-plus.git Go into the TopIcons Plus project directory and execute the installation script. cd TopIcons-plus make install This will compile the glib schemas and copy all the necessary files to the GNOME Shell extensions directory for your own user account (so you don't need admin privileges to run make). By default, TopIcons Plus will live in the directory ~/.local/share/gnome-shell/extensions/TopIcons@phocean.net/. If you want to install the extension so that it will be usable system-wide, you'll have to change the INSTALL_PATH variable, and run as root. sudo make install INSTALL_PATH=/usr/share/gnome-shell/extensions Finally, launch the gnome-tweak-tool utility to manage extensions. There, you can enable TopIcons Plus and then tweak its look and feel. Enable Top Icons plus using Gnome Tweak tool - Screenshot attached Install ESET NOD32A Antivirus for Linux Desktop Edited April 24, 2019 by J.J. Peter Randziak 1 Link to comment Share on other sites More sharing options...
Most Valued Members Nightowl 198 Posted April 24, 2019 Most Valued Members Share Posted April 24, 2019 But it's not that much recommended to disable AppArmor/SELinux , is that right? Link to comment Share on other sites More sharing options...
Recommended Posts