Results 1 to 10 of 10
Sorry; new to Linux. I downloaded the program, unzipped it and cofigured it with the command 'configure'. Now, how do I install it and make it run? Any help much ...
- 03-31-2007 #1Linux Newbie
- Join Date
- Mar 2007
- Posts
- 243
clamav-0.90.1
Sorry; new to Linux. I downloaded the program, unzipped it and cofigured it with the command 'configure'. Now, how do I install it and make it run? Any help much appreciated.
- 03-31-2007 #2
Any particular reason why you want to run an anitvirus on your Linux computer?
ClamAV is intented for servers that serve windows users, however you just need to
make && make install
ps: as rootPut your hand in an oven for a minute and it will be like an hour, sit beside a beautiful woman for an hour and it will be like a minute, that is relativity. --Albert Einstein
Linux User #425940
Don't PM me with questions, instead post in the forums
- 03-31-2007 #3Linux Newbie
- Join Date
- Mar 2007
- Posts
- 243
ClamAv
Thanks for the reply. You are right. I've been reading and everybody says i should stop being paranoid.I have a stand-alone computer, navigate the internet and use a bittorrent. I'll try your suggestion and if it doesn't work, I'll just relax. It takes a while comming from Windows. I'm in the process od learning Linux and feel totally lost. I would like something like Total Commander.
- 03-31-2007 #4
There should be an Install or Readme file in the Clamav package.
You need to make a new user account and Group if i remember correctly.
I was exactly the same when i started wiht Linux, i felt naked without antiuvirus
but i never really used it anyway.
You should install it nevertheless, just for the experience" I didn't know it was a picture of his wife! I thought it was a publicity shot form Planet Of the Apes."
- 03-31-2007 #5Linux Newbie
- Join Date
- Mar 2007
- Posts
- 243
Install and Readme
the bassinvader:
Both files are there but I don't know how to read them. I go to the dir and I see them listed, but from there I'm stuck. I just read somewhere that I could write 'less <filename>' Is that correct? Is there another way? Thanks!
- 03-31-2007 #6
Originally Posted by Pumalite
less only shows ther last X lines of the file. For more info on any command type either
info <command> in this case info less
or
man <command> in this case man less
The best way to read it is to load the file into a text editor. There are a lot of different text editors includes in Suse. At the command line I perfer "nano" because it is very simple and requires lettle learning.
type
nano <filename>
You can also use the GUI. Navigate to where the file is. Right click the icon and select open with find the editors in the list (in utilities in 10.1) select an editor.
- 03-31-2007 #7Linux Newbie
- Join Date
- Mar 2007
- Posts
- 243
Files
Thanks a lot! I'll try all that. Much appreciated.
- 04-08-2007 #8Linux Newbie
- Join Date
- Mar 2007
- Posts
- 243
I finally ended up with Klamav. Installed and working. I just need to learn the proper settings. Specifically what to put in the archived files, and number of file. It's 0=infinite?Can someone help me set it up properly step by step?
- 04-08-2007 #9
Clamav comes with a default conifg.
Go to /etc/clamd.conf and look for a line #Default: enabled
Just remove the # and you can use that config which will probably be sufficient.
You'll probably have to do the same with the freshclam.conf too if you want to update clamav with the latest updates." I didn't know it was a picture of his wife! I thought it was a publicity shot form Planet Of the Apes."
- 04-08-2007 #10Linux Newbie
- Join Date
- Mar 2007
- Posts
- 243
Thanks a lot! I'll try that. I let you know later.


Reply With Quote