2

I'm new to Ubuntu and want detailed guidance on installing Avira. I read the Manual and did all the procedures but eventually the terminal says to me

License has expired at 2012-09-12.
Warning: No dazuko module available, on-access protection disabled.
Tim
  • 33,500
AD EN
  • 31

1 Answers1

2
  • Open a terminal (Press Ctrl+Alt+T or just search the dash for Terminal) and go to the Downloads directory:
cd ~/Downloads
  • Download the latest Avira package:
wget http://dlpe.antivir.com/package/wks_avira/unix/en/pers/antivir_workstation-pers.tar.gz
  • Extract the package.
tar -xzf antivir_workstation-pers.tar.gz
  • Go to the extracted directory.
cd antivir-workstation-pers-3.1.3.5-0/
  • Run the install file.
sudo ./install
  • Answer the questions as they're asked.
rubo77
  • 34,024
  • 52
  • 172
  • 299
green
  • 14,406