Over the weekend I upgraded my Mint 16 to Mint 17!
It worked perfectly, but required a bit of searching to figure out how....
Sadly Mint's website didn't give any clear instruction on how to do an upgrade. Why is that?
After some research I found that all the upgrades for Mint are done the same way:
Preparing for the Upgrade
Launch Terminal (Ctrl+Alt+T)
Type:
Press Enter
Type:
Press Enter
Type:
Press Enter
Now you are ready to start the upgrade
Upgrading to Mint 17
Type:
Press Enter
The Terminal will prompt a 500 MB download
Type "Y"
Press Enter
Apt will start downloading the files and start installing...
Don't walk away just yet, as it begins installing you may be prompted with some options...
Type "Y" to install the package maintainer's version
Press Enter
You will have to do this a dozen times during the installation.
An hour later you should be ready to reboot
Then you will be greeted with Mint 17 before the login.
It worked perfectly, but required a bit of searching to figure out how....
Sadly Mint's website didn't give any clear instruction on how to do an upgrade. Why is that?
After some research I found that all the upgrades for Mint are done the same way:
Preparing for the Upgrade
Launch Terminal (Ctrl+Alt+T)
Type:
Code:
sudo sed -i 's/saucy/trusty/' /etc/apt/sources.list.d/official-package-repositories.list
Type:
Code:
sudo sed -i 's/petra/qiana/' /etc/apt/sources.list.d/official-package-repositories.list
Press Enter
Type:
Code:
sudo apt-get update && sudo apt-get dist-upgrade
Press Enter
Now you are ready to start the upgrade
Upgrading to Mint 17
Type:
Code:
sudo apt-get upgrade
Press Enter
The Terminal will prompt a 500 MB download
Type "Y"
Press Enter
Apt will start downloading the files and start installing...
Don't walk away just yet, as it begins installing you may be prompted with some options...
Type "Y" to install the package maintainer's version
Press Enter
You will have to do this a dozen times during the installation.
An hour later you should be ready to reboot
Then you will be greeted with Mint 17 before the login.