Posted inLinux

Remove unused Flatpak Runtimes from Linux

Flatpak does not remove dependencies such as runtime components after a certain program is removed, this means if the program has been uninstalled the runtime libraries do not uninstall with it. This can over time cause massive disk space usage, if you heavily rely on it. Step 1. Removing runtime dependencies using the unused flag […]

Posted inLinux

How to fix libGLU.so.1 not found on Fedora

Here is how to fix the error “libGLU.so.1 not found” this error takes place because the Fedora install is missing the mesa-libGLU, the library which consists of the libGLU.so file. You can fix this issue by downloading and installing the library by entering this command in a Terminal. After this process is complete, any program, […]