Never heard of xmrig; however, a search did turn up this -
XMRig is open-source software designed for mining cryptocurrencies like Monero or Bitcoin. However, it is also commonly abused by cybercriminals in their attacks, who infect computers with cryptojackers and use their resources to mine cryptocurrency on the attacker’s behalf.
Cryptomining or cryptojacking malware like XMRig often grows and ebbs in popularity as the value of cryptocurrency changes. According to Check Point’s 2023 Cyber Security Report, XMRig was the tenth most common malware worldwide in 2021 and the top cryptominer, accounting for 43% of cryptomining attacks.
Code:
$ xmrig
Command 'xmrig' not found, but can be installed with:
sudo snap install xmrig
So it is a snap program. You need to figure out how to start it using snap.
How do I launch a snap program?
Run apps and commands from the snap
The vast majority of snap-installed applications will run as you expect, from either the command line or from the desktop launcher. Links to snapped applications are located in /snap/bin which is added to the system $PATH.
Bookmarks