Linux Lite Forums

Software - Support => Installing Software => Topic started by: crab on May 25, 2014, 07:47:46 AM

Title: Installing COMODO Antivirux
Post by: crab on May 25, 2014, 07:47:46 AM
Have been trying and failing to install COMODO Antivirus on Linux Lite. Does anyone have any idea please. thanks
Title: Re: Installing COMODO Antivirux
Post by: Wirezfree on May 25, 2014, 02:38:56 PM
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 (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 (https://forums.comodo.com/-t94441.0.html)

Dave
Title: Re: Installing COMODO Antivirux
Post by: Jerry on May 25, 2014, 03:09:23 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 (http://www.comodo.com/home/download/download.php?prod=antivirus-for-linux&track=3646&key5sk1=1049a9f9bf46143e5c131a15bb0acb1384d1251a&key5sk2=&key5sk3=1385282695000&key5sk4=&key5sk5=1385282672000&key5sk6=3646&key5sk7=1385282700000&key6sk1=&key6sk2=FF250&key6sk3=40&key6sk4=en-us&key6sk5=JO&key6sk6=0&key6sk7=http://www.comodo.com/home/internet-security/antivirus-for-linux.php&key6sk8=118800&key6sk9=1440900&key6sk10=false&key6sk11=aa440ee81835b14abc94387d837854f85874cb5f&key6sk12=2034&key7sk1=204398&key1sk1=dt&key1sk2=http://www.comodo.com/home/internet-security/antivirus-for-linux.php)

Double click on the deb file and install it.

Then open a terminal and do:

Code: [Select]
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: [Select]
sudo cp driver.tar /opt/COMODO/
Then open a terminal and do:

Code: [Select]
sudo /opt/COMODO/post_setup.sh
again.

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

(https://i.imgur.com/lv5xKkN.png)
Title: Re: Installing COMODO Antivirux
Post by: Alex on September 02, 2014, 09:53:30 AM
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?

Title: Re: Installing COMODO Antivirux
Post by: Alex on September 02, 2014, 10:15:00 AM
Nope that wasn't it...I got the same error notice,, this time it lasted long enough for me to take a pic:

(http://thegomc.com/DPInew/image-451D_5405D060.jpg) (http://thegomc.com/DPInew/share-451D_5405D060.html)


What can I do next?

 :(

Thanks
Title: Re: Installing COMODO Antivirux
Post by: Jerry on September 02, 2014, 02:26:13 PM
So you did sudo cp driver.tar /opt/COMODO/ and it didn't work?
Title: Re: Installing COMODO Antivirux
Post by: Alex on September 02, 2014, 04:21:27 PM
Yep it didn't : it said no such directory as driver.tar



Title: Re: Installing COMODO Antivirux
Post by: rokytnji on September 02, 2014, 06:50:52 PM
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: [Select]
harry@biker1:~$

instead of

Code: [Select]
harry@biker1:/opt$

Title: Re: Installing COMODO Antivirux
Post by: Alex on September 02, 2014, 08:55:04 PM
I wasn't sure so I did it again:

(http://thegomc.com/DPInew/image-473F_5406669E.jpg) (http://thegomc.com/DPInew/share-473F_5406669E.html)


but it is there:

(http://thegomc.com/DPInew/image-CE73_5406669E.jpg) (http://thegomc.com/DPInew/share-CE73_5406669E.html)

 ???
Title: Re: Installing COMODO Antivirux
Post by: Jerry on September 02, 2014, 08:57:21 PM
I'm assuming you have driver.tar in your home folder?
Title: Re: Installing COMODO Antivirux
Post by: Alex on September 02, 2014, 09:20:18 PM
No it's not there, it seems to be in the comodo folder, or is that another "driver.tar"? And should I have oner in my home folder?

Sorry, I am not very good at this :(
Title: Re: Installing COMODO Antivirux
Post by: Jerry on September 02, 2014, 10:02:30 PM
In all honesty theres no need for AV on Linux. If you really insist on having AV, consider installing ClamAV.

Code: [Select]
sudo apt-get get installl clamtk
Much easier :)
Title: Re: Installing COMODO Antivirux
Post by: rokytnji on September 02, 2014, 10:05:54 PM
You want

Code: [Select]
cd /opt/Comodo
to run the command then since the tar is in the Comodo folder inside of the opt folder.

Then run the sudo cp command that Valtam gives you.

Valtam posted earlier than me so if wanting Clam. Go for it.
Title: Re: Installing COMODO Antivirux
Post by: Alex on September 02, 2014, 10:36:20 PM
I have Clam, I wasn't sure if it was good enough...Comodo looked so much like something I was more used to. Installing Clam was super easy even for me.  If it's good enough then oK, but I hate leaving anything done half way. So I'll give it one more try.

Well a whole of stuff happened...pages of licensing agreement then it told me it was all installed!

But it did not work from the desktop i got the notice to run: /etc/init.d/cmdavd restart.

When I tried that I got this:

alex@alex-OptiPlex-GX620:~$ cd /
alex@alex-OptiPlex-GX620:/$ /etc/init.d/cmdavd restart
ERROR:To run this script make sure you have Super User (root) permission.
alex@alex-OptiPlex-GX620:/$ cd /
alex@alex-OptiPlex-GX620:/$ whoami
alex
alex@alex-OptiPlex-GX620:/$ pwd
/
 I thought that when I was in "/" I did have root permission, or is Super User something even more powerful?

 :o






Title: Re: Installing COMODO Antivirux
Post by: Jerry on September 02, 2014, 10:39:42 PM
Try: sudo /etc/init.d/cmdavd restart
Title: Re: Installing COMODO Antivirux
Post by: Alex on September 03, 2014, 03:04:38 PM
 I don't think it worked:

/etc/init.d/cmdavd: 64: .: Can't open /etc/init.d/functions

was the only result. as far as I can see

TY
Title: Re: Installing COMODO Antivirux
Post by: N4RPS on September 04, 2014, 11:17:59 PM
Hello!

Valtam is correct - you don't need AV for Linux unless you use Windows files, and that's only to keep you from passing on infected Windows files from or to other Windows PCs.

For that purpose ClamAV and freshclam (to keep ClamAV current) are sufficient for that purpose, and virus definitions gets updated quite frequently...

73 DE N4RPS
Rob

Title: Re: Installing COMODO Antivirux
Post by: Alex on September 06, 2014, 03:10:30 AM
Thank you N4RPS I have sort of given up on it anyway especially after I was told I did not need it...now I have to figure out how to get rid of it, all of it.  ::)