LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Antivirus Projection - Free, non trial, updatable and console driven. (https://www.linuxquestions.org/questions/linux-software-2/antivirus-projection-free-non-trial-updatable-and-console-driven-4175562425/)

coproc 12-26-2015 08:37 PM

Antivirus Projection - Free, non trial, updatable and console driven.
 
I have search high an low for an antivirus program.
The requirements that it needs are:
  • To run in the console; no GUI interface.
  • It has to be upgradable, perforable with an automatic update.
  • Won't expire after x days/months/years.

I have found that ClamAV fits most of the bill, but I cannot get it updated to the current version: 0.99.
Also I have read that it only finds the virus, but doesn't repair the damaged file.

Others I've looked at were Comodo, Avast, Bitdefender, F-Prot, AVG Free.
The above appear to be only available as a GUI interface.
I'm running a server that is strictly console based, (and planning on using it for business.)

I'm running this on a Debian 7 variant; Turnkey Linux, on the HP ProLiant server listed in my signature.

Thanks in advance for your response.

Ztcoracat 12-26-2015 08:49 PM

Here's the latest stable version of ClamAV 0.99.0 :
http://www.clamav.net/downloads

Comodo works BTW. I use to run it but you're right it requires a GUI.
I never could get Bitdefender to work.

coproc 12-26-2015 10:15 PM

I attempted to download, and ran the configure.
All that went well, however, I am unable to get it installed.
After I type ./configure, then make (as instructed in the INSTALL document) nothing happens.
I attempted to use make install, and again nothing happens.

Code:

make: *** No targets specified and no makefile found. Stop

make: *** No rule to make target 'install'. Stop.


Thanks for the advise on getting this installed.

Ztcoracat 12-26-2015 10:40 PM

You have to be in the directory in which the make file is in.

As an example if you downloaded ClamAV to your Downloads directory and untarred the tar ball you would run this:

Code:

cd /home/username/Downloads/clamav-0.99/
Run ./configure from that directory. When configure is done than run make.

-::-In the meantime I'll download it and play with it from my Downloads directory-::-:)

-::-Remove the old version of ClamAV before you compile and install the new one.-::-

Ztcoracat 12-26-2015 10:51 PM

I'm getting a configure error but that's because I don't have OenSSL installed.

Let me know if running make from the proper directory (the full path) works for you.
I ran it from:
Code:

cd /home/linuxcat/Downloads/clamav-0.99/

ardvark71 12-26-2015 11:08 PM

Hi...

Do you already have 0.98 installed? If so, does it have an upgrade feature? I did find 0.99 packaged as a .deb here but only for Stretch and Sid. :(

Regards...

jamison20000e 12-26-2015 11:14 PM

Hi. Backups, update then:
Code:

sudo apt-get install clamav
have fun. :)

Ztcoracat 12-27-2015 12:02 AM

Thanks for chiming in ardvark71 and jamison20000e-:)

ardvark71 12-27-2015 12:09 AM

Quote:

Originally Posted by Ztcoracat (Post 5469380)
Thanks for chiming in ardvark71 and jamison20000e-:)

You're welcome :)

Habitual 12-27-2015 06:09 AM

Quote:

Originally Posted by coproc (Post 5469342)
I have found that ClamAV fits most of the bill, but I cannot get it updated to the current version: 0.99.
Also I have read that it only finds the virus, but doesn't repair the damaged file.

Version 0.98... erm. so? As long as the signature dats are upgraded, who cares what version you're on.
Newer A/V doesn't not mean better protection.
IMO... A/V is worthless on Linux systems.

Yes, clamscan does not clean.

ondoho 12-27-2015 06:26 AM

Quote:

Originally Posted by coproc (Post 5469342)
I have found that ClamAV fits most of the bill, but I cannot get it updated to the current version: 0.99.

you know that the program version has nothing to do with getting the newest virus definitions, right?
just making sure.

Quote:

Also I have read that it only finds the virus, but doesn't repair the damaged file.
this is likely since viruses are something that exists almost exclusively on windows systems.
i'm not being glib here; what you probably want is the sort of all-round anti-malware protection that a windows antivirus program offers - but viruses as such are only a small part of that.
all the rest goes into the large "privacy and security on linux" pot.
no single-app solution exists, afaik.

coproc 12-27-2015 09:03 AM

Thank you all for attempting to assist, yet still having issues.:(
However I tried to install ClamAV 0.99 on another computer that didn't have a prior version installed.
I untarred using
Code:

tar xvzf clamav-0.99.tar.gz
then ran the ./configure.
Code:

make
and
Code:

make install
resulted in the same issue.

I have attempted to remove 0.98.7, but freshclam still is installed apparently and can update.
However, it indicates that it's outdated.

Even though viruses are not a major threat to Linux systems, I don't want any to be passed along to my Windows devices, nor would I want to spread it to anyone/thing connecting to my server.
Quote:

An ounce of prevention is worth a pound of cure.
-Benjamin Franklin

I'm installing as root, and downloaded the tarball in the /root directory on both devices.

coproc 12-27-2015 09:15 AM

Attempting as an sudo user did resolve either.

ardvark71 12-27-2015 11:06 AM

Hi...

This could be a dependency issue. Do you get any messages from the terminal before you get...

Code:

make: *** No targets specified and no makefile found. Stop

make: *** No rule to make target 'install'. Stop.

If so, please post them in their entirety. :)

Regards...

coproc 12-27-2015 11:16 AM

Ardvark71,
No error messages other than that.


All times are GMT -5. The time now is 01:58 AM.