Changes
Page history
Update InstallationDebian
authored
Jun 29, 2020
by
Erik von Reis
Show whitespace changes
Inline
Side-by-side
InstallationDebian.md
View page @
1c8726fc
...
@@ -16,12 +16,29 @@ You will need root access on this workstation.
...
@@ -16,12 +16,29 @@ You will need root access on this workstation.
2. Get the cds repo installation files
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
```
```
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
```
```
apt install cds-crtools
```
\ No newline at end of file
\ No newline at end of file