I recently swapped my hdd with an ssd and performed a fresh install of fedora, When I went to reinstall my flatpak application it is requiring me to install gigabytes worth of dependencies and libraries, I am in a Data crunch and I still have the old files; is it possible to just copy the dependencies over and which files am i supposed to copy? (Old installation was also fedora with same username and passwd)
The flatpaks should be in
/var/lib/flatpak/
. https://man7.org/linux/man-pages/man5/flatpak-installation.5.html#:~:text=flatpak can operate in system,%2Fetc%2Fflatpak%2Finstallations.Edit: I don’t know if it’s enough, but you could try copying the files with
cp -a
.Thank you for the answer i did this and it worked(I only copied the necessary runtimes not the whole folder)
will flatpak be able to recognise the externally loaded libraries and is there any security issue with doing something like this
It’s not a security issue given your old system wasn’t compromised. I don’t know enough about how flatpak tracks whether a runtime is already downloaded. If copying works, please come back and comment that it works.
If you’ve used flatpak --user, apps and runtimes are also in ~/.local/lib/flatpak that need to be copied.
I wouldn’t recommended it. It would be better to delete the old stuff and download fresh
I cant, my data limit wont be enough: the official fedora rpms dont have the necessary codecs and i need flatpaks
This might sound silly, but couldn’t you just get a better connection? You are using bandwidth for lemmy so your internet can’t be that bad. In the worst case you can just go to your local library.
What an awfully myopic understanding of the world lmao
Possibly, that’s why I said “silly”. I’m just curious what there internet access looks like
Flatpaks are all containerized, its really nice. All in the same directory, glad that it worked! You can do the same for the Flatpak user data directories in
~/.var/app/
.Run the Flatpak app once, close it again, then the user data file structure will be there. If you delete the files you simply reset the app, its like Android, awesome.
And if you simply delete all the files and swap in your old files, it will be the same Flatpak app as on the old device.