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 12-02-2009, 12:25 AM   #1
studier
LQ Newbie
 
Registered: Dec 2009
Posts: 1

Rep: Reputation: 0
How to install SAV (Symantec Anti Vbuntu 8.04 properly.


Hello, I am newbie here. I want to ask, how to install Symantec Antivirus properly?

I have tried two ways.
First, I install using command:

dpkg -i SAV.deb

That command unpack the folder and configure antivirus by itself. But after that I can not see nor run the antivirus in the taskbar panel. I try to see the process in background but there are no sav process using command: ps -aux

Here are processes list:
ubuntu 11535 0.0 0.5 14200 1340 ? S Dec01 0:00 /usr/lib/gvfs/g
root 11993 0.0 0.1 4816 296 ? Ss Dec01 0:00 /usr/sbin/squid
proxy 11995 1.7 11.0 36876 27308 ? R Dec01 26:47 (squid) -D -sYC
root 12770 0.0 1.0 13136 2492 ? S Dec01 0:00 /usr/bin/perl /
root 14812 0.0 0.2 2524 576 ? S 08:32 0:09 /opt/Symantec/s
root 14843 1.0 6.2 73856 15340 ? Sl 08:32 3:26 /opt/Symantec/s
proxy 14886 0.0 0.2 2300 636 ? Ss 08:35 0:00 (ncsa_auth) /et
proxy 14887 0.0 0.1 2300 404 ? Ss 08:35 0:00 (ncsa_auth) /et
proxy 14888 0.0 0.0 2168 228 ? Ss 08:35 0:00 (ncsa_auth) /et
proxy 14889 0.0 0.0 2168 228 ? Ss 08:35 0:00 (ncsa_auth) /et
proxy 14890 0.0 0.0 2168 228 ? Ss 08:35 0:00 (ncsa_auth) /et
proxy 14891 0.0 0.0 1560 188 ? Ss 08:35 0:03 (unlinkd)
root 14993 0.0 0.0 0 0 ? S 09:43 0:00 [pdflush]
root 15107 0.0 0.0 0 0 ? S 12:10 0:00 [pdflush]
ubuntu 15154 0.0 4.1 39020 10252 ? Sl 13:04 0:00 /usr/lib/evolut
ubuntu 15208 0.0 8.5 75744 21044 ? Sl 13:05 0:02 gnome-terminal
ubuntu 15210 0.0 0.3 2912 852 ? S 13:06 0:00 gnome-pty-helpe
ubuntu 15211 0.0 1.1 5696 2912 pts/0 Ss 13:06 0:00 bash
root 15275 0.0 0.4 3668 1228 pts/0 S 13:12 0:00 su
root 15276 0.0 0.7 4168 1800 pts/0 S+ 13:12 0:00 bash
ubuntu 15316 0.0 1.1 14352 2892 ? S 13:38 0:00 /usr/lib/gvfs/g
ubuntu 15318 0.0 1.6 19660 4076 ? S 13:38 0:00 /usr/lib/gvfs/g
ubuntu 15321 0.0 0.8 5488 2136 ? S 13:38 0:00 /usr/lib/gvfs/g
root 15685 0.0 1.0 8080 2628 ? Ss 13:57 0:00 sshd: ubuntu [pI
ubuntu 15688 0.0 0.6 8080 1564 ? S 13:57 0:00 sshd: ubuntu@pt
ubuntu 15690 0.0 1.2 5632 3040 pts/2 Rs 13:57 0:00 -bash
ubuntu 15758 1.0 2.7 23652 6780 SNl 14:02 0:00 slideshow --loc
ubuntu 15760 0.0 0.4 2644 1008 pts/2 R+ 14:03 0:00 ps -aux

Second, I try to use rpm -Uhv sav.rpm command, but no rpm command. I look for the answer that suggest me to instal Java. I run rpm again, but this time I meet dependency error.

Please help me, brother and sister. I am so confuse.
 
Old 12-02-2009, 04:58 PM   #2
rweaver
Senior Member
 
Registered: Dec 2008
Location: Louisville, OH
Distribution: Debian, CentOS, Slackware, RHEL, Gentoo
Posts: 1,833

Rep: Reputation: 167Reputation: 167
It appears to be running but it's hard to tell since the commands are cutoff, try this command:

Code:
ps uaxw | grep -i symantec
Also it would help to know what distribution you're running.
 
Old 12-02-2009, 05:05 PM   #3
GlennsPref
Senior Member
 
Registered: Apr 2004
Location: Brisbane, Australia
Distribution: Devuan
Posts: 3,657
Blog Entries: 33

Rep: Reputation: 283Reputation: 283Reputation: 283
Hi, Welcome to LQ!

LQ has a fantastic search function that may save you time waiting for an answer to a popular question.

With over 3 million posts to search it's possible the answer has been given.


I see two lines that contain symantec....
Quote:
root 14812 0.0 0.2 2524 576 ? S 08:32 0:09 /opt/Symantec/s
root 14843 1.0 6.2 73856 15340 ? Sl 08:32 3:26 /opt/Symantec/s
I have not tried this, I use clamtk 4.20 (foss), but could you try to run as root,

s --help

Other programs do this too, like root kit tools,

hide their name by using something not so obvious, harder to hack.

You might also find a config file in /etc/... But I'm guessing now.

You could also try to have a look, with a file manager at the contents of /opt/Symantec/ for any Readme docs.

Rpm is generally used on a RedHat Based distribution, with ubuntu (a Debianism) try apt, dpkg, smart or synaptic.

Hope this helps, regards Glenn

Last edited by GlennsPref; 12-02-2009 at 05:13 PM. Reason: spelling, and package managers
 
  


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
VirtualBox virtual disk image backup? .vdi .sav brianpbarnes Linux - Software 3 07-17-2009 02:12 PM
help working with spss (.sav) files metalx1000 Linux - Software 1 08-23-2008 07:03 AM
LXer: Microsoft Anti-Spyware Deleting Norton Anti-Virus LXer Syndicated Linux News 0 02-13-2006 04:31 AM
Symantec Anti Virus "CORP" ? realized Linux - Security 0 10-11-2004 03:39 AM
Suse 9, RH9 wont install properly. Mandrake 9 wont boot properly? Help. l2ich84 Linux - Newbie 1 01-31-2004 11:02 AM

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

All times are GMT -5. The time now is 01:15 PM.

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