If your using Doug Crompton’s Asterisk/Allstar build for the BBB, the OS is ArchLinux and uses the “pacman” command for managing packages. I don’t use it, but just installed webmin on my BBB as a test:
[root@bbb-santiago ~]# pacman -S webmin
resolving dependencies…
looking for inter-conflicts…
Packages (2): perl-perl4-corelibs-0.003-2 webmin-1.710-1
Total Download Size: 11.75 MiB
Total Installed Size: 57.31 MiB
:: Proceed with installation? [Y/n] Y
:: Retrieving packages …
perl-perl4-corelibs-0.003-2-any 36.5 KiB 150K/s 00:00 [########################################] 100%
webmin-1.710-1-armv7h 11.7 MiB 4.36M/s 00:03 [########################################] 100%
(2/2) checking keys in keyring [########################################] 100%
(2/2) checking package integrity [########################################] 100%
(2/2) loading package files [########################################] 100%
(2/2) checking for file conflicts [########################################] 100%
(2/2) checking available disk space [########################################] 100%
(1/2) installing perl-perl4-corelibs [########################################] 100%
(2/2) installing webmin [########################################] 100%
warning: directory permissions differ on /var/log/
filesystem: 1777 package: 755
Note:
==> It is not allowed to install 3rd party modules, or delete existing modules.
==> Please write your own PKGBUILDS for 3rd party modules and additional themes.
Setup:
==> To make webmin start at boot time, add webmin to rc.conf daemons
==> Point your web browser to http://localhost:10000 to use webmin.
==> The access is restricted to localhost, if you want to connect from other locations
==> change /etc/webmin/miniserv.conf to something like that: allow=127.0.0.1
==> If you want to have ssl encryption please install ‘perl-net-ssleay’ additional.
[root@bbb-santiago ~]#