SAVE AS PDF
Lyve Mobile Array Command Line Interface (CLI) User Manual
Lyve Mobile Array Command Line Interface (CLI) 

Was this content helpful?

Installing Lyve Mobile Array CLI

Lyve Mobile Array CLI for Linux and Windows 10 computers lets you manage connected Lyve Mobile devices using the command line.

Go to Lyve Mobile Array Support to download the LMACLI package. For technical issues downloading the package, launch an online chat with Lyve Mobile Support.

Red Hat Enterprise Linux

Two versions of RHEL are supported: RHEL 7 and RHEL 8. The RPM packages for RHEL 7 and RHEL 8 are different files:

  • The RPM package file name for RHEL 7 contains the string el7.
  • The RPM package file name for RHEL 8 contains the string el8.

The RPM package depends on packages provided by the Extra Packages for Enterprise Linux (EPEL) project. You must enable this repository by following the instructions for Enterprise Linux 8.

Download the RPM package and install it as root with:

Installation with yum
sudo yum install lmacli-x.y.z-1.el8.noarch.rpm

Ubuntu 20.04 LTS / Ubuntu 22.04 LTS

Download the Debian package (*.deb) and install it as root:

Installation with apt
sudo apt install ./lmacli_x.y.z_all.deb

Windows 10 / Windows 11

  1. Download the Zip archive to a folder on your local drive.
  2. Open a cmd.exe or PowerShell session and navigate to the destination folder. Enter ./lmacli.exe in the command line to run.
  3. Install lmacli:

Command prompt—Enter lmacli.exe.
PowerShell—Enter .\lmacli.exe.