Changes between Version 6 and Version 7 of DownloadDebian
- Timestamp:
- 09/01/10 12:28:58 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DownloadDebian
v6 v7 3 3 == Installation using the Package Manager == 4 4 5 Padre is not available in stable releases of Debian.6 However, version 0.63 is available in the unstable branchof Debian.5 Padre is not available in stable releases of [http://www.debian.org/ Debian]. 6 However, version 0.63 is available in the {{{unstable}}} and {{{testing}}} branches of Debian. 7 7 8 8 Add an "Unstable" source to /etc/apt/sources.list as follows: … … 14 14 Then update: 15 15 {{{ 16 # apt -getupdate16 # aptitude update 17 17 }}} 18 18 19 19 And now - install: 20 20 {{{ 21 # apt -getinstall padre21 # aptitude install padre 22 22 }}} 23 23
