Announcement

Collapse
No announcement yet.

clamav scan

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    clamav scan

    Can i scan my system from the GUI.

    If not how can i scan my system from the cl.

    I cant find a simple answer on google.

    #2
    Re: clamav scan

    Install Klamav from adept; this is a GUI front end for Clamav. Affter it is installed it will show up as a K menu item under System.

    Comment


      #3
      Re: clamav scan

      sudo clamscan -r /location_of_files_or_folders

      To scan your home directory using cl do:
      sudo clamscan -r /home

      Comment


        #4
        Re: clamav scan

        Thanks ,i installed klamav works fine scanning.
        I now have klamav prompting me to ugrade to v.38

        I did the upgrade but it did not install.So i dowload directly from the site.

        When i tried to install i get a error message ....c compiler not in path

        Comment


          #5
          Re: clamav scan

          You probably need to install the basic compilers
          sudo apt-get install build-essential
          and perhaps also the .rpm to .deb converter (Alien)
          sudo apt-get install alien

          Comment


            #6
            Re: clamav scan

            To search for an application do:
            sudo apt-cache search "name of something"
            If you search "compiler" you will get an extensiv list
            sudo apt-cache search compiler
            You could use aptitude to install, using aptitude will resolve dependencies as well.

            sudo aptitude install gcc-4.0-base

            Comment


              #7
              Re: clamav scan

              Thanks works great

              Comment

              Working...
              X