How to install jEdit on Ubuntu 7.04

This will help you install jEdit, a programmer’s text editor.
Find out more here:
http://jedit.org/
To install it, fallow these steps:
- Edit sources.list file:
sudo joe /etc/apt/sources.list
- Add the fallowing lines:

deb http://dl.sourceforge.net/sourceforge/jedit ./
deb-src http://dl.sourceforge.net/sourceforge/jedit ./

- Run:
sudo apt-get update
- Install jEdit:
sudo apt-get install jedit
You’re done!

Leave a Comment


NOTE - You can use these HTML tags and attributes:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="" highlight="">