Loading

Create deb Packages from Source with CheckInstall

The utility CheckInstall allows you to build software from source but instead of runnning make install at the end, it will build a Debian package for you that you can install (and more importantly, uninstall).

To use it with a standard autoconf build, do the following:

./configure
make
sudo checkinstall

This will create a deb file in the directory you are in.


Related Posts

  1. Upgrading to Postgresql 9.0 on Debian Lenny
  2. High Availability on a Shoestring -- Postgresql 9.0 Streaming Replication
  3. iPhone/iPad UISearchBar and UISearchDisplayController Asynchronous Example
  4. Rails Fragment Caching With Multiple Accounts
  5. Jekyll Exclude Files
You should follow me on Twitter: @patrickxb