... | ... | @@ -16,12 +16,29 @@ You will need root access on this workstation. |
|
|
|
|
|
2. Get the cds repo installation files
|
|
|
|
|
|
```wget http://apt.ligo-wa.caltech.edu/debian/pool/buster/cdssoft-release-buster/cdssoft-release-buster_1.0.3_all.deb```
|
|
|
For Debian 10:
|
|
|
|
|
|
3. Install the package.
|
|
|
```wget https://apt.ligo-wa.caltech.edu/debian/pool/buster-unstable/cdssoft-release-buster/cdssoft-release-buster_1.0.3_all.deb```
|
|
|
|
|
|
For Debian 9:
|
|
|
```wget https://apt.ligo-wa.caltech.edu/debian/pool/stretch-unstable/cdssoft-release-stretch/cdssoft-release-stretch_1.3.3_all.deb```
|
|
|
|
|
|
3. Install the package. For Debian 10:
|
|
|
|
|
|
```dpkg -i ./cdssoft-release-buster_1.0.3_all.deb```
|
|
|
|
|
|
4. Update the from the repo ```apt update```
|
|
|
For Debian 9:
|
|
|
|
|
|
```dpkg -i ./cdssoft-release-stretch_1.3.3_all.deb```
|
|
|
|
|
|
4. Update the from the repo
|
|
|
|
|
|
```apt update```
|
|
|
|
|
|
5. Install cds-workstation, which includes crtools.
|
|
|
|
|
|
```apt install cds-workstation```
|
|
|
|
|
|
if for some reason cds-workstation does not work, you can install crtools directly with
|
|
|
|
|
|
5. Install crtools ```apt install cds-crtools``` or install all of cds-workstation ```apt install cds-workstation``` |
|
|
\ No newline at end of file |
|
|
```apt install cds-crtools``` |
|
|
\ No newline at end of file |