Tutorial: How to install EdMon on Clear Linux Latest
EdMon is a command-line tool for monitoring system resources on Linux. In this tutorial, we will walk through the steps necessary to install EdMon on Clear Linux Latest.
Prerequisites
- Clear Linux Latest up and running
- Internet connection
Steps
Open the terminal by pressing
Ctrl + Alt + Tor any other shortcut for accessing the command line interface.Clone the EdMon GitHub repository by running the following command:
git clone https://github.com/Edraens/EdMon.gitNavigate to the
EdMondirectory:cd EdMonInstall necessary prerequisites using the following command:
sudo swupd bundle-add sysadmin-basicInstall the necessary packages by running:
sudo make installVerify that EdMon is successfully installed by running:
edmon -hIf the installation was successful, you should see the EdMon help text.
Congratulations, you have successfully installed EdMon on Clear Linux Latest!
Conclusion
In this tutorial, we learned how to install EdMon on Clear Linux Latest. Now you are ready to start using EdMon to monitor your system resources.