### Uninstall the current cb package
dpkg -l | egrep cb-psc | awk '{print $2}'
apt remove <package name found above>
### OR
apt remove `dpkg -l | egrep cb-psc | awk '{print $2}'`

### Install the new CB
./install.sh DT2DQSE8W4FNG#UB42V
