Installing the generated .DEBs

  1. Generating deb packages

    We cd into each of the directories generated by alien, and run dpkg-buildpackage there, like this:

  2. Making the packages available

    We gather the packages:

    Then we upload the packages to a repository, add the repository to /etc/apt/sources.list:

    <snip>
    deb http://machine.domain/~jurjen/rug/ubuntu intrepid experimental
    	  

    , and run apt-get update.

    [Note]Note

    ToDo: document how to set up a repository.