Category Archives: Debian

Debian: Switch from stable(Jessie) to testing (Stretch)

Hi,

steps to switch an Debian installation from stable to testing:
Continue reading Debian: Switch from stable(Jessie) to testing (Stretch)

Debian: Create package from (debian) source

Hi,

its quite simply to compile from source:

Enable Source repositories in /etc/apt/sources.list

deb-src http://ftp.uni-erlangen.de/debian/ jessie main
deb-src http://security.debian.org/ jessie/updates main
deb-src http://ftp.uni-erlangen.de/debian/ jessie-updates main

Continue reading Debian: Create package from (debian) source