Linux Lite Forums
Installing COMODO Antivirux - Printable Version

+- Linux Lite Forums (https://www.linuxliteos.com/forums)
+-- Forum: Software - Support (https://www.linuxliteos.com/forums/forumdisplay.php?fid=5)
+--- Forum: Installing Software (https://www.linuxliteos.com/forums/forumdisplay.php?fid=18)
+--- Thread: Installing COMODO Antivirux (/showthread.php?tid=362)

Pages: 1 2


Installing COMODO Antivirux - crab - 05-25-2014

Have been trying and failing to install COMODO Antivirus on Linux Lite. Does anyone have any idea please. thanks


Re: Installing COMODO Antivirux - Wirezfree - 05-25-2014

(05-25-2014, 11:47 AM)crab link Wrote: Have been trying and failing to install COMODO Antivirus on Linux Lite. Does anyone have any idea please. thanks

Looks like you are not alone... It appears not to be compatible, and needs an update for latest Kernel..??
http://forums.comodo.com/comodo-antivirus-for-linux-cavl/struggling-to-install-and-use-comodo-free-antivirus-for-linuxrlm-t101210.0.html

On that page there is an "unofficial" patch link page:
https://forums.comodo.com/-t94441.0.html

Dave


Re: Installing COMODO Antivirux - Valtam - 05-25-2014

Support for the kernel stopped at 3.11 I believe. There is a way to get it running, I have tested it on a vb. You can try the following:

Download from here - Comodo AV

Double click on the deb file and install it.

Then open a terminal and do:

Code:
sudo /opt/COMODO/post_setup.sh

Start Comodo from the desktop.

Ignore any errors, click on the Antivirus tab, and do Update Virus Database.

When that is complete, exit Comodo from the tray area.

Download - http://www.bondoffamily-net.com/~kinta-chan/techknow/DownLoad/src/beta/driver.tar?date=20140325 and copy it to /opt/COMODO/driver.tar replacing the other driver.tar file.

Open a terminal in the folder where driver.tar is and do:

Code:
sudo cp driver.tar /opt/COMODO/

Then open a terminal and do:

Code:
sudo /opt/COMODO/post_setup.sh

again.

Start Comodo from the Desktop. All should be well now.

[Image: lv5xKkN.png]


Re: Installing COMODO Antivirux - Alex - 09-02-2014

It seemed like a good idea so I followed the instructions above....but, when I got to this bit:

"Download - http://www.bondoffamily-net.com/~kinta-chan/techknow/DownLoad/src/beta/driver.tar?date=20140325 and copy it to /opt/COMODO/driver.tar replacing the other driver.tar file."

I got a message, which flashed for a second that:

" could not replace file as you do not have proper permissions"

...or something similar...


What permissions do I need? And how do I get them?

thanks

wait...I think I know what I did wrong ...got too impatient and did not wait for the update to finish hence the program was still operating...would that be right?




Re: Installing COMODO Antivirux - Alex - 09-02-2014

Nope that wasn't it...I got the same error notice,, this time it lasted long enough for me to take a pic:

[Image: image-451D_5405D060.jpg]


What can I do next?

Sad

Thanks


Re: Installing COMODO Antivirux - Valtam - 09-02-2014

So you did sudo cp driver.tar /opt/COMODO/ and it didn't work?


Re: Installing COMODO Antivirux - Alex - 09-02-2014

Yep it didn't : it said no such directory as driver.tar






Re: Installing COMODO Antivirux - rokytnji - 09-02-2014

(09-02-2014, 08:21 PM)Alex link Wrote: Yep it didn't : it said no such directory as driver.tar

Did you

Quote:Open a terminal in the folder where driver.tar is

when you recieved no directory or did you open terminal in /home/username instead.

EG;
Code:
harry@biker1:~$

instead of

Code:
harry@biker1:/opt$




Re: Installing COMODO Antivirux - Alex - 09-03-2014

I wasn't sure so I did it again:

[Image: image-473F_5406669E.jpg]


but it is there:

[Image: image-CE73_5406669E.jpg]

???


Re: Installing COMODO Antivirux - Valtam - 09-03-2014

I'm assuming you have driver.tar in your home folder?