个人工具

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

来自Ubuntu中文

跳转至: 导航, 搜索
第6行: 第6行:
 
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 ===
 +
 
* 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]
 
* Double-click on the file then click on the Installation button.
 
* Double-click on the file then click on the Installation button.
 +
 
==== Launcher creation ====
 
==== Launcher creation ====
 +
 
===== Option 1 =====
 
===== Option 1 =====
* Open a terminal (Applications -> Accessories -> Terminal), and enter these commands: <pre><nowiki>
+
 
 +
* Open a terminal (Applications -&gt; Accessories -&gt; Terminal), and enter these commands:  
 +
<pre>
 +
 
 
sudo rm /usr/share/applications/avggui.desktop
 
sudo rm /usr/share/applications/avggui.desktop
sudo gedit /usr/share/applications/avg.desktop</nowiki></pre>
+
 
* It should open a text editor, enter this text in it and save the file: <pre><nowiki>
+
sudo gedit /usr/share/applications/avg.desktop
[Desktop Entry]
+
</pre>
Name=AVG Antivirus
+
* It should open a text editor, enter this text in it and save the file:  
Comment=Antivirus
+
<pre>
Exec=gksudo avggui &
+
 
Icon=/opt/grisoft/avggui/prog/pixmaps/avgico_big.png
+
[Desktop Entry] Name=AVG Antivirus Comment=Antivirus Exec=gksudo avggui &amp; Icon=/opt/grisoft/avggui/prog/pixmaps/avgico_big.png Terminal=false Type=Application
Terminal=false
+
 
Type=Application
+
Categories=Application;System;
Categories=Application;System;</nowiki></pre>
+
</pre>
 
===== Option 2 =====
 
===== Option 2 =====
Click on "System-->Preferences-->Main Menu" To launch the menu editor.
+
 
Find the AVG entry in Accessories. Right click its entry and select Properties.
+
Click on "System--&gt;Preferences--&gt;Main Menu" To launch the menu editor. Find the AVG entry in Accessories. 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.
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 ===
 
=== Using AVG Free ===
 
* 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.

2008年1月20日 (日) 16:51的版本


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. 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