Failed to deploy the latest cluster-in-a-box due to unknown package type dpkg and rpm

As the topic mentioned, I failed to deploy cluster-in-a-box in my server instance due to the unknown package type for host 127.0.0.1, where it stated Both dpkg and rpm package managers found on the system.

vrodierwillo@dev:~$ dpkg --version
Debian ‘dpkg’ package management program version 1.19.0.5 (amd64).
This is free software; see the GNU General Public License version 2 or
later for copying conditions. There is NO warranty.

vrodierwillo@dev:~$ which dpkg
/usr/bin/dpkg

vrodierwillo@dev:~$ /bin/sh
$ which dpkg
/usr/bin/dpkg

vrodierwillo@dev:~$ rpm --version
RPM version 4.14.1

vrodierwillo@dev:~$ which rpm
/usr/bin/rpm

Even I did use --force-package-format as deb/ rpm, it also unable to deploy the cluster-in-a-box, with the output of:
Starting rollbackownloading memsql-server 7.0.16
✓ Rollback succeededloading memsql-server 7.0.16
No input to prompt loopding memsql-server 7.0.16

How could I solve this issue?

Hello @vrodierwillo,

Did you run it in non-interactive mode (with --yes flag)? In this case, it could fail because of permissions (in an interactive mode it would ask for sudo password), so you need to try again without --yes.

If it is not the case, could you please run the command with -vvv flag to get more logs from it?

Thanks!