Results 1 to 10 of 10

Thread: Installing antivirus for a tar

  1. #1
    Join Date
    May 2008
    Location
    Northampton
    Beans
    29
    Distro
    Ubuntu 8.04 Hardy Heron

    Installing antivirus from a tar

    I had a lot of trouble to install anti virus from tar

    here is my code, that i have used to type in to terminal and install it

    can anyone tell me if i was doing something wrong ? or if the file is not instlled and if it is how cna i open it or start it ?

    absolute-zero@Artificial-Intelligence:~$ tar -xzvf /home/absolute-zero/aegis-virus-scanner-2.0.0.targz
    tar: /home/absolute-zero/aegis-virus-scanner-2.0.0.targz: Cannot open: No such file or directory
    tar: Error is not recoverable: exiting now
    tar: Child returned status 2
    tar: Error exit delayed from previous errors
    absolute-zero@Artificial-Intelligence:~$ tar -xzvf /home/absolute-zero/aegis-virus-scanner-2.0.0.tar.gz
    aegis-virus-scanner-2.0.0/
    aegis-virus-scanner-2.0.0/lib/
    aegis-virus-scanner-2.0.0/lib/Aegis/
    aegis-virus-scanner-2.0.0/lib/Aegis/Monitor.pm
    aegis-virus-scanner-2.0.0/lib/Aegis/Config.pm
    aegis-virus-scanner-2.0.0/lib/Aegis/Scanner.pm
    aegis-virus-scanner-2.0.0/lib/Aegis/I18N.pm
    aegis-virus-scanner-2.0.0/lib/Aegis/UI.pm
    aegis-virus-scanner-2.0.0/lib/Aegis.pm
    aegis-virus-scanner-2.0.0/share/
    aegis-virus-scanner-2.0.0/share/aegis-virus-scanner.desktop
    aegis-virus-scanner-2.0.0/share/aegis-virus-scanner/
    aegis-virus-scanner-2.0.0/share/aegis-virus-scanner/share/
    aegis-virus-scanner-2.0.0/share/aegis-virus-scanner/share/aegis-virus-scanner.glade
    aegis-virus-scanner-2.0.0/share/icons/
    aegis-virus-scanner-2.0.0/share/icons/aegis-virus-scanner.png
    aegis-virus-scanner-2.0.0/src/
    aegis-virus-scanner-2.0.0/src/aegis.pl
    aegis-virus-scanner-2.0.0/Makefile.in
    aegis-virus-scanner-2.0.0/configure
    aegis-virus-scanner-2.0.0/COPYING
    aegis-virus-scanner-2.0.0/aegis-virus-scanner.spec
    aegis-virus-scanner-2.0.0/script.txt
    absolute-zero@Artificial-Intelligence:~$ ./configure
    bash: ./configure: No such file or directory
    absolute-zero@Artificial-Intelligence:~$ cd /home/absolute-zero/aegis-virus-scanner-2.0.0.tar.gz
    bash: cd: /home/absolute-zero/aegis-virus-scanner-2.0.0.tar.gz: Not a directory
    absolute-zero@Artificial-Intelligence:~$ cd /home/absolute-zero/aegis-virus-scanner-2.0.0.tar.gz
    bash: cd: /home/absolute-zero/aegis-virus-scanner-2.0.0.tar.gz: Not a directory
    absolute-zero@Artificial-Intelligence:~$ cd /home/absolute-zero/aegis-virus-scanner-2.0.0
    absolute-zero@Artificial-Intelligence:~/aegis-virus-scanner-2.0.0$ ./configure
    Configuration options:
    prefix:
    Writing Makefile...
    Now type 'make' to build.
    absolute-zero@Artificial-Intelligence:~/aegis-virus-scanner-2.0.0$ make
    perl -ne 's!\@PREFIX\@!!g ; print' < src/aegis.pl > aegis-virus-scanner
    absolute-zero@Artificial-Intelligence:~/aegis-virus-scanner-2.0.0$ su
    Password:
    root@Artificial-Intelligence:/home/absolute-zero/aegis-virus-scanner-2.0.0# make install
    mkdir -p /share/aegis-virus-scanner \
    /share/aegis-virus-scanner/lib \
    /share/aegis-virus-scanner/share \
    /share/icons/hicolor/48x48/apps \
    /share/applications \
    /bin
    install -m 0755 aegis-virus-scanner /bin/
    install -m 0644 share/icons/aegis-virus-scanner.png /share/icons/hicolor/48x48/apps/
    install -m 0644 share/aegis-virus-scanner/share/aegis-virus-scanner.glade /share/aegis-virus-scanner/share/
    install -m 0644 share/aegis-virus-scanner.desktop /share/applications/
    cp -Rp lib/* /share/aegis-virus-scanner/lib/
    root@Artificial-Intelligence:/home/absolute-zero/aegis-virus-scanner-2.0.0#
    Attached Images Attached Images
    Last edited by Absolute-Zero; June 4th, 2008 at 03:29 PM.

  2. #2
    Join Date
    Jan 2007
    Location
    London, UK
    Beans
    3,525
    Distro
    Ubuntu Development Release

    Re: Installing antivirus for a tar

    Should be :
    tar -xzvf /home/absolute-zero/aegis-virus-scanner-2.0.0.tar.gz
    You came empty handed, that is how you shall leave. Whatever you claim as yours today, belonged to someone else yesterday, will be someone else's tomorrow.

  3. #3
    Join Date
    Jun 2005
    Beans
    6,115

    Re: Installing antivirus for a tar

    well you really dont need antivirus, but I suggest clam and klam its graphical frontend.
    both are in the repositories.
    HOME BUILT SYSTEM! http://brainstorm.ubuntu.com/idea/22804/ Please vote up!
    remember kiddies: sudo rm -rf= BAD!, if someone tells you to do this, please ignore them unless YOU WANT YOUR SYSTEM WIPED

  4. #4
    Join Date
    May 2005
    Location
    US
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Installing antivirus for a tar

    Why do you need antivirus? Are you using Ubuntu as a mail server or file server?

  5. #5
    Join Date
    May 2008
    Location
    Northampton
    Beans
    29
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Installing antivirus for a tar

    I dont need a ntivirus i am just trying to learn how to install something with tar ending

    I just wanna know if it ACTUALLLY IS POSSIBELE TO INSTALL ANYTHING THAT IS NO INT SYNAPTIC

  6. #6
    Join Date
    May 2005
    Location
    US
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Installing antivirus for a tar

    Quote Originally Posted by Absolute-Zero View Post
    I dont need a ntivirus i am just trying to learn how to install something with tar ending

    I just wanna know if it ACTUALLLY IS POSSIBELE TO INSTALL ANYTHING THAT IS NO INT SYNAPTIC
    Cool. Thanks for clarifying.

  7. #7
    Join Date
    Aug 2007
    Location
    Manchester, UK
    Beans
    10,285
    Distro
    Ubuntu

    Re: Installing antivirus for a tar

    Of course it's possible, though .tar.gz files usually require compiling from source Not all the time though

  8. #8
    Join Date
    May 2008
    Location
    Northampton
    Beans
    29
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Installing antivirus for a tar

    Its impossible is in it ?

    I have ubuntu book the official one and it says very easy to compile something from source and they give few steps how to do it, (however they forgot to mention that you gotta be super computer hacker or programmer)

  9. #9
    Join Date
    May 2008
    Location
    New York, NY
    Beans
    16
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Installing antivirus for a tar

    I remember installing VMWare tools on a guest install of ubuntu a while ago, and that wasn't too hard. I'm sure if you google a bit you'll find a ton of pages with bash commands that will tell you exactly what to do.

    http://ubuntuforums.org/showthread.php?t=323939

    This should be a good start.

  10. #10
    Join Date
    Aug 2007
    Location
    Manchester, UK
    Beans
    10,285
    Distro
    Ubuntu

    Re: Installing antivirus for a tar

    The only difficult part about compiling is getting the dependencies - if it returns an error
    Code:
    missing dependency: libpng-2.0
    or something like that (I can't remember the exact errors, you would try
    Code:
    sudo apt-get install libpng-2.0-dev
    Always -dev packages, if you are compiling from source

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
  •