Ubuntu7.10里也要安装杀毒软件,用不着吧,Linux公社告诉你,真的用不着,至少目前大部分朋友用不到。真是废话,用不着还叫我们安装杀毒软件avast antivirus,给一些朋友求个心安理得吧。
首先下载deb包: http://www.avast.com/eng/download-avast-for-linux-edition.html
双击安装或者在终端下执行: sudo dpkg -i file_name.deb
如果你在开始菜单项中无法找到启动avast antivirus的图标,那么执行:
cd /usr/lib/avast4workstation/share/avast/desktop
sudo ./install-desktop-entries.sh install
你的系统是Ubuntu7.10的话,那么点击应用程序>附件>avast antivirus,启动之后需要你免费注册来获得注册码,之后你就可以免费使用了。
英文原文如下:
Download the .DEB from
http://www.avast.com/eng/download-avast-for-linux-edition.html
Install it using GDebi or use the terminal.
sudo dpkg -i file_name.deb
If you don’t get any icon/menu entry in the Application-Accessories menu.
Then run this in the terminal
cd /usr/lib/avast4workstation/share/avast/desktop
sudo ./install-desktop-entries.sh install
If you like to use GTK 2.x then work your way to the avast directory.
cd /usr/lib/avast4workstation
Then just remove the
sudo rm -rf lib-x11/
and
sudo rm -rf lib-gtk2/
Thats it.