LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 07-20-2010, 07:24 AM   #1
jacaré
LQ Newbie
 
Registered: Jul 2010
Location: Rome, Italy (UE)
Distribution: OpenSUSE 11.1
Posts: 6

Rep: Reputation: 0
Question AVG Installation


Had some problems with Clam/Klam AV, so tried to install AVG, but the installation failed. I received the following notice board when trying to de-install AVG:

Subprocess failed. Error: RPM non riuscito:/var/tmp/rpm-tmp.63199: line 4: /opt/avg/avg8/etc/init.d/avgdinit.conf: No such file or directory
error: %preun(avg85flx-r812-a3371.i386) scriptlet failed, exit status 1


What can I do now?

I work on OpenSUSE 11.1 KDE/4.

Thanks
 
Old 07-20-2010, 09:15 AM   #2
centosboy
Senior Member
 
Registered: May 2009
Location: london
Distribution: centos5
Posts: 1,137

Rep: Reputation: 116Reputation: 116
Quote:
Originally Posted by jacaré View Post
Had some problems with Clam/Klam AV, so tried to install AVG, but the installation failed. I received the following notice board when trying to de-install AVG:

Subprocess failed. Error: RPM non riuscito:/var/tmp/rpm-tmp.63199: line 4: /opt/avg/avg8/etc/init.d/avgdinit.conf: No such file or directory
error: %preun(avg85flx-r812-a3371.i386) scriptlet failed, exit status 1


What can I do now?

I work on OpenSUSE 11.1 KDE/4.

Thanks

can you please show command used to install.
where did you get the rpm from?
i have just installed on opensuse 11 from http://download.avgfree.com/filedir/...a3371.i386.rpm without any problems
 
Old 07-20-2010, 09:32 AM   #3
OldManHook
Member
 
Registered: Jun 2010
Location: PartsUnKnown,MS
Distribution: Linux Mint 10 Main
Posts: 75

Rep: Reputation: 22
Quote:
Originally Posted by jacaré View Post
Had some problems with Clam/Klam AV, so tried to install AVG, but the installation failed. I received the following notice board when trying to de-install AVG:

Subprocess failed. Error: RPM non riuscito:/var/tmp/rpm-tmp.63199: line 4: /opt/avg/avg8/etc/init.d/avgdinit.conf: No such file or directory
error: %preun(avg85flx-r812-a3371.i386) scriptlet failed, exit status 1


What can I do now?

I work on OpenSUSE 11.1 KDE/4.

Thanks
Why do you need AVG? Seems like if your system has a bug it would be dead before avg started am I missing something Is OpenSUSE differnt from other Linux Distros? AVG loads down Windows Adds too much Junk Why would anyone want that on your system??
 
1 members found this post helpful.
Old 07-20-2010, 09:36 AM   #4
jacaré
LQ Newbie
 
Registered: Jul 2010
Location: Rome, Italy (UE)
Distribution: OpenSUSE 11.1
Posts: 6

Original Poster
Rep: Reputation: 0
I went to
http://free.avg.com/it-it/download.prd-afl

and downloaded the AVG Anti-Virus Free Edition for Linux
(avg85flx-r812-a3371.i386.deb)
 
Old 07-20-2010, 09:41 AM   #5
jacaré
LQ Newbie
 
Registered: Jul 2010
Location: Rome, Italy (UE)
Distribution: OpenSUSE 11.1
Posts: 6

Original Poster
Rep: Reputation: 0
Quote:
Why do you need AVG? Seems like if your system has a bug it would be dead before avg started am I missing something Is OpenSUSE differnt from other Linux Distros? AVG loads down Windows Adds too much Junk Why would anyone want that on your system??
I had clam but it was not working any more, maybe a bug in the system, ok. My colleague suggested me to substitute it with AVG yet now I cannot take it out any more, yast2 says that it cannot remove it and i cannot intall a new version as it seems it is installed already, but that's untrue...
 
Old 07-20-2010, 09:41 AM   #6
centosboy
Senior Member
 
Registered: May 2009
Location: london
Distribution: centos5
Posts: 1,137

Rep: Reputation: 116Reputation: 116
Quote:
Originally Posted by jacaré View Post
I went to
http://free.avg.com/it-it/download.prd-afl

and downloaded the AVG Anti-Virus Free Edition for Linux
(avg85flx-r812-a3371.i386.deb)
.deb??? these are for debian based systems.
try the .rpm version for suse.
check the link i gave...

Code:
wget http://download.avgfree.com/filedir/inst/avg85flx-r812-a3371.i386.rpm

--


Code:
rpm -ivh --test avg85flx-r812-a3371.i386.rpm

or just
test first
Code:
rpm -ivh --test http://download.avgfree.com/filedir/inst/avg85flx-r812-a3371.i386.rpm
if no errors run the above command again without --test

Last edited by centosboy; 07-20-2010 at 09:45 AM.
 
Old 07-20-2010, 09:43 AM   #7
centosboy
Senior Member
 
Registered: May 2009
Location: london
Distribution: centos5
Posts: 1,137

Rep: Reputation: 116Reputation: 116
Quote:
Originally Posted by jacaré View Post
I had clam but it was not working any more, maybe a bug in the system, ok. My colleague suggested me to substitute it with AVG yet now I cannot take it out any more, yast2 says that it cannot remove it and i cannot intall a new version as it seems it is installed already, but that's untrue...
you would have been better off showing us what your errors with clamav were. although i can kinda guess...
 
Old 07-20-2010, 12:40 PM   #8
jacaré
LQ Newbie
 
Registered: Jul 2010
Location: Rome, Italy (UE)
Distribution: OpenSUSE 11.1
Posts: 6

Original Poster
Rep: Reputation: 0
Thumbs down Did it, but wrong again...

Quote:
Originally Posted by centosboy View Post
.deb??? these are for debian based systems.
try the .rpm version for suse.
check the link i gave...

Code:
wget http://download.avgfree.com/filedir/inst/avg85flx-r812-a3371.i386.rpm

--


Code:
rpm -ivh --test avg85flx-r812-a3371.i386.rpm

or just
test first
Code:
rpm -ivh --test http://download.avgfree.com/filedir/inst/avg85flx-r812-a3371.i386.rpm
if no errors run the above command again without --test
I did it, yet it's not working again...
Maybe the best thing to do is to cancel and re-install the whole system, is there a way to do it by terminal?

Restoring is always the best way when there are several things which are working improperly on a system...
 
Old 07-20-2010, 12:41 PM   #9
jacaré
LQ Newbie
 
Registered: Jul 2010
Location: Rome, Italy (UE)
Distribution: OpenSUSE 11.1
Posts: 6

Original Poster
Rep: Reputation: 0
Exclamation

Quote:
Originally Posted by centosboy View Post
you would have been better off showing us what your errors with clamav were. although i can kinda guess...
it simply did not remain on the desktop, the program was running but the window did not open! Kind of bigger bug somewhere, I know...
 
Old 07-20-2010, 01:38 PM   #10
MTK358
LQ 5k Club
 
Registered: Sep 2009
Posts: 6,443
Blog Entries: 3

Rep: Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723
I thought Linux doesn't need antivirus software.
 
Old 07-20-2010, 04:08 PM   #11
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
Quote:
I thought Linux doesn't need antivirus software.
i use Clam to keep me XP disk clean . It has in the past found things that Norton missed avg free is now on the seldom used windows hard drive.

there is also the use of AV software if you DL a bunch of things on the amule network -- there are A LOT of windows.exe files hidden in them
 
Old 07-21-2010, 05:41 AM   #12
jacaré
LQ Newbie
 
Registered: Jul 2010
Location: Rome, Italy (UE)
Distribution: OpenSUSE 11.1
Posts: 6

Original Poster
Rep: Reputation: 0
Angry

Quote:
Originally Posted by jacaré View Post
or just test first Code:

rpm -ivh --test http://download.avgfree.com/filedir/...a3371.i386.rpm

if no errors run the above command again without --test
errore: omissione http://download.avgfree.com/filedir/...a3371.i386.rpm - trasferimento fallito - Errore sconosciuto o inaspettato

It says error: omission http://download.avgfree.com/filedir/...a3371.i386.rpm - transfer failed - unknown or unexpected error

After twice setting and restoring the system boot (problems apparently repaired in cups-hal-ntp-postfix)

 
Old 07-22-2010, 07:42 AM   #13
centosboy
Senior Member
 
Registered: May 2009
Location: london
Distribution: centos5
Posts: 1,137

Rep: Reputation: 116Reputation: 116
Quote:
Originally Posted by jacaré View Post
errore: omissione http://download.avgfree.com/filedir/...a3371.i386.rpm - trasferimento fallito - Errore sconosciuto o inaspettato

It says error: omission http://download.avgfree.com/filedir/...a3371.i386.rpm - transfer failed - unknown or unexpected error

After twice setting and restoring the system boot (problems apparently repaired in cups-hal-ntp-postfix)

ok wget this file..


Code:
wget http://download.avgfree.com/filedir/inst/avg85flx-r812-a3371.i386.rpm
one you have pulled this down, test to see if install will work.

Code:
rpm -ivh --test avg85flx-r812-a3371.i386.rpm

if this runs with no major error, then rerun omitting the --test option.
if you cannot pull the file down using wget, then the firewall or something is blocking the access..
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Avg 8.5 raysr SUSE / openSUSE 2 12-15-2009 08:12 PM
AVG bestdrummer Linux - Newbie 9 02-12-2009 09:32 AM
Avg Anti Virus Installation sayedsabir Linux - Newbie 11 05-21-2008 12:56 AM
AVG and Thunderbird raylhm SUSE / openSUSE 2 10-04-2006 07:12 PM
Avg Lar Linux - Software 3 01-13-2006 06:52 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 02:14 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration