Page 1 of 4 123 ... LastLast
Results 1 to 10 of 38

Thread: HOWTO: Install F-Prot with GTK frontend [OUTDATED]

  1. #1
    Join Date
    Oct 2004
    Location
    Denmark - Scandinavia
    Beans
    19,553
    Distro
    Ubuntu Budgie Development Release

    HOWTO: Install F-Prot with GTK frontend [OUTDATED]

    Q: Is viruses, trojans and malware a threat to a linux system as in Windows?

    A: No, there's a very few viruses to linux and the way a Linux/unix is build up makes it difficult to do any serious damage to the system, in fact I've never heard from people who got their Linux/unix system infected.

    Q: So why install a anti-virus application/program?

    A: For an ordinary Linux Home user with only one OS system their's no need for Anti-virus, but people who's running network, server or dual booting with win OS this tool can be very handy to scan and delete viruses.

    Q: I'm a home user only running Linux do I need it?

    A: No, a firewall is way better as protection like firestarter.



    First thing, setup your repositories. Here's how you do it: http://ubuntuguide.org/#extrarepositories

    Next:
    Code:
    sudo apt-get update
    sudo apt-get upgrade
    sudo apt-get install libwww-perl
    sudo apt-get install libgtk2.0-dev
    sudo apt-get install gcc
    Grab F-prot here and pick the debian/gnu file. (4.6.1)
    Download XFPROT-1.14 here.
    or use the .deb files click here (old 1.13 - I havn't tried it).

    Code:
    cd /where/you/saved/the/files/
    sudo dpkg -i  fp-linux-ws.deb
    To compile (the non-.deb file) itself:
    Extract xfprot-1.14.tar.gz (eg. right click it and choose extract)

    Code:
    cd xfprot-1.14
    ./configure --with-gtk2 --with-sudo --autodetect --without-debug
    make
    sudo make install
    Using the .deb file:
    Code:
    cd /where/you/saved/the/.deb/file
    sudo dpkg -i xfprot-1.13_1.13-1_i386.deb

    Open Menu-Editor:
    Name: F-Prot
    Comment: Protection Application (or what ever you prefer)
    Command: xfprot
    Icon: /usr/local/xfprot/icons/antivirus-48x48.png
    Category: System Tools



    To Uninstall the compiled xf-prot:
    Code:
    cd xfprot-X.XX
    ./make uninstall
    Last edited by Perfect Storm; October 20th, 2005 at 08:17 PM.

  2. #2
    Join Date
    Jan 2005
    Location
    Middle East - Jordan
    Beans
    419
    Distro
    Ubuntu Mate 20.04 Focal Fossa

    Re: HOWTO: Install F-Prot with GTK frontend (anti-virus)

    Thank you
    Your freedom is worth more than you think. Take advantage of it while you can.
    I take Ubuntu

  3. #3
    Join Date
    Oct 2004
    Location
    Denmark - Scandinavia
    Beans
    19,553
    Distro
    Ubuntu Budgie Development Release

    Re: HOWTO: Install F-Prot with GTK frontend (anti-virus)

    New version of XFProt is avaible (v. 1.11). Updated the Howto.



    .:=The AI Dude=:.

  4. #4
    Join Date
    Jan 2005
    Location
    Yukon Territory, Canada
    Beans
    180

    Smile Re: HOWTO: Install F-Prot with GTK frontend (anti-virus)

    Thank you Artificial Intelligence
    Best Regards
    Rick

    ..........................................
    HOW TO For People New to Ubuntu
    ..........................................
    Registered linux user #347059

  5. #5
    Join Date
    Apr 2005
    Location
    Wales, UK
    Beans
    113

    Re: HOWTO: Install F-Prot with GTK frontend (anti-virus)

    Thanks

  6. #6
    Join Date
    Mar 2005
    Beans
    139
    Distro
    Ubuntu 6.06

    Re: HOWTO: Install F-Prot with GTK frontend (anti-virus)

    thanks for that little tutorial. very easy to follow.

    cheers
    george

  7. #7
    Join Date
    Apr 2005
    Beans
    6

    Talking Re: HOWTO: Install F-Prot with GTK frontend (anti-virus)

    Thank you!

  8. #8
    Join Date
    Apr 2005
    Beans
    3

    Re: HOWTO: Install F-Prot with GTK frontend (anti-virus)

    A.I. you rock !!

    Thanks again

    ~Svenn

  9. #9
    Join Date
    May 2005
    Location
    Hamburg
    Beans
    1

    Re: HOWTO: Install F-Prot with GTK frontend (anti-virus)

    Nice and easy guide, even to newbies like me
    Looks nice and works like hell.
    But how is it with uninstalling F-Prot again?
    [offtopic]
    I just ask, cause i'm sitting here with an Bit Defender linux install, which is a kind of miracle for me now, since there are no files where they're supposed to be.
    Seems like i have done a little magic there during my first linux-steps
    And now i have no idea how to remove it fully (sorry for that bit of offtopic...could be handled with pm's)
    [/offtopic]

  10. #10
    Join Date
    Oct 2004
    Location
    Denmark - Scandinavia
    Beans
    19,553
    Distro
    Ubuntu Budgie Development Release

    Re: HOWTO: Install F-Prot with GTK frontend (anti-virus)

    When I want to remove something which aren't installed as packages I simply find the files/folders and sudo rm -r <folder>, but I'm sure there's an easier way to do it. If you know the structure(s) of linux there will be no problem to find where the file(s) is installed.


    The .deb file can be uninstalled via the package management.



    .:=The AI Dude=:.

Page 1 of 4 123 ... LastLast

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
  •