Results 1 to 8 of 8

Thread: HOW-TO remove AVG Anivirus

  1. #1
    Join Date
    Aug 2006
    Beans
    13,354
    Distro
    Ubuntu Mate 20.04 Focal Fossa

    HOW-TO remove AVG Anivirus

    Have you downloaded and installed AVG as the avg75fld-r45-a0973.i386.deb file following this how-to or perhaps another? If it does not work the way expected, or you just don't like it, uninstalling it with the following command gives en error:
    sudo dpkg -P (or -r) avg75fld

    (Reading database ... 131758 files and directories currently installed.)
    Removing avg75fld ...
    * Stopping avgdkill: 246: Illegal number: -
    local: 246: 4183: bad variable name
    ( not running)
    * [fail]
    invoke-rc.d: initscript avgd, action "stop" failed.
    dpkg: error processing avg75fld (--remove):
    subprocess pre-removal script returned error exit status 150
    Errors were encountered while processing:
    avg75fld
    Try the following now:
    sudo dpkg -R -P avg75fld
    Then remove the leftovers in /opt/grisoft

    sudo rm -r /opt/grisoft
    Last edited by mikewhatever; May 1st, 2007 at 05:35 PM.

  2. #2
    Join Date
    Jan 2006
    Beans
    71

    Re: HOW-TO remove AVG Anivirus

    For avg 8.5 as latest (afaik) when reading 8.Januar.2010 (happy new year by the way) use the following command:

    Code:
    sudo dpkg -R -P avg85flx

  3. #3
    Join Date
    Aug 2006
    Beans
    13,354
    Distro
    Ubuntu Mate 20.04 Focal Fossa

    Re: HOW-TO remove AVG Anivirus

    Hey, thanks for updating this. I haven't used AVG on Ubuntu for quite some time.
    Last edited by mikewhatever; December 17th, 2011 at 05:31 AM.

  4. #4
    Join Date
    Mar 2010
    Beans
    13

    Re: HOW-TO remove AVG Anivirus

    Try below for latest avg2011

    Code:
    sudo dpkg -R -P avg2011flx

  5. #5
    Join Date
    Dec 2008
    Location
    The World
    Beans
    1

    Re: HOW-TO remove AVG Anivirus

    Thank you so much!

  6. #6
    Join Date
    Jun 2013
    Beans
    1

    Re: HOW-TO remove AVG Anivirus

    Can anyone post how you do this for AVG 2013, because simply replacing 2011flx with 2013flx doesn't work. (I use Lubuntu btw).

  7. #7
    Join Date
    Aug 2006
    Beans
    13,354
    Distro
    Ubuntu Mate 20.04 Focal Fossa

    Re: HOW-TO remove AVG Anivirus

    This thread is not about installing or replacing, but rather about removing, and removing avg2013flx seems to work as well as before.
    Code:
    ~$ sudo dpkg -P -R avg2013flx
    (Reading database ... 148706 files and directories currently installed.)
    Removing avg2013flx ...
     * Stopping avgd.                                                                                                [ ok ]
    Uninstalling 'avgd' service initscripts...
    Unregistering 'avgd' service ...
     Removing any system startup links for /etc/init.d/avgd ...
       /etc/rc0.d/K20avgd
       /etc/rc1.d/K20avgd
       /etc/rc2.d/S20avgd
       /etc/rc3.d/S20avgd
       /etc/rc4.d/S20avgd
       /etc/rc5.d/S20avgd
       /etc/rc6.d/K20avgd
    Purging configuration files for avg2013flx ...
    dpkg: warning: while removing avg2013flx, directory '/opt' not empty so not removed.
    Processing triggers for man-db ...
    Done!

  8. #8
    Join Date
    Mar 2013
    Beans
    101

    Re: HOW-TO remove AVG Anivirus

    Quote Originally Posted by mikewhatever View Post
    This thread is not about installing or replacing, but rather about removing, and removing avg2013flx seems to work as well as before.
    Code:
    ~$ sudo dpkg -P -R avg2013flx
    (Reading database ... 148706 files and directories currently installed.)
    Removing avg2013flx ...
     * Stopping avgd.                                                                                                [ ok ]
    Uninstalling 'avgd' service initscripts...
    Unregistering 'avgd' service ...
     Removing any system startup links for /etc/init.d/avgd ...
       /etc/rc0.d/K20avgd
       /etc/rc1.d/K20avgd
       /etc/rc2.d/S20avgd
       /etc/rc3.d/S20avgd
       /etc/rc4.d/S20avgd
       /etc/rc5.d/S20avgd
       /etc/rc6.d/K20avgd
    Purging configuration files for avg2013flx ...
    dpkg: warning: while removing avg2013flx, directory '/opt' not empty so not removed.
    Processing triggers for man-db ...
    Done!
    Thx a ton!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •