Alright, first of let me start by seeing I'm new at Linux. Like, barely three-weeks new. Anyway...
So I first installed fpc (I like Lazarus look, but since this is just for my class I don't think I'll need full-blown IDE), throw a simple square area calculator, and see if it compiles. It doesn't. Fpc report missing unit.
I googled a bit, and apparently it's common problem. Thing is, I literally don't understand the troubleshooting guide about missing unit on the wiki. Like, it doesn't make sense to me.
So I decided to just install every 'unit' plugin on repo, and it still doesn't fixed it. A more thorough googling later, I determined the problem is config file, since it uses .cfg on Documents and /home/
Then I decided to change the config file path, except.. I don't know how! How do I change it?