How To Build A Package From Source In Linux
The ability to rebuild a package from the source can be beneficial to any Linux power user because it allows you to change packages, enable or disable a feature, or even apply custom modifications. This article describes simple steps to rebuild a package from the source. 1. Enable Source Repositories The first step before rebuilding a source package is to enable the source repositories for your distribution. Enabling the source repos allows you to search and download source packages using the default apt package manager....