Changes between Version 5 and Version 6 of Software repositories
- Timestamp:
- 07/06/13 18:16:12 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Software repositories
v5 v6 8 8 = SL6 = 9 9 * Official !QosCosGrid repository 10 10 11 {{{ 11 #!div style="font-size: 90%"12 {{{#!sh13 12 rpm -Uvh http://www.qoscosgrid.org/qcg-packages/sl6/x86_64/qcg-repo-stable-1.0.0-1.noarch.rpm 14 13 }}} 15 }}} 14 16 15 * !QosCosGrid unstable repository (not recommended - mainly for developers and testers) 17 16 {{{ … … 22 21 }}} 23 22 = Debian = 23 * Installing new deb source: 24 {{{ 25 cat > /etc/apt/sources.list.d/qcg.unstable.list << EOF 26 deb http://www.qoscosgrid.org/qcg-packages/debian/ unstable main 27 EOF 28 }}} 29 * Installing repo key: 30 {{{ 31 wget https://apps.man.poznan.pl/trac/qcg-notification/raw-attachment/wiki/InstallingUsingDeb/qcg.pub 32 apt-key add qcg.pub 33 }}} 34 * Refreshing packages list: 35 {{{ 36 apt-get update 37 }}}