I can run octave in the terminal by typing octave
and then pressing Enter,but I can't remove octave.
I type sudo apt-get purge octave
,but it say
Package 'octave' is not installed, so not removed.
I don't know why,can you guys help?
there is a question about how to completely uninstall software installed from source code,and there existed good answers to that problem.
But i also want to know why i can't uninstall by the command
sudo apt-get purge octave
.
I have read that question and i learned that i can do it by the command make uninstall
,but i don't know where the octave uninstall makefile is.
I think the second answer here has solved my problem and can remove install software clean.
I installed octave
from source code by typing ./configure && make && make install
.