Changes between Version 2 and Version 3 of IncludeDebianRepository
- Timestamp:
- 10/02/10 12:19:39 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
IncludeDebianRepository
v2 v3 1 = How To Include the ! Debian/UbuntuRepository for the JLatexEditor =1 = How To Include the !Ubuntu/Debian Repository for the JLatexEditor = 2 2 Including the !Debian/Ubuntu repository of apt.endrullis.de allow you to install and update the JLatexEditor via apt-get or aptitude. 3 4 == Debian Users ==5 * Add the repository (run as root):6 {{{7 # create sources list8 echo 'deb http://apt.endrullis.de/ lucid main' >/etc/apt/sources.list.d/endrullis-lucid.list9 # import gpg key packages are signed with10 wget http://apt.endrullis.de/public.gpg -O- | sudo apt-key add -11 }}}12 * Install the JLatexEditor:13 {{{14 aptitude update15 aptitude install jlatexeditor16 }}}17 3 18 4 == Ubuntu Users == … … 29 15 sudo aptitude install jlatexeditor 30 16 }}} 17 18 == Debian Users == 19 * Add the repository (run as root): 20 {{{ 21 # create sources list 22 echo 'deb http://apt.endrullis.de/ sid main' >/etc/apt/sources.list.d/endrullis-sid.list 23 # import gpg key packages are signed with 24 wget http://apt.endrullis.de/public.gpg -O- | sudo apt-key add - 25 }}} 26 * Install the JLatexEditor: 27 {{{ 28 aptitude update 29 aptitude install jlatexeditor 30 }}}
![(please configure the [header_logo] section in trac.ini)](http://jlatexeditor.endrullis.de/chrome/site/logo.png)