Antes que nada, debo comentar que no encontré ninguna GUI; ni en los menús de Gnome, ni en línea de comandos.Bien, te muestro lo que hice con el AVG que me descargué de acá:
http://free.avg.com/ww-en/download.prd-alf
Lo descargué así:
[xpiderman@localhost ~]$ wget http://download.avgfree.com/filedir/inst/avg85flx-r874-a3473.i386.sh
Lo ejecuté:
[xpiderman@localhost ~]$ su -
Password:
[root@localhost ~]# sh /home/xpiderman/avg85flx-r874-a3473.i386.sh
...al hacerme la pregunta
Do you want to continue? y responderle con yes, me aparece el contrato de licencia. Para pasar de ahí, presiono la letra
q. Continúo tipeando yes, algo así como en Windows. Acá te muestro el proceso en texto:
=================================================
AVG Anti-Virus for Linux/FreeBSD installation
=================================================
Do you want to continue? (yes/no): yes
Do you agree with the license? (yes/no): yes
Detected operating system is:
Linux for i686: Mandrake/Mandriva Linux operating system
Is this correct? (Y/n): Y
What group should be used for AVG 8 for Linux/FreeBSD [bin]: root
Under which user should AVG 8 for Linux/FreeBSD run [root]: root
Directory /opt/avg doesn't exist. Create? (Y/n): Y
Creating destination directories...
Installing files...
Creating symlinks...
Installing 'avgd' service initscripts...
Registering 'avgd' service to runlevels...
Generating uninstall script...
Would you like to read README now? (Y/n): n
Registering with license: 8FREE-VHRDW-PAP8C-E64FA-9ZMGD-6D6L2-EEHG
AVG command line controller
Copyright (c) 2010 AVG Technologies CZ
License was successfully changed.
Operation successful.
AVG Anti-Virus for Linux/FreeBSD successfully installed.
[root@localhost ~]#
Bien, en el proceso de arriba observarás que el sh crea un directorio bajo /opt. Te lo comento para que lo revises y veas que no hay tal GUI y que esto funciona a base de línea de comandos... al menos lo que yo instalé.
Para que veas los comandos disponibles para AVG, abres una terminal y digitas avg, luego presionas la tecla Tab, te aparecerán los comandos que coinciden con avg y que fueron agregados en /usr/bin, que son:
[xpiderman@localhost home]$ avg
avgcfgctl avgctl avgdiag.sh avgdump avgscan avgupdate
[xpiderman@localhost home]$ avg
...para cada comando te sirve el comando man:
man avgscan
Bien, instalado el software, solo basta reiniciar el equipo para que lo veas arrancar y luego quede haciendo las suyas como demonio. Lo veras con el nombre avgd.
Actualizando en línea de comandos:
[xpiderman@localhost ~]$ su -
Password:
[root@localhost ~]# avgupdate
AVG command line update
Copyright (c) 2010 AVG Technologies CZ
Running update.
Initializing...
Downloading file: avg9infoavi.ctf
Downloading file: avg9infolx.ctf
Analyzing...
Downloading file: u9iavi3761vu.bin 1 / 1 76.52 M
31% [===========> ] 0.2 / 76.5 M 40.07 K 32m29s^
Haciendo un scan a una memoria USB:
[xpiderman@localhost ~]$ su -
Password:
[root@localhost ~]# avgscan /media/XPIDERMAN/
AVG command line Anti-Virus scanner
Copyright (c) 2010 AVG Technologies CZ
Virus database version: 271.1.1/3473
Virus database release date: Mon, 28 Feb 2011 02:34:00 -05:00
/media/XPIDERMAN/autorun.inf Virus identified Worm/Generic_c.ZS
/media/XPIDERMAN/RECYCLER/S-5-3-42-2819952290-8240758988-879315005-3665/jwgkvsq.vmx Virus identified I-Worm/Generic.COL
Files scanned : 257(181)
Infections found : 2(2)
PUPs found : 0
Files healed : 0
Warnings reported : 0
Errors reported : 0
[root@localhost ~]#
...viste arriba lo que encontró?

lo que veo es que no los elimina

, mira, mira lo que dice --help:
-l, --clean Does NOTHING in this version.
-t, --trash Does NOTHING in this version.
Si lo quieres desinstalar:
[root@localhost ~]# sh /opt/avg/avg8/bin/uninstall.sh
Saludos.