Changes between Version 7 and Version 8 of DownloadDebian
- Timestamp:
- 02/08/11 10:59:34 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DownloadDebian
v7 v8 3 3 == Installation using the Package Manager == 4 4 5 Padre is not available in stable releases of [http://www.debian.org/ Debian].6 However, version 0.63 is availablein the {{{unstable}}} and {{{testing}}} branches of Debian.5 Padre 0.63 is available in [http://www.debian.org/ Debian] 6.0 ("squeeze"), 6 as well as in the {{{unstable}}} and {{{testing}}} branches of Debian. 7 7 8 Add an "Unstable" source to /etc/apt/sources.list as follows: 8 Install: 9 9 {{{ 10 deb http://mirror.isoc.org.il/pub/debian/ unstable main contrib non-free 11 deb-src http://mirror.isoc.org.il/pub/debian/ unstable main contrib non-free 10 # aptitude install padre 12 11 }}} 13 12 14 Then update: 13 === Older Stable Releases === 14 If you run a stable release prior to Squeeze (6.0), you'd have to add 15 an "unstable" or "testing" source to {{{/etc/apt/sources.list}}}, e.g. as follows: 16 {{{ 17 deb http://mirror.isoc.org.il/pub/debian/ unstable main 18 deb-src http://mirror.isoc.org.il/pub/debian/ unstable main 19 }}} 20 21 Then update the package list 15 22 {{{ 16 23 # aptitude update 17 24 }}} 18 25 19 And now - install: 20 {{{ 21 # aptitude install padre 22 }}} 26 and perform the installation as described above. 23 27 24 28 == Installation from CPAN ==
