Linux Mint 17 "Qiana" released. How to update from Linux Mint 16. > stdout.in Ievgen Kuzminov IT blog

Linux Mint 17 "Qiana" released. How to update from Linux Mint 16.

Jul 10, 2014, 5:52:41 PM

linux mint logo

Linux Mint 17 is already released for a long time and I have just recently updated Mint 16 to 17.
Very similar as for previuos release.

sudo sed -i 's/saucy/trusty/' /etc/apt/sources.list
sudo sed -i 's/petra/qiana/' /etc/apt/sources.list
sudo sed -i 's/saucy/trusty/' /etc/apt/sources.list.d/official-package-repositories.list
sudo sed -i 's/petra/qiana/' /etc/apt/sources.list.d/official-package-repositories.list
sudo sed -i 's/saucy/trusty/' /etc/apt/sources.list.d/*

sudo apt-get update && sudo apt-get dist-upgrade
sudo apt-get upgrade

Dont forget to remove gwendal-lebihan-dev/cinnamon-stable repo if it was enabled previuosly.
Pretty good fly so far , nothing broken (except Plank, but there was some workaround in the web) :)

comments powered by Disqus
Ievgen
Kuzminov "iJackUA"
Web Team Lead
at MobiDev (Kharkiv, Ukraine)
Code in Ruby and Elixir, but still love PHP. Explore ES6 and Vue.js. Explore databases, use Ubuntu and MacOS, think about IT people and management

Notes


cool-old-term - just made my day. This is a terminal emulator which tries to mimic the look and feel of the old cathode tube screens. I will use it cold winter nights... :)



Server side simple app made with different frameworks - Notejam (take a look on the same real web app made with RoR, Django, Laravel etc. ) It is an alternative of famous JS ToDoMVC by Addy Osmani