Skip to content

Instantly share code, notes, and snippets.

@vsefer
Last active August 29, 2015 14:07
Show Gist options
  • Save vsefer/4ab6246a42e63be954d3 to your computer and use it in GitHub Desktop.
Save vsefer/4ab6246a42e63be954d3 to your computer and use it in GitHub Desktop.
wheezy-to-jessie

Edit apt-sources file

Use this generator -> http://debgen.simplylinux.ch/

Edit sources.list file

root@mpd:# vim /etc/apt/sources.list

Copy/paste following code

deb http://cdn.debian.net/debian/ jessie main contrib non-free
deb-src http://cdn.debian.net/debian/ jessie main contrib non-free

deb http://security.debian.org/ jessie/updates main contrib non-free
deb-src http://security.debian.org/ jessie/updates main contrib non-free

# wheezy-updates, previously known as 'volatile'
deb http://cdn.debian.net/debian/ jessie-updates main contrib non-free
deb-src http://cdn.debian.net/debian/ jessie-updates main contrib non-free

# Backports
deb http://ftp.debian.org/debian/ jessie-backports main 
deb-src http://cdn.debian.net/debian/ jessie-backports main

Update & upgrade

root@mpd:# apt-get update; apt-get -y upgrade
root@mpd:# apt-get -y --download-only dist-upgrade
root@mpd:# apt-get -y dist-upgrade
root@mpd:# apt-get clean; apt-get autoclean;apt-get autoremove
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment