I can install RoundCube like this:
virtualmin install-script --domain [the-domain] --type roundcube --version latest --path / --db mysql [domains_database]
I can list this script like this:
virtualmin list-scripts --domain [the-domain]
ID Description Version URL path
172969214919409771 RoundCube 1.6.9 /
I cannot delete the script like with any of these though:
virtualmin delete-script --domain [the-domain] --type RoundCube
virtualmin delete-script --domain [the-domain] --type RoundCube --version 1.6.9
virtualmin delete-script --domain [the-domain] --type RoundCube --version 1.6.9 --deregister
They all give me:
No script install for RoundCube was found for this virtual server
Un-installs a third-party script from some virtual server.
virtualmin delete-script --domain domain.name
[–type name --version number] |
[–id number]
[–deregister]
But this works:
virtualmin delete-script --domain [the-domain] --id 172969214919409771
Now un-installing RoundCube version 1.6.9 …
RoundCube directory and tables deleted.
… done
So what is the “–type”?
Thanks.
SYSTEM INFORMATION | |
---|---|
OS type and version | Ubuntu 24.04.1 |
Virtualmin version | 7.20.2 |