How To Include the Ubuntu/Debian Repository for the JLatexEditor
Including the Debian/Ubuntu repository of apt.endrullis.de allow you to install and update the JLatexEditor via apt-get or aptitude.
Ubuntu Users
- Add the repository:
# create sources list sudo echo 'deb http://apt.endrullis.de/ natty main' >/etc/apt/sources.list.d/endrullis-natty.list # import gpg key packages are signed with sudo wget http://apt.endrullis.de/public.gpg -O- | sudo apt-key add -
- Install the JLatexEditor:
sudo aptitude update sudo aptitude install jlatexeditor
Debian Users
- Add the repository (run as root):
# create sources list echo 'deb http://apt.endrullis.de/ sid main' >/etc/apt/sources.list.d/endrullis-sid.list # import gpg key packages are signed with wget http://apt.endrullis.de/public.gpg -O- | sudo apt-key add -
- Install the JLatexEditor:
aptitude update aptitude install jlatexeditor
![(please configure the [header_logo] section in trac.ini)](http://jlatexeditor.endrullis.de/chrome/site/logo_xmas.png)