downloaded avg and it said it is installed but can not find it to run a scan

Asked by hydrantcap

I downloaded avg and it said it installed but I could not find it so I downloaded it and saved it but when I ckick on it to install it it states that a the same version is already installed so where do I find it to run it

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu software-center Edit question
Assignee:
No assignee Edit question
Solved by:
Pramod Dematagoda
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1
Revision history for this message
hydrantcap (djstrapsinc) said :
#2

I did option 1 avg now shows in system tools but does not start. And it still does not show in main menu
what do I do to uninstall it so that I can try reinstalling

________________________________
From: actionparsnip <email address hidden>
To: <email address hidden>
Sent: Sun, November 15, 2009 2:31:04 PM
Subject: Re: [Question #90330]: downloaded avg and it said it is installed but can not find it to run a scan

Your question #90330 on software-center in ubuntu changed:
https://answers.launchpad.net/ubuntu/+source/software-center/+question/90330

    Status: Open => Answered

actionparsnip proposed the following answer:
https://help.ubuntu.com/community/Antivirus/Avg

--
If this answers your question, please go to the following page to let us
know that it is solved:
https://answers.launchpad.net/ubuntu/+source/software-center/+question/90330/+confirm?answer_id=0

If you still need help, you can reply to this email or go to the
following page to enter your feedback:
https://answers.launchpad.net/ubuntu/+source/software-center/+question/90330

You received this question notification because you are a direct
subscriber of the question.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#3

If you run:

gksudo avggui &

It will run. The guide just tells you how to create the menu item which you can make if you run:

alacarte

Then add a new item to run the above command (Don't add the '&' character, its not needed)

If it doesn't or you still want to uninstall you can run:

dpkg -l | grep -i avg

You can see the package which is insalled, You can then use:

sudo apt-get --purge remove packagename

to remove it.

Revision history for this message
hydrantcap (djstrapsinc) said :
#4

I could not get it to run properly so I tried uninstall and this is what happened
 libavahi-compat-libdnssd1 gnustep-base-runtime gnustep-gui-common
  libkontactinterfaces4 gnustep-back0.16 kdepim-runtime-data
  libgnustep-gui0.16 libsnack2-alsa korganizer mysql-server-core-5.1
  kdepim-runtime-libs4 gnustep-back0.16-art libkdepim4 amsn-data
  libgnustep-base1.19 gnustep-common gnustep-gpbs tcl8.5 tk8.5 libkabcommon4
  gnustep-back-common akonadi-server libobjc2 gnustep-gui-runtime tcl-tls
  kdepim-kresources
Use 'apt-get autoremove' to remove them.
The following packages will be REMOVED:
  avg85lms*
0 upgraded, 0 newly installed, 1 to remove and 6 not upgraded.
After this operation, 101MB disk space will be freed.
Do you want to continue [Y/n]? y
(Reading database ... 132319 files and directories currently installed.)
Removing avg85lms ...
 * Stopping avgd (not running)
 * [fail]
invoke-rc.d: initscript avgd, action "stop" failed.
dpkg: error processing avg85lms (--purge):
 subprocess installed pre-removal script returned error exit status 150
Errors were encountered while processing:
 avg85lms
E: Sub-process /usr/bin/dpkg returned an error code (1)
doug@doug-office:~$

________________________________
From: actionparsnip <email address hidden>
To: <email address hidden>
Sent: Mon, November 16, 2009 4:02:01 AM
Subject: Re: [Question #90330]: downloaded avg and it said it is installed but can not find it to run a scan

Your question #90330 on software-center in ubuntu changed:
https://answers.launchpad.net/ubuntu/+source/software-center/+question/90330

    Status: Open => Answered

actionparsnip proposed the following answer:
If you run:

gksudo avggui &

It will run. The guide just tells you how to create the menu item which
you can make if you run:

alacarte

Then add a new item to run the above command (Don't add the '&'
character, its not needed)

If it doesn't or you still want to uninstall you can run:

dpkg -l | grep -i avg

You can see the package which is insalled, You can then use:

sudo apt-get --purge remove packagename

to remove it.

--
If this answers your question, please go to the following page to let us
know that it is solved:
https://answers.launchpad.net/ubuntu/+source/software-center/+question/90330/+confirm?answer_id=2

If you still need help, you can reply to this email or go to the
following page to enter your feedback:
https://answers.launchpad.net/ubuntu/+source/software-center/+question/90330

You received this question notification because you are a direct
subscriber of the question.

Revision history for this message
Best Pramod Dematagoda (pmdematagoda) said :
#5

The issue seems to be that avg is not running, did you restart Ubuntu after installing AVG? If not, try that and see if AVG works properly. You could also try starting avgd using:-
sudo /etc/init.d/avgd start

Revision history for this message
hydrantcap (djstrapsinc) said :
#6

Thanks Pramod Dematagoda, that solved my question.