Skip to content

Instantly share code, notes, and snippets.

@ninadsp
Created July 28, 2013 14:33
Show Gist options
  • Save ninadsp/6098799 to your computer and use it in GitHub Desktop.
Save ninadsp/6098799 to your computer and use it in GitHub Desktop.
Code snippets from my blogpost Upgrading to Lucid at the BITS Network (http://ninad.pundaliks.in/blog/2010/05/upgrading-to-lucid-at-the-bits-network/)
~ $ : export http_proxy="http://bitsfoss:3142/"
~ $ : sudo aptitude update
~ $ : sudo aptitude safe-upgrade
~ $ : cd /etc/apt/
$ : sudo mv sources.lst.d/ sources.lst.d.backup/
$ : sudo mkdir sources.lst.d
$ : sudo perl -p -i.ORIG -e 's/karmic/lucid/g' /etc/apt/sources.list
$ : sudo aptitude update
$ : sudo aptitude install dpkg apt aptitude
$ : sudo aptitude safe-ugrade
$ : sudo aptitude full-upgrade
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment