Changes between Version 33 and Version 34 of TipAndDoc/Linux/Debian
- Timestamp:
- Jul 5, 2012 12:37:07 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TipAndDoc/Linux/Debian
v33 v34 182 182 * [http://forums.debian.net/viewtopic.php?f=17&t=80679 Debian User Forums • View topic - How can I install some Wheezy components on Squeeze?] 183 183 * [http://jaqque.sbih.org/kplug/apt-pinning.html Apt-Pinning for Beginners] 184 185 == use wheezy packages == 186 * /etc/apt/sources.list.d/wheezy.list 187 {{{ 188 deb http://ftp.tsukuba.wide.ad.jp/debian/ wheezy main 189 deb-src http://ftp.tsukuba.wide.ad.jp/debian/ wheezy main 190 191 deb http://security.debian.org/ wheezy/updates main 192 deb-src http://security.debian.org/ wheezy/updates main 193 }}} 194 195 * /etc/apt/apt.conf.d/stable 196 {{{ 197 APT::Default-release "stable"; 198 }}}