Not sure how to install Bitdefender

Discussion in 'all things UNIX' started by SuperSapien, Feb 22, 2016.

  1. SuperSapien

    SuperSapien Registered Member

    I just downloaded Bitdefender on my Linux Mint laptop and I'm not sure how to install it, the install file is a .deb.run. Does anyone know how to install Bitdefender? I would like to have it on my laptop. I cant find any clear directions on how to install it.
     
  2. mirimir

    mirimir Registered Member

  3. SuperSapien

    SuperSapien Registered Member

  4. Amanda

    Amanda Registered Member

    May I ask where you downloaded this file from? Because I've never seen a ".deb.run" file, but either ".deb" or ".run".

    Usually what I do:
    Code:
    chmod +x file.run
    This gives the file execute permissions.

    Then you run it:
    Code:
    ./file.run
    But if it's a .deb file, all you have to do is:

    Code:
    dpkg -i /home/your-user/file-location/file.deb
     
    Last edited: Feb 22, 2016
  5. SuperSapien

    SuperSapien Registered Member

    So chmod +x BitDefender-Antivirus-Scanner-7.7-1-linux-amd64.deb.run? Then ./BitDefender-Antivirus-Scanner-7.7-1-linux-amd64.deb
    file.run?
     
  6. Amanda

    Amanda Registered Member

    Last edited: Feb 23, 2016
  7. SuperSapien

    SuperSapien Registered Member

    Thanks.:thumb: BTW put sudo before
    ./BitDefender-Antivirus-Scanner-7.7-1-linux-amd64.deb.run if run into permission isssues?
     
  8. Amanda

    Amanda Registered Member

    You're welcome.
    Yes.
     
  9. AutoCascade

    AutoCascade Registered Member

    If it was just a .deb file all you have to do is click on it. I'm not sure why Bitdefender would make it more difficult than is necessary but I'm sure they have their reasons.
     
  10. SuperSapien

    SuperSapien Registered Member

    I ran into a problem when running chmod BitDefender-Antivirus-Scanner-7.7-1-linux-amd64.deb.run it says chmod: missing operand after ‘BitDefender-Antivirus-Scanner-7.7-1-linux-amd64.deb.run’.
     
  11. The Red Moon

    The Red Moon Registered Member

    To be perfectly honest i dont see why you are trying to install bitdefender or any other av on linux.It will be just a waste of resources and more strain on your system.If you insist on using an av then maybe you should consider clam av.
     
  12. Amanda

    Amanda Registered Member

    Please paste the complete terminal output, from when you pasted the command.
     
  13. Ocky

    Ocky Registered Member

  14. Amanda

    Amanda Registered Member

  15. SuperSapien

    SuperSapien Registered Member

    So I add http://download.bitdefender.com/repos/deb/ via the Synaptic Package Manager?
    Then wget http://download.bitdefender.com/repos/deb/bd.key.asc sudo apt-key add bd.key.asc via the terminal? Then of course sudo apt-get update and last sudo apt-get install bitdefender-scanner-gui.
     
  16. Amanda

    Amanda Registered Member

    If it allows for adding repos, then yes.

    Yes but those are two separate command, don't forget that.

    If that's the name of the package you're looking for, yes :)
     
  17. SuperSapien

    SuperSapien Registered Member

    Thanks. But I'm a little confused on how I should add this new repo? Screenshot from 2016-02-27.png
     
  18. Amanda

    Amanda Registered Member

    You could edit the file "/etc/apt/sources.list" and add the following to the bottom of it:

    Code:
    # Bitdefender
    deb http://download.bitdefender.com/repos/deb/ bitdefender non-free (add to sources)
    
     
  19. SuperSapien

    SuperSapien Registered Member

    Thanks I was able to install BD.:) But it crashes every time I try to run a scan.:(
     
  20. Amanda

    Amanda Registered Member

    Please open BD via Terminal, then paste the output of the crash.
     
  21. SuperSapien

    SuperSapien Registered Member

    How do I open BitDefender in the Terminal? I tried entering bitdefender and even bitdefender scanner nothing happened.
     
  22. Amanda

    Amanda Registered Member

    If you open the Terminal and type "bitdefender" (Don't press ENTER) and press TAB, does any suggestion for a command appear?
    @SuperSapien
     
  23. SuperSapien

    SuperSapien Registered Member

    No.
     
  24. Amanda

    Amanda Registered Member

  25. SuperSapien

    SuperSapien Registered Member

    All I get is bitmap.
     
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice