I tried installing Octave on my Linux Mint machine. Firstly it stopped mid download when I tried to install it with the software manager. I then tried installing it with the terminal using the following commands:
sudo apt-add-repository ppa:octave/stable
sudo apt-get update
sudo apt-get install octave
But when I open Octave it gives the following error:
The settings file /home/user/.config/octave/qt-settings does not exist and can not be created. Make sure you have read and write permissions to /home/user/.config/octave
Any ideas on how to fix this? Thank you