view the rest of the comments
Linux
Welcome to c/linux!
Welcome to our thriving Linux community! Whether you're a seasoned Linux enthusiast or just starting your journey, we're excited to have you here. Explore, learn, and collaborate with like-minded individuals who share a passion for open-source software and the endless possibilities it offers. Together, let's dive into the world of Linux and embrace the power of freedom, customization, and innovation. Enjoy your stay and feel free to join the vibrant discussions that await you!
Rules:
-
Stay on topic: Posts and discussions should be related to Linux, open source software, and related technologies.
-
Be respectful: Treat fellow community members with respect and courtesy.
-
Quality over quantity: Share informative and thought-provoking content.
-
No spam or self-promotion: Avoid excessive self-promotion or spamming.
-
No NSFW adult content
-
Follow general lemmy guidelines.
carelessly lots of stuff. kde & gnome developmnt runtimes. nvidia driver duplicates. Firefox, Librewolf & Ungoogled Chrome. full latex packages. Ardour and various syntesizer.
I eventually cleaned up most packages out of Flatpak to DNF, especially the one that require big runtime and gtk/qt apps or does't need sandboxing. I may also avoid electron apps since they also tend to be big lol.
Do
flatpak remove --unused
, it will clear up unused dependencies.It never work. I've always done
flatpak remove --unused
every once in a while. At one time I checked my root filesystem using gnome's disk analyzer to see what takes the most space, that is when I found out/var/lib/flatpak/repo/
ate 80 gb of my disk.As per several suggestion from github issues & forums, I did
sudo flatpak repair
and finally it did clean them up down to around 40-50. Several months later I kind of gone mad and delete everything in therepo
directory. I noticed my apps still works. Until few days later when I wanted to update, Flatpak complained and redownload most of the deleted stuff 🤣But after redownloading, it only took around 20 gb now, and after that Flatpak also pinned every package lmao so I have to unpin unimportant stuff any case they can be deleted using
flatpak remove --unused
and I seem to be not the only one, like this person has their Flatpak directories almost 100 gb https://forums.linuxmint.com/viewtopic.php?t=435450
I realize I may also just remove all latex stuff, I was only using it to graduate. I'd just typst now for smaller things.