I installed Ubuntu 14.04 LTS on my Dell Vostro laptop and then tried installing GNU octave using the following commands:
sudo apt-add-repository ppa:octave/stable
sudo apt-get update
sudo apt-get install octave
After the installation, when I type octave in the terminal I get the octave critical error message:
**Octave critical error**
**The settings file /home/siva/.config/octave/qt-settings does not exist and can not be created. Make sure that you have read and write permissions to /home/siva/.config/octave**
**Octave GUI must be closed now.**
Can someone please help me fix this problem?
ls -dl /home/siva/.config/octave
and let us know what it says? – edwinksl Sep 16 '16 at 08:48/home/siva/.config/octave
should not be owned byroot
, so I am not sure what you did. Nonetheless, I wrote an answer below to fix it. – edwinksl Sep 16 '16 at 10:18