|
From: Leo B. <l_b...@us...> - 2014-06-13 00:50:26
|
You can find gnuplot by find command $ sudo find / -name "gnuplot" (For the search from root (/), sudo is required for Ubuntu ) No, you should not need to use `sudo find'. $ which gnuplot /usr/bin/gnuplot Try $ man which Leo |