The instructions on the website are not enough to get an SDK installed. On a clean Ubuntu Desktop, the following command:
$sudo apt update && sudo apt install ubuntu-sdk
will get the ubuntu-sdk installed
and the following command:
$ sudo apt update && sudo apt dist-upgrade
will remove the "ubuntu-sdk" and "ubuntu-sdk-ide" will get installed. However, "ubuntu-sdk-dev" is never installed. That is the kit for "Ubuntu SDK Desktop Kit".
The instructions on the website are not enough to get an SDK installed. On a clean Ubuntu Desktop, the following command:
$sudo apt update && sudo apt install ubuntu-sdk
will get the ubuntu-sdk installed
and the following command:
$ sudo apt update && sudo apt dist-upgrade
will remove the "ubuntu-sdk" and "ubuntu-sdk-ide" will get installed. However, "ubuntu-sdk-dev" is never installed. That is the kit for "Ubuntu SDK Desktop Kit".
Best regards,
XiaoGuo