Changes between Version 2 and Version 3 of IncludeDebianRepository

Show
Ignore:
Timestamp:
10/02/10 12:19:39 (3 years ago)
Author:
stefan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IncludeDebianRepository

    v2 v3  
    1 = How To Include the !Debian/Ubuntu Repository for the JLatexEditor = 
     1= How To Include the !Ubuntu/Debian Repository for the JLatexEditor = 
    22Including 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 list 
    8 echo 'deb http://apt.endrullis.de/ lucid main' >/etc/apt/sources.list.d/endrullis-lucid.list 
    9 # import gpg key packages are signed with 
    10 wget http://apt.endrullis.de/public.gpg -O- | sudo apt-key add - 
    11 }}} 
    12  * Install the JLatexEditor: 
    13 {{{ 
    14 aptitude update 
    15 aptitude install jlatexeditor 
    16 }}} 
    173 
    184== Ubuntu Users == 
     
    2915sudo aptitude install jlatexeditor 
    3016}}} 
     17 
     18== Debian Users == 
     19 * Add the repository (run as root): 
     20{{{ 
     21# create sources list 
     22echo 'deb http://apt.endrullis.de/ sid main' >/etc/apt/sources.list.d/endrullis-sid.list 
     23# import gpg key packages are signed with 
     24wget http://apt.endrullis.de/public.gpg -O- | sudo apt-key add - 
     25}}} 
     26 * Install the JLatexEditor: 
     27{{{ 
     28aptitude update 
     29aptitude install jlatexeditor 
     30}}}