New thread, new question (I did try to search the issue at least)
A lot of trouble ballooned by my previous install having a runaway flatpak situation. I ended up reinstalling the whole system because I couldn’t keep track of the failed things I’ve done and all the things I might have screwed things up behind the scenes.
So… now I am at a fairly fresh install. When I did the reinstall, I tried desperately to make the root partition bigger than 70.1 Gig. This was apparently impossible. So I am stuck with that.
This means that whenever I install a flatpak, it gets installed to /var/lib/flatpak . I do not want that. Because that means the root folder gets too big and pretty soon I can’t even update nvidia drivers and other things because diskspace runs out even though there’s 900+ gigs of space that the installers refuses to even touch.
So. I have googled around and found some guides. One wants the user to dedicate a whole partition to the flatpak folder, That seems excessive to me.
https://linuxconfig.org/how-to-move-var-directory-to-another-partition
another has a more sensible (to my untrained eyes) method of moving the flatpak folder to somewhere in the home folder (so it can use all the space on the disk I already have set up) and somehow link flatpak installs to it…
And when I type “somehow”. I am meaning that I am not quite sure what they are talking about. Apparently, it’s some kind of a “symlink”.
So I tried…
copying /var/lib/flatpak to /home/username/flatpakplus (I did use my own username, I just don’t want it public on the web )
Then I tried
ln -s /home/username/flatpakplus /var/lib/flatpak
things did go without error messages. But when I tried installing GIMP… it still installed into /var/lib/flatpak
So there’s some kind of step I have missed here. So I removed the link and I removed the flatpakplus folder from my home folder. And by that I tried to restore things to what it was before I started to muck around.
So…
tldr:
What actually is the preferred method of altering things so that the flatpaks gets installed into a folder on a partition that has more than enough room to install hundreds of apps?