Page 3 of 19 FirstFirst 1234513 ... LastLast
Results 21 to 30 of 187

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

  1. #21
    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)

    The most cut'n'paste is part of compiling XF-prot because there's no .deb package for it (ubuntu is based on debian).

    A quick easy explaination:

    sudo apt-get update <=== updates the sourcelist
    sudo apt-get upgrade <=== upgrades/updates if there are new packages availble for already installed packages.
    sudo apt-get install build-essential <=== Installs applications and libs which is important for compiling stuff.
    sudo apt-get install libwww-perl <=== Installs libwww-perl which xf-prot needs to work.
    sudo apt-get install libgtk2.0-dev <=== Installs libgtk2.0-dev which xf-prot needs to compile (gui interface).
    sudo apt-get install checkinstall <=== an application that allow you to make it easy to install/uninstall[/code]


    cd /where/you/saved/the/files/ <=== move to the right directory via terminal
    sudo dpkg -i fp-linux-ws.deb <=== installs fp-linux-ws.deb package


    cd /where/you/saved/the/files/ <=== move to the right directory via terminal
    tar zxvf xfprot-1.15.tar.gz <=== extracting xf-prot (the source)
    cd xfprot-1.15 <=== move you to the directory xfprot-1.15
    ./configure --with-gtk2 --with-sudo --autodetect --without-debug --with-install-dir=/usr <=== checking if all the libs its needed, what kind of system you have etc. etc. plus telling what it should add or not add from the default.
    make <=== puts the application together
    sudo checkinstall <=== make a .deb package
    sudo dpkg -i xfprot-1.15_1.15-1_i386.deb <=== install the .deb package

  2. #22
    Join Date
    Jan 2006
    Beans
    13

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

    AI,
    thank you very much.


    I ran a ful scan right after install, it detected 4 "infected" files...
    ...test infection, I guess.

    I am not on linux right now, I dont remember the names...

  3. #23
    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)

    Eicar is the name of the test file.

  4. #24
    Join Date
    Feb 2006
    Beans
    66

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

    erm for some reason my xfprot did'nt install under usr/local..it installed in /usr any reason why it would do that and if thats a problem?

  5. #25
    Join Date
    Apr 2005
    Location
    ks
    Beans
    43
    Distro
    Ubuntu 7.10 Gutsy Gibbon

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

    well i`m stuck for now can someone help me please
    I follow every step till the make comand andthis is what I get.
    thaks

    tlaloc@aztlan:~/xfprot-1.15$ make
    cc -DIS_LINUX -DNDEBUG -Os -pipe -fomit-frame-pointer -fno-builtin -std=gnu99 -include i18n/en_GB.h -D_en_GB -include mylib.h -include mygtk.h -include config.h -include xfprot.h -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DUSE_GTK_2_4 -DUSE_GTK_2_0 -c -o xfprot-gtk.o xfprot-gtk.c
    make: cc: Command not found
    make: *** [xfprot-gtk.o] Error 127

  6. #26
    Join Date
    Oct 2005
    Location
    in the Dutch Mountains
    Beans
    1,768
    Distro
    Ubuntu 7.10 Gutsy Gibbon

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

    Works perfect thanks.
    Once you're over the hill
    you're gonna pick up speed

  7. #27
    Join Date
    Dec 2005
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

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

    Worked like a charm, thanks for the how-to

  8. #28
    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 F-prot (4.6.6) is avaible.

  9. #29
    Join Date
    Feb 2006
    Location
    Toronto Canada
    Beans
    63
    Distro
    Ubuntu 10.04 Lucid Lynx

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

    ========================= Installation results ===========================
    ERROR: ld.so: object '/usr/lib/installwatch.so' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object '/usr/lib/installwatch.so' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object '/usr/lib/installwatch.so' from LD_PRELOAD cannot be preloaded: ignored.

    Copying documentation directory...
    /var/tmp/DYTiUqCHlNCBAUTneTPG/installscript.sh: line 13: 19136 Segmentation fault mkdir -p "/usr/share/doc/xfprot-1.15"

    **** Installation failed. Aborting package creation.

    Cleaning up...OK

    Bye.


    This is my error and I have no clue why it is acting a fool ... I am using Dapper ...

  10. #30
    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)

    This haven't been tested on Dapper yet. Since Dapper is under heavy development many things can break from one day to another. If you're looking something stable you might go back to breezy.

Page 3 of 19 FirstFirst 1234513 ... 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
  •