apt-get --reinstall install round-cube
Will reinstall the package. How ever as told we have decide to “download” directly from upstream in 1.4.0 so it not necessary to install it from the package anymore.
As it was a new install unless you tried to install an older version it should be not needed
See changelog form over 1 year ago.
[1.4.0] - Major Release (Feature / Quality Update)
- NOTE: Manual upgrade scripts are available to update Roundcube, Rainloop and PHPmyadmin to the last version they can be found in /usr/local/hestia/install/upgrade/manual/
So I don’t know why it was required to install Roundcube over apt. As it might require Changes on config from our side as Roundcube probally changes permissions and so on.
The script I pointed you to did the following things:
It removes the packages installed by RC
apt-get autoremove roundcube-core roundcube-mysql roundcube-plugins
And then runs v-add-sys-roundcube that will be used also for installing any updates. After that roundcube should be working as intended.