个人工具

“UbuntuHelp:Antivirus/Avg”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
 
(未显示2个用户的8个中间版本)
第3行: 第3行:
 
AVG Free is a version of the AVG antivirus which is free for private and non-commercial use.  
 
AVG Free is a version of the AVG antivirus which is free for private and non-commercial use.  
 
It can only detect viruses; it cannot remove them from files.
 
It can only detect viruses; it cannot remove them from files.
Others antivirus running on Ubuntu can be found [https://help.ubuntu.com/community/Antivirus here].
+
Others antivirus running on Ubuntu can be found [[UbuntuHelp:Antivirus|here]].
 
https://help.ubuntu.com/community/Antivirus/Avg?action=AttachFile&do=get&target=AVG.png
 
https://help.ubuntu.com/community/Antivirus/Avg?action=AttachFile&do=get&target=AVG.png
 
=== Installing AVG Free ===
 
=== Installing AVG Free ===
<ul><li>Download the linux version (.deb file): [http://free.grisoft.com/doc/downloads/us/frt/0?prd=afl]
+
* Download the linux version (.deb file): [http://free.grisoft.com/doc/downloads/us/frt/0?prd=afl]
</li><li>Double-click on the file then click on the Installation button.</li></ul>
+
* Double-click on the file then click on the Installation button.
 
==== Launcher creation ====
 
==== Launcher creation ====
 
===== Option 1 =====
 
===== Option 1 =====
<ul><li>Open a terminal (Applications -> Accessories -> Terminal), and enter these commands: <pre><nowiki>
+
* Open a terminal (Applications -> Accessories -> Terminal), and enter these commands: <pre><nowiki>
 
sudo rm /usr/share/applications/avggui.desktop
 
sudo rm /usr/share/applications/avggui.desktop
 
sudo gedit /usr/share/applications/avg.desktop</nowiki></pre>
 
sudo gedit /usr/share/applications/avg.desktop</nowiki></pre>
</li><li>It should open a text editor, enter this text in it and save the file: <pre><nowiki>
+
* It should open a text editor, enter this text in it and save the file: <pre><nowiki>
 
[Desktop Entry]
 
[Desktop Entry]
 
Name=AVG Antivirus
 
Name=AVG Antivirus
第21行: 第21行:
 
Terminal=false
 
Terminal=false
 
Type=Application
 
Type=Application
Categories=Application;System;</nowiki></pre></li></ul>
+
Categories=Application;System;</nowiki></pre>
 
===== Option 2 =====
 
===== Option 2 =====
 
Click on "System-->Preferences-->Main Menu" To launch the menu editor.
 
Click on "System-->Preferences-->Main Menu" To launch the menu editor.
Find the AVG entry in Accessories. Right click its entry and select Properties.
+
Find the AVG entry in Accessories (for Ubuntu 9.10 the entry will be in System Tools). Right click its entry and select Properties.
 
In the "Command" box add gksudo to the beginning (ie. make it look like this "gksudo avggui")
 
In the "Command" box add gksudo to the beginning (ie. make it look like this "gksudo avggui")
 
Click on close for the AVG option then the same for the menu.
 
Click on close for the AVG option then the same for the menu.
 
You will be now prompted for your password when necessary as AVG will only run with your password being supplied.
 
You will be now prompted for your password when necessary as AVG will only run with your password being supplied.
 
=== Using AVG Free ===
 
=== Using AVG Free ===
<ul><li>You can now start AVG Free by going to Applications -> System Tools -> AVG Antivirus.
+
* You can now start AVG Free by going to Applications -> System Tools -> AVG Antivirus.
 
=== External links ===
 
=== External links ===
<ul><li>http://www.howtoforge.com/avg_antivirus_ubuntu_feisty
+
* http://www.howtoforge.com/avg_antivirus_ubuntu_feisty
 
----
 
----
 
[[category:CategorySecurity]]
 
[[category:CategorySecurity]]
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2010年5月19日 (三) 17:24的最新版本


AVG Free is a version of the AVG antivirus which is free for private and non-commercial use. It can only detect viruses; it cannot remove them from files. Others antivirus running on Ubuntu can be found here. Avg?action=AttachFile&do=get&target=AVG.png

Installing AVG Free

  • Download the linux version (.deb file): [1]
  • Double-click on the file then click on the Installation button.

Launcher creation

Option 1
  • Open a terminal (Applications -> Accessories -> Terminal), and enter these commands:

sudo rm /usr/share/applications/avggui.desktop

sudo gedit /usr/share/applications/avg.desktop
  • It should open a text editor, enter this text in it and save the file:

[Desktop Entry] Name=AVG Antivirus Comment=Antivirus Exec=gksudo avggui & Icon=/opt/grisoft/avggui/prog/pixmaps/avgico_big.png Terminal=false Type=Application

Categories=Application;System;
Option 2

Click on "System-->Preferences-->Main Menu" To launch the menu editor. Find the AVG entry in Accessories (for Ubuntu 9.10 the entry will be in System Tools). Right click its entry and select Properties. In the "Command" box add gksudo to the beginning (ie. make it look like this "gksudo avggui") Click on close for the AVG option then the same for the menu. You will be now prompted for your password when necessary as AVG will only run with your password being supplied.

Using AVG Free

  • You can now start AVG Free by going to Applications -> System Tools -> AVG Antivirus.

External links