How to Install EdMon on Linux Mint
EdMon is a hardware monitoring tool that is available on GitHub. Here are the steps to install it on Linux Mint.
Prerequisites
Before you start, make sure you have the following installed on your system:
- Git
- Python 3.6 or later
- Pip (Python package manager)
Installation
Open a terminal window by pressing
CTRL + ALT + Tor by clicking on the terminal icon in the taskbar.Clone the EdMon repository by running the following command:
$ git clone https://github.com/Edraens/EdMon.gitNavigate to the cloned repository:
$ cd EdMonInstall the required Python packages using pip:
$ sudo pip install -r requirements.txtStart EdMon by running the following command:
$ python3 edmon.pyThis will start EdMon in live mode, displaying real-time hardware monitoring data.
If you want to run EdMon in background mode, you can use the following command instead:
$ python3 edmon.py -dTo exit EdMon, press
CTRL + Cin the terminal window.
Congratulations! You have successfully installed EdMon on Linux Mint.