Debain GNU/Linux packages installation

If you want to install AddUser-NG from Debian packages go through following steps:

  1. Add these lines to /etc/apt/sources.list, depending on what distribution you use:

    # AddUser-NG for stable
    deb http://zaron.debian.pl/debian stable main

    # AddUser-NG for testing
    deb http://zaron.debian.pl/debian testing main

    # AddUser-NG for unstable
    deb http://zaron.debian.pl/debian unstable main

  2. execute following commands (as root user)

    bash# apt-get update
    bash# apt-get install adduser-ng

You can now enjoy AddUser-NG installed on your machine.