Tuesday, December 4, 2012

Ubuntu: Run Compiled Package From Command

To do this, create a symbolic link to /usr/bin/
sudo ln -s exec-complete-path /usr/bin/command-name
Remind that one has to give the complete path, not the relative path.

No comments:

Post a Comment