个人工具

“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]
+
<ul><li>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.
+
</li><li>Double-click on the file then click on the Installation button.</li></ul>
 
==== Launcher creation ====
 
==== Launcher creation ====
 
===== Option 1 =====
 
===== Option 1 =====
* Open a terminal (Applications -> Accessories -> Terminal), and enter these commands: <pre><nowiki>
+
<ul><li>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>
* It should open a text editor, enter this text in it and save the file: <pre><nowiki>
+
</li><li>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>
+
Categories=Application;System;</nowiki></pre></li></ul>
 
===== 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.
第29行: 第29行:
 
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 ===
* You can now start AVG Free by going to Applications -> System Tools -> AVG Antivirus.
+
<ul><li>You can now start AVG Free by going to Applications -> System Tools -> AVG Antivirus.
 
=== External links ===
 
=== External links ===
* http://www.howtoforge.com/avg_antivirus_ubuntu_feisty
+
<ul><li>http://www.howtoforge.com/avg_antivirus_ubuntu_feisty
 
----
 
----
 
[[category:CategorySecurity]]
 
[[category:CategorySecurity]]
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2007年12月6日 (四) 14:39的版本


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