The package list for etch is as follows. Some packages are renamed from sarge version.
Packages is this repository can be gpg authenticated. The key that is being used for signing the packages is
pub 1024D/AEE995F4 2005-12-08 uid Youhei SASAKI <uwabami@gfd-dennou.org>
You can enter this key into the APT trusted keys database with the following command(using subkeys.pgp.net):
# gpg --keyserver subkeys.pgp.net --recv-keys AEE995F4 # gpg --armor --export AEE995F4 | apt-key add -
or download <URL:./etch-sign.asc> and
# cat etch-sign.asc | apt-key add -
| Product name | Type | Package name |
| DCL C-edition | C library | dcl-c |
| OpenDAP | libdap | |
| OpenDAP | libnc-dap | |
| RubyDCL | Ruby extend library | libdcl-ruby |
| RubyNetCDF | netcdf-ruby | |
| RubyMultibitnums | libmultibitnums-ruby | |
| Ruby-FFTW3 | libfftw3-ruby | |
| Ruby-VTK | ruby-vtk | |
| NarrayMiss | Ruby library | libnarray-miss-ruby |
| NumRu/Misc | numru-misc | |
| NumRu/Units | numru-units | |
| NumRu/Met | numru-met | |
| RubyGPV | libgpv-ruby | |
| GPhys | gphys | |
| GAVE | gave |
You can use apt to download and install the packages. Use the following lines in "/etc/apt/sources.list" to enable downloading from this component.
deb ftp://www.gfd-dennou.org/library/cc-env/Linux/debian-dennou etch/ deb-src ftp://www.gfd-dennou.org/library/cc-env/Linux/debian-dennou etch/
If you want to all packages, simply
$ sudo -s # apt-get update # apt-get install gave
If you want upgrade from sarge to etch, you should uninstall all packages of sarge, and install packages of etch.
The package list for sarge is as follows.
| Product name | Type | Package name |
| DCL C-edition | C library | dcl-c |
| Narray | Ruby extend library | ruby-narray |
| Narray-dev | ruby-narray-dev | |
| RubyDCL | ruby-dcl | |
| RubyNetCDF | netcdf-ruby | |
| RubyMultibitnums | ruby-multibitnums | |
| Ruby-FFTW3 | ruby-fftw3 | |
| Ruby-VTK | ruby-vtk | |
| NarrayMiss | Ruby library | ruby-narray-miss |
| NumRu/Misc | numru-misc | |
| NumRu/Units | numru-units | |
| NumRu/Met | numru-met | |
| RubyGPV | ruby-gpv | |
| GPhys | gphys | |
| GAVE | gave |
You can use apt to download and install the packages. Use the following lines in "/etc/apt/sources.list" to enable downloading from this component.
deb ftp://www.gfd-dennou.org/library/cc-env/Linux/debian-dennou sarge/ deb-src ftp://www.gfd-dennou.org/library/cc-env/Linux/debian-dennou sarge/
If you want to all packages, simply
$ sudo -s # apt-get update # apt-get install gave