05-25-2014, 11:47 AM
Pages: 1 2
05-25-2014, 06:38 PM
(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-antiviru...210.0.html
On that page there is an "unofficial" patch link page:
https://forums.comodo.com/-t94441.0.html
Dave
05-25-2014, 07:09 PM
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:
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-c...e=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:
Then open a terminal and do:
again.
Start Comodo from the Desktop. All should be well now.
![[Image: lv5xKkN.png]](https://i.imgur.com/lv5xKkN.png)
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-c...e=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]](https://i.imgur.com/lv5xKkN.png)
09-02-2014, 01:53 PM
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-c...e=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?
"Download - http://www.bondoffamily-net.com/~kinta-c...e=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?
09-02-2014, 02:15 PM
09-02-2014, 06:26 PM
So you did sudo cp driver.tar /opt/COMODO/ and it didn't work?
09-02-2014, 08:21 PM
Yep it didn't : it said no such directory as driver.tar
09-02-2014, 10:50 PM
(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$
09-03-2014, 12:55 AM
09-03-2014, 12:57 AM
I'm assuming you have driver.tar in your home folder?
Pages: 1 2