| ... | @@ -26,6 +26,11 @@ $ sudo dpkg -i cdssoft-release-$RELEASE.deb |
... | @@ -26,6 +26,11 @@ $ sudo dpkg -i cdssoft-release-$RELEASE.deb |
|
|
$ sudo apt update
|
|
$ sudo apt update
|
|
|
```
|
|
```
|
|
|
|
|
|
|
|
|
On Debian systems you can also run the following command to automatically retrieve the release code name.
|
|
|
|
```shell
|
|
|
|
export RELEASE=`lsb_release -c | awk '{ print $2 }'`
|
|
|
|
```
|
|
|
|
|
|
|
At this point you should be able to start installing packages:
|
|
At this point you should be able to start installing packages:
|
|
|
```shell
|
|
```shell
|
|
|
$ sudo apt install cds-workstation
|
|
$ sudo apt install cds-workstation
|
| ... | |
... | |
| ... | | ... | |