Making Applications Installed From Source Uninstallable
Join the DZone community and get the full member experience.
Join For Free
# Install checkinstall and auto-apt if they aren't already installed.
sudo apt-get install checkinstall auto-apt
auto-apt run ./configure
make
sudo checkinstall # instead of "make install"
application
Opinions expressed by DZone contributors are their own.
Comments