Newbie with Mint/ Linux needs to install Clam AV in Mint after 4 Wdws Trogan attack
Linux MintThis forum is for the discussion of Linux Mint.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Newbie with Mint/ Linux needs to install Clam AV in Mint after 4 Wdws Trogan attack
Hi I had 4 independent Windows Machines each with a different user pay anti virus program get consumed by Trojan agent 32. These anti virus programs are among the most popular and are "So called" reliable! I need to test my data and some one suggested using CLAMAV in LINUX. The problem is I managed to download "clamav-0.95.1.tar.gz" I was then able to extract it but now what? The manual says "install" but what does this mean? Somewhere I believe there is a DOS like command line but where is that? I also am aware that there is DOS like batch files which may help. I am also aware I will need to download Subscriptions? or lists
Only 364 days to go to recover from the MEGA VISTA Crash and these 4 Trogan attacks. I would really appreciate any help that anyone can give.
Thanks.
Last edited by BAKEAPPLEFARM; 04-27-2009 at 09:52 PM.
Reason: spell checker went nuts
My latest USB, UltimateLinuxToolKit-v4.21.zip(ULTKUSB-v4.21.zip) has UltimateBootCD-50b12-which has antvir antivirus. It also has SystemRescueCD which has ClamAV, and lots of other stuff.
Be a good try-out for it too.
Sounds to me like you've downloaded the source code.
You'll need to unpack the gz file.
From your (xterm) type:
tar -xvzf filename
The rest is really pretty easy if you have the tools you need to compile. You'll need gcc and some of the other tools to build apps. I'm going to assume you have them. Here are your steps to install:
Run all of this in a terminal (xterm)
./configure
make
make check
make install
That's it. If you got errors you will have to install the apps you are missing.
Now from here run "freshclam" this updates everything.
Next run "clamscan -r /*" this is going to scan everything.
-r scan subdirectories.
You can do "clamscan -ri /*" scan everything, but only tell me when you find something.
Mint has a "package manager" so you should be able to install what you need to build applications. But you should have also been able to find clam too.
So, I attempted to install 'Clam AV' from the 'Software Manager' and it seemed like it downloaded it. However, when I looked in my 'LM Menu' it wasn't found. Linux Mint likes to put it's 'System Tools' into 'Administration', but even a look here yielded nothing.
The solution that jfblaze gave worked like a charm, but I wanted the GUI solution that has been used on Ubuntu. Luckily, I had an Ubuntu machine running with ClamAV on it and looked at what it was calling up.
Try this from your terminal window:
sudo apt-get install clamtk
Then in your GUI (without the quotes):
right click -> Create Launcher -> Type: "Application" -> Name: "Virus Scanner" ->
Command: "clamtk %F" -> Comment: "Scan for viruses..."
It won't have a cool icon for it, but at least now you can run it.
It worked for me and I hope it will work for you too!
--Rich
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.