PageRenderTime 41ms CodeModel.GetById 15ms RepoModel.GetById 0ms app.codeStats 0ms

/www/branches/dev/nimbus/htdocs/linux.platinstall.text

#
Plain Text | 16 lines | 10 code | 6 blank | 0 comment | 0 complexity | 10f81b51e016d8ed8aecdad375ba4160 MD5 | raw file
Possible License(s): BSD-3-Clause, AGPL-1.0, Apache-2.0, LGPL-2.0, LGPL-3.0, GPL-2.0, CC-BY-SA-3.0, LGPL-2.1, GPL-3.0, MPL-2.0-no-copyleft-exception, IPL-1.0
  1. <!-- begin linux.platinstall.text -->
  2. <!-- for jEdit: :mode=php:indentSize=2:tabSize=2:noTabs=true: -->
  3. <h3>Installing the Debian package via <code>apt-get</code></h3>
  4. <p>To install jEdit via <code>apt-get</code>, add the following
  5. lines to your <code>/etc/apt/sources.list</code>:</p>
  6. <pre>deb http://dl.sourceforge.net/sourceforge/jedit ./
  7. deb-src http://dl.sourceforge.net/sourceforge/jedit ./</pre>
  8. <p>Then, just run <code>apt-get update</code> and <code>apt-get install jedit</code>
  9. or <code>apt-get source jedit</code>.
  10. <!-- end linux.platinstall.text -->