Developing inside a Toolbox container

When I wanted to make a patch for some library, I always disliked installing all of the build dependencies on my system and messing with LD_LIBRARY_PATH (link) to be able build and run the patched library. I never took time to uninstall build dependencies afterwards and LD_LIBRARY_PATH is a step that I would’ve liked to skip when possible. If you are having similar issues and are using Fedora then you can use the Toolbox containers to avoid these issues. [Read More]