can't install Webmin theme 'Virtualmin Mobile Theme'

Virtualmin Package Updates shows:

- webmin-virtual-server-mobile
- Webmin theme 'Virtualmin Mobile Theme'
- Available for installation
- Source: Virtualmin

But when I try to install, it says "This Webmin module is already installed on your system."

Status: 
Closed (fixed)

Comments

Does the directory /usr/share/webmin/virtual-server-mobile already exist on your system? If so, what does it contain?

Yes, it's there... and has this:

[code]# cd /usr/share/webmin/virtual-server-mobile
/usr/share/webmin/virtual-server-mobile# ls -laF
total 192
drwxrwxr-x 5 root root 4096 Feb 26 2013 ./
drwxr-xr-x 138 root root 12288 Oct 5 13:02 ../
-rw-rw-r-- 1 root root 50 Feb 26 2013 config
-rwxrwxr-x 1 root root 2926 Sep 27 14:07 config.cgi*
-rwxrwxr-x 1 root root 1310 Sep 27 14:07 config_save.cgi*
-rwxrwxr-x 1 root root 1150 Feb 26 2013 favicon.ico*
-rwxrwxr-x 1 root root 21925 Sep 27 14:07 index.cgi*
-rwxrwxr-x 1 root root 2919 Sep 27 14:07 index_edit.cgi*
-rwxrwxr-x 1 root root 947 Sep 27 14:07 index_list.cgi*
-rwxrwxr-x 1 root root 348 Sep 27 14:07 index_nf.cgi*
-rwxrwxr-x 1 root root 1373 Sep 27 14:07 index_search.cgi*
-rwxrwxr-x 1 root root 801 Sep 27 14:07 index_slist.cgi*
-rwxrwxr-x 1 root root 1165 Sep 27 14:07 index_ssearch.cgi*
-rwxrwxr-x 1 root root 8863 Sep 27 14:07 index_sysinfo.cgi*
-rwxrwxr-x 1 root root 3588 Sep 27 14:07 index_system.cgi*
-rwxrwxr-x 1 root root 809 Sep 27 14:07 index_templates.cgi*
-rwxrwxr-x 1 root root 955 Sep 27 14:07 index_updates.cgi*
-rwxrwxr-x 1 root root 528 Sep 27 14:07 index_webmin.cgi*
drwxrwxr-x 2 root root 4096 Feb 26 2013 lang/
drwxrwxr-x 3 root root 4096 Feb 26 2013 mailbox/
-rwxrwxr-x 1 root root 514 Feb 26 2013 postinstall.pl*
-rwxrwxr-x 1 root root 1979 Sep 27 14:07 session_login.cgi*
-rw-rw-r-- 1 root root 74 Feb 26 2013 theme.info
-rwxrwxr-x 1 root root 41719 Feb 26 2013 theme.pl*
-rwxrwxr-x 1 root root 3003 Sep 27 14:07 uconfig.cgi*
-rwxrwxr-x 1 root root 1444 Sep 27 14:07 uconfig_save.cgi*
drwxrwxr-x 3 root root 4096 Feb 26 2013 unauthenticated/
-rwxrwxr-x 1 root root 308 Feb 26 2013 virtual-server-mobile-lib.pl*
-rwxrwxr-x 1 root root 1752 Sep 27 14:07 webmin_search.cgi*[/code]

That implies that you already have the mobile theme installed, but not from a Debian package.

You can re-install from a package by running :

rm -rf /usr/share/webmin/virtual-server-mobile
apt-get install webmin-virtual-server-mobile

Ah, perfect, thx!