= DEB Server Setup = == Add repository == Currently, we are maintaining packages for Ubuntu 6.06 Dapper. (Packages for dapper were also successfully installed on Debian testing, as of february 2007.) To use the repository, add following lines to ''/etc/apt/sources.list'': {{{ # DEB server repository deb http://deb.fi.muni.cz/apt/ dapper debserver }}} The archive is signed with GPG, and if you wish to verify packages you should use the following key: http://deb.fi.muni.cz/apt/gpgpublic.txt To install the key download it to a file and run: {{{ sudo apt-key add gpgpublic.txt }}} And update the package list: {{{ sudo apt-get update }}} == Install packages == To install basic part of DEB server, install package ''debserver-common'' {{{ sudo apt-get install debserver-common }}}