Manuals/UMx/Manual Install Instructions

From Userful Support

Jump to: navigation, search

UMx Manual Install Instructions


Contents

[edit] Intro

These command line instructions are only for advanced users or users who need to be able to script installation for example as part of an automated install or system building process. Individual home users should use the install scripts and instructions in the Userful Multiplier Readme.

[edit] Preliminary Steps

  1. Select and download the appropriate package for your system
  2. Start a terminal program.
  3. Log in as root.
    $ su
  4. If you haven't done so already, unzip Userful Multiplier zip file with unzip command.
    $ unzip userful-multiplier-<version>.zip
  5. cd to the newly created directory from the Userful Multiplier zip file.
    $ cd userful-multiplier

[edit] Installation Steps

[edit] Ubuntu

  1. Install the Ubuntu .deb package.
    $ gdebi userful-multiplier_<version>.deb

[edit] RPM Based Systems

  1. cd to the packages directory.
    $ cd packages
  2. Install the base packages:
    $ rpm -Uvh umx-utils-<version>.rpm
    $ rpm -Uvh listpci-<version>.rpm
    $ rpm -Uvh umx-server-<version>.rpm
  3. Optionally install the Multi-Station Audio/Storage support packages:
    $ rpm -Uvh umx-multimedia-<version>.rpm
    $ rpm -Uvh umx-storage-<version>.rpm

[edit] Debian Based Systems

  1. cd to the packages directory.
    $ cd packages
  2. Install the base packages:
    $ dpkg -i umx-utils-<version>.deb
    $ dpkg -i listpci-<version>.deb
    $ dpkg -i umx-server-<version>.deb
  3. Optionally install the Multi-Station Audio/Storage support packages:
    $ dpkg -i umx-multimedia-<version>.deb
    $ dpkg -i umx-storage-<version>.deb
Personal tools