Revision: 1637 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1637&view=re... Author: dmaphy Date: 2010-10-08 23:17:35 +0000 (Fri, 08 Oct 2010)
Log Message: ----------- website: improve installation instructions for Ubuntu
Modified Paths: -------------- www/staging/content/install.html
Modified: www/staging/content/install.html =================================================================== --- www/staging/content/install.html 2010-10-08 23:16:44 UTC (rev 1636) +++ www/staging/content/install.html 2010-10-08 23:17:35 UTC (rev 1637) @@ -13,10 +13,23 @@ install the plugin you like to use via</p> <code>yum install geany-plugins-{pluginname}</code>
-<h4>Debian and Ubuntu (apt)</h4> +<h4>Debian</h4> <p>Install via</p> <code>apt-get install geany-plugins</code>
+<h4>Ubuntu</h4> +<p>Install via:</p> +<code>sudo apt-get install geany-plugins</code> +<p>or</p> +<code>sudo apt-get install geany-plugin-{pluginname}</code> +<p>To see the list of plugins available in the repositories, use:</p> +<code>sudo apt-cache seach geany</code> +<p>Alternatively (GUI method), use Synaptic (System -> Administration -> +Synaptic Package Manager) and search for "geany". + +Note: you must have the "Universe" repository enabled. +</p> + <h4>Other distributions</h4> <p>Please feel free to let us know of any other install command for the distribution or rather package manager you are using.</p>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
plugins-commits@lists.geany.org