So I am trying to install a software not "supported" by my linux distro (Ubuntu)
I have it under control, but I am curious about some coding I was told to use.
sudo ln -s /bin/true /bin/rocks
sudo ./setup.sh
This was suggested after I received this error:
Error: Could not execute command: type rocks 2>&1
Question: What does the rocks directory do?
Question Part 2: Can someone explain to me the link I made using 'ln -s?'
I looked at the --help... but I think hearing it a different way would help me.