Skip to content

Install omv extras

Aaron Murray edited this page Oct 20, 2017 · 2 revisions

INSTALLATION OF OMV-EXTRAS.ORG

OMV-Extras.org is a plugin which enables you to do several things...

INSTALLATION

FROM OMV WEB INTERFACE (PREFERRED METHOD)

  1. Download the plugin to enable this repository here:
  1. Go to the plugin tab in OMV's web interface.
  2. Upload the file.
  3. Select the newly uploaded plugin openmediavault-omvextrasorg
  4. Click on Install. Refresh page.
  5. Go to the plugin tab and click Check.

- OR -

FROM COMMAND LINE AS ROOT

OMV 2.x (stoneburner)

wget http://omv-extras.org/openmediavault-omvextrasorg_latest_all.deb dpkg -i openmediavault-omvextrasorg_latest_all.deb apt-get update

OMV 3.x (erasmus)

wget http://omv-extras.org/openmediavault-omvextrasorg_latest_all3.deb dpkg -i openmediavault-omvextrasorg_latest_all3.deb apt-get update

OMV 4.x (arrakis)

wget http://omv-extras.org/openmediavault-omvextrasorg_latest_all4.deb dpkg -i openmediavault-omvextrasorg_latest_all4.deb apt-get update

If you have dependency issues (typical with apt-transport-https), execute: apt-get -f install