M HYPE SPLASH
// general

Install Open Hardware Monitor

By Michael Henderson

So I would like to install Open Hardware Monitor. I downloaded it and extracted the files (right-click, 'Extract here', not $sogijdsfg -xcv /sdflsa/rtyf). There's a .exe file but that only opens a folder with strange files. How do I install and run the program?

2

1 Answer

As already said, you cannot install .exe win32 executables on Linux but please be informed that Open Hardware Monitor is also available for Linux, in fact:

On Linux systems the Open Hardware Monitor requires Mono with WinForms.

enter image description here

Install Mono:

sudo apt install mono-complete

Run OHM:

mono OpenHardwareMonitor.exe
1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy