Update or remove mokuCLI version
-
Moku:Go
Moku:Go General Moku:Go Arbitrary Waveform Generator Moku:Go Data Logger Moku:Go Digital Filter Box Moku:Go FIR Filter Builder Moku:Go Frequency Response Analyzer Moku:Go Logic Analyzer & Pattern Generator Moku:Go Oscilloscope & Voltmeter Moku:Go PID Controller Moku:Go Spectrum Analyzer Moku:Go Waveform Generator Moku:Go Power Supplies Moku:Go Lock-in Amplifier Moku:Go Time & Frequency Analyzer Moku:Go Laser Lock Box Moku:Go Phasemeter
-
Moku:Lab
Moku:Lab General Moku:Lab Arbitrary Waveform Generator Moku:Lab Data Logger Moku:Lab Digital Filter Box Moku:Lab FIR Filter Builder Moku:Lab Frequency Response Analyzer Moku:Lab Laser Lock Box Moku:Lab Lock-in Amplifier Moku:Lab Oscilloscope Moku:Lab Phasemeter Moku:Lab PID Controller Moku:Lab Spectrum Analyzer Moku:Lab Time & Frequency Analyzer Moku:Lab Waveform Generator Moku:Lab Logic Analyzer/Pattern Generator
-
Moku:Pro
Moku:Pro General Moku:Pro Arbitrary Waveform Generator Moku:Pro Data Logger Moku:Pro Frequency Response Analyzer Moku:Pro Oscilloscope Moku:Pro PID Controller Moku:Pro Spectrum Analyzer Moku:Pro Waveform Generator Moku:Pro Lock-in Amplifier Moku:Pro Laser Lock Box Moku:Pro Digital Filter Box Moku:Pro FIR Filter Builder Moku:Pro Phasemeter Moku:Pro Multi-instrument Mode Moku:Pro Logic Analyzer/Pattern Generator Moku:Pro Time & Frequency Analyzer
- Python API
- MATLAB API
- Arbitrary Waveform Generator
- Data Logger
- Digital Filter Box
- FIR Filter Builder
- Frequency Response Analyzer
- Laser Lock Box
- Lock-in Amplifier
- Oscilloscope
- Phasemeter
- PID Controller
- Spectrum Analyzer
- Time & Frequency Analyzer
- Waveform Generator
- Logic Analyzer & Pattern Generator
- Multi Instrument Mode
- Moku Cloud Compile
- Moku general
- LabVIEW
- mokucli
mokuCLI can be updated with the mokucli installer, the latest packages are available to download from Utilities. The installation wizard will configure everything needed to launch the CLI successfully.
Follow the steps for your operating system, if you need to remove a mokucli instillation.
Windows
Command line (command prompt)
Run the following command to open and run the uninstaller, follow the instructions in the installer to remove the installation. The quotation marks are required to open the file.
Confirm the removal with mokucli --version, which will return nothing or a no file error when mokucli has been successfully uninstalled.
>>> where mokucli # Find your installed path
C:\Program Files\Liquid Instruments\Moku CLI\mokucli.exe
>>> "C:\Program Files\Liquid Instruments\Moku CLI\uninst.exe" # change path if installed on a custom path
>>> mokucli --version
'mokucli' is not recognized as an internal or external command,
operable program or batch file.
>>>Settings
- Select Start > Settings > Apps > Installed apps
- Find the Mokucli app.
- Select more ··· > Uninstall.

Mac
Command line (terminal)
Run the following command to open and run the uninstaller, follow the instructions to remove the installation and type your password when required.
Confirm the removal with mokucli --version, which will return nothing or a no file error when mokucli has been successfully uninstalled.
(base) sudo bash /Library/mokucli/uninstall.sh
Password:
Welcome to Application Uninstaller
The following packages will be REMOVED:
mokucli-4.0.3.1
Do you wish to continue [Y/n]?Y
Application uninstalling process started
[1/3] [DONE] Successfully deleted shortcut links
[2/3] [DONE] Successfully deleted application informations
[3/3] [DONE] Successfully deleted application
Application uninstall process finished
(base) mokucli --version
zsh: command not found: mokucli
(base)
Linux
Command line
Use the following lines to remove mokucli and the folder, type your password when prompted and press Enter. The uninstallation process begins and automatically exits when complete.
Confirm the removal with mokucli --version, which will return nothing or a no file error when mokucli has been successfully uninstalled.
usr@id:~$ sudo rm -f /usr/local/bin/mokucli
[sudo] password for usr:
usr@id:~$ sudo rm -rf /opt/mokucli
usr@id:~$ mokucli --version
-bash: /usr/local/bin/mokucli: No such file or directory
usr@id:~$