Results 1 to 5 of 5
I have by mistake installed AVG Antivirus without installing the DAZUKO module which it had asked for. Now I wish to remove the AVG Antivirus and install it again after ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 06-09-2005 #1Just Joined!
- Join Date
- Jun 2005
- Posts
- 3
Uninstalling AVG Antivirus
I have by mistake installed AVG Antivirus without installing the DAZUKO module which it had asked for. Now I wish to remove the AVG Antivirus and install it again after installing the DAZUKO module. Could anyone please help how to do that?
Thanks.
- 06-09-2005 #2Linux Engineer
- Join Date
- Aug 2004
- Posts
- 826
What method did you use to install it? Was it installed via an rpm manually, through yum, apt-get, or did you compile it from source? One way of uninstalling is manually removing the installed files, but there's probably a better solution, depending on the installation method.
- 06-09-2005 #3Just Joined!
- Join Date
- Jun 2005
- Posts
- 3
It was a .tar.gz file which I uncompressed in the terminal window and ran the install script.
- 06-09-2005 #4Linux Engineer
- Join Date
- Aug 2004
- Posts
- 826
If you still have that directory that was created after uncompressing the .tar.gz, you should cd into it and see if there are any uninstall scripts. If there's a Makefile, you can do make uninstall in some cases. But unfortunately you might have to go searching around deleting the files it installed manually. Read any documentation online or in that folder for more information.
- 06-09-2005 #5Just Joined!
- Join Date
- May 2005
- Location
- North Pole Alaska
- Posts
- 21
I'm working on the same/similar issue.
You don't need to uninstall AVG, in fact if you uninstall and reinstall you'll end up with the same problem.
From what I've found out, DAZUKO needs to be compiled in the kernel. From Dazuko:
//quote//
Compiling
===========
Configure the Makefile
./configure
Build the kernel module
make
Build the C example program
cd example_c
make
==============
Insert Linux
==============
Insert the kernel module
/sbin/insmod ./dazuko.o <-- Linux 2.2-2.4
/sbin/insmod ./dazuko.ko <-- Linux 2.6
Create the /dev/dazuko node
mknod -m 600 /dev/dazuko c `grep dazuko /proc/devices | sed "s/ .*//"` 0
//end quote//
Now to figure out insmod, which I haven't done, any suggestions appreciated.


Reply With Quote
