个人工具

“UbuntuHelp:EasyUbuntu”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
(新页面: {{From|https://help.ubuntu.com/community/EasyUbuntu}} {{Languages|UbuntuHelp:EasyUbuntu}} == Introduction == EasyUbuntu is an easy to use script that gives the Ubuntu user the most comm...)
 
第1行: 第1行:
 
{{From|https://help.ubuntu.com/community/EasyUbuntu}}
 
{{From|https://help.ubuntu.com/community/EasyUbuntu}}
 
{{Languages|UbuntuHelp:EasyUbuntu}}
 
{{Languages|UbuntuHelp:EasyUbuntu}}
 
 
== Introduction ==
 
== Introduction ==
 
 
EasyUbuntu is an easy to use script that gives the Ubuntu user the most commonly requested apps, codecs(coder/decoder), and tweaks that are not found in the base distribution - all with a few clicks of your mouse.
 
EasyUbuntu is an easy to use script that gives the Ubuntu user the most commonly requested apps, codecs(coder/decoder), and tweaks that are not found in the base distribution - all with a few clicks of your mouse.
 
 
'''Warning:'''Please note that EasyUbuntu is a third-party utility and is not recommended or supported by Ubuntu.
 
'''Warning:'''Please note that EasyUbuntu is a third-party utility and is not recommended or supported by Ubuntu.
 
 
EasyUbuntu is so easy to use, even your grandma could be playing encrypted DVDs, streaming Windows Media, and sporting the latest Nvidia or Ati drivers in minutes! And yes, EasyUbuntu is GPL.
 
EasyUbuntu is so easy to use, even your grandma could be playing encrypted DVDs, streaming Windows Media, and sporting the latest Nvidia or Ati drivers in minutes! And yes, EasyUbuntu is GPL.
 
 
EasyUbuntu works on (X/K)ubuntu and on all the three architectures (x86, AMD64 and PPC). It requires Ubuntu Breezy (5.10) or above.
 
EasyUbuntu works on (X/K)ubuntu and on all the three architectures (x86, AMD64 and PPC). It requires Ubuntu Breezy (5.10) or above.
 
 
=== Installation ===
 
=== Installation ===
 
 
If you wish to install it permanently, so it can automatically be updated (via the apt system), use this script EasyUbuntuInstallationScript or manually add the EasyUbuntu repository to your source.list and install the package as described on the [http://easyubuntu.freecontrib.org/get.html installation instructions]
 
If you wish to install it permanently, so it can automatically be updated (via the apt system), use this script EasyUbuntuInstallationScript or manually add the EasyUbuntu repository to your source.list and install the package as described on the [http://easyubuntu.freecontrib.org/get.html installation instructions]
 
 
If you want to run it only once, copy and paste these commands into a terminal window
 
If you want to run it only once, copy and paste these commands into a terminal window
 
<pre><nowiki>
 
<pre><nowiki>
第21行: 第13行:
 
tar -zxf easyubuntu-3.023.tar.gz
 
tar -zxf easyubuntu-3.023.tar.gz
 
</nowiki></pre>
 
</nowiki></pre>
 
 
Keep in mind that this installs the latest version (as of 17-Oct-2006), but will not keep the copy of the EasyUbuntu application itself up to date. If you wish to automatically check for updates you have to use the method above.
 
Keep in mind that this installs the latest version (as of 17-Oct-2006), but will not keep the copy of the EasyUbuntu application itself up to date. If you wish to automatically check for updates you have to use the method above.
 
 
=== Usage ===
 
=== Usage ===
 
 
If you installed it for a one-time use
 
If you installed it for a one-time use
 
<pre><nowiki>
 
<pre><nowiki>
第31行: 第20行:
 
sudo python easyubuntu.in
 
sudo python easyubuntu.in
 
</nowiki></pre>
 
</nowiki></pre>
 
 
If you installed it from a package, EasyUbuntu can be found in Applications --> System Tools on Ubuntu and Main Menu --> System in Kubuntu/Xubuntu
 
If you installed it from a package, EasyUbuntu can be found in Applications --> System Tools on Ubuntu and Main Menu --> System in Kubuntu/Xubuntu
 
 
Launch EasyUbuntu, select the application(s) you want to install and click OK.
 
Launch EasyUbuntu, select the application(s) you want to install and click OK.
 
 
 
=== List of Applications ===
 
=== List of Applications ===
 
 
For a complete list, please refer to the maintainer´s [http://easyubuntu.freecontrib.org/overview.html web site]
 
For a complete list, please refer to the maintainer´s [http://easyubuntu.freecontrib.org/overview.html web site]
 
 
Here is an excerpt of the list with popular choices
 
Here is an excerpt of the list with popular choices
 
* [[UbuntuHelp:RestrictedFormats| Multimedia Codecs]]
 
* [[UbuntuHelp:RestrictedFormats| Multimedia Codecs]]
第47行: 第30行:
 
* [[UbuntuHelp:Skype| Skype]], Wengophone
 
* [[UbuntuHelp:Skype| Skype]], Wengophone
 
* [[UbuntuHelp:BinaryDriverHowto| NVIDIA & ATI Binary video card drivers]]
 
* [[UbuntuHelp:BinaryDriverHowto| NVIDIA & ATI Binary video card drivers]]
 
 
=== Manual Installation of Packages ===
 
=== Manual Installation of Packages ===
 
 
To manually install the software provided by EasyUbuntu please see the 'List of Applications' section above.
 
To manually install the software provided by EasyUbuntu please see the 'List of Applications' section above.
 
 
=== External links ===
 
=== External links ===
 
 
Official EasyUbuntu web site [http://easyubuntu.freecontrib.org/]
 
Official EasyUbuntu web site [http://easyubuntu.freecontrib.org/]
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2007年11月30日 (五) 16:54的版本

Introduction

EasyUbuntu is an easy to use script that gives the Ubuntu user the most commonly requested apps, codecs(coder/decoder), and tweaks that are not found in the base distribution - all with a few clicks of your mouse. Warning:Please note that EasyUbuntu is a third-party utility and is not recommended or supported by Ubuntu. EasyUbuntu is so easy to use, even your grandma could be playing encrypted DVDs, streaming Windows Media, and sporting the latest Nvidia or Ati drivers in minutes! And yes, EasyUbuntu is GPL. EasyUbuntu works on (X/K)ubuntu and on all the three architectures (x86, AMD64 and PPC). It requires Ubuntu Breezy (5.10) or above.

Installation

If you wish to install it permanently, so it can automatically be updated (via the apt system), use this script EasyUbuntuInstallationScript or manually add the EasyUbuntu repository to your source.list and install the package as described on the installation instructions If you want to run it only once, copy and paste these commands into a terminal window

wget http://easyubuntu.freecontrib.org/files/easyubuntu-3.023.tar.gz
tar -zxf easyubuntu-3.023.tar.gz

Keep in mind that this installs the latest version (as of 17-Oct-2006), but will not keep the copy of the EasyUbuntu application itself up to date. If you wish to automatically check for updates you have to use the method above.

Usage

If you installed it for a one-time use

cd easyubuntu
sudo python easyubuntu.in

If you installed it from a package, EasyUbuntu can be found in Applications --> System Tools on Ubuntu and Main Menu --> System in Kubuntu/Xubuntu Launch EasyUbuntu, select the application(s) you want to install and click OK.

List of Applications

For a complete list, please refer to the maintainer´s web site Here is an excerpt of the list with popular choices

Manual Installation of Packages

To manually install the software provided by EasyUbuntu please see the 'List of Applications' section above.

External links

Official EasyUbuntu web site [1]