How to Upgrade to LMDE 7 from LMDE 6: A Step-by-Step Guide

A tried-and-true step-by-step guide for a hassle-free upgrade to Linux Mint Debian Edition 7 "Gigi" from Linux Mint Debian Edition 6 "Faye".

LMDE 7 has finally arrived—packed with a bunch of new features and improvements. So, many users betting on Mint’s Debian variant are already itching to make the jump to the latest stable release, based on Debian 13 “Trixie”. If that’s you, you’re in the right place.

While the upgrade process is relatively straightforward, it’s always best to do it the safe way—following the proper steps in the correct order with the right guidance. And that’s precisely the purpose of this article.

I’ll walk you through the process of upgrading from LMDE 6 “Faye” to LMDE 7 “Gigi”, covering all key points. For most cases, the entire process typically takes between 30 and 60 minutes. Needless to say, everything you’ll see below has been tested and proven to work. So, let’s do it.

Step 1: Take System Backup

This step is not just highly recommended, it’s a must. If you don’t take a snapshot of your system beforehand, you’ll see this message during the initial checks when you launch the upgrade tool:

Take a system snapshot.
Take a system snapshot.

When you click the “Fix” button, it simply opens the Timeshift app so you can create a system snapshot. In other words, you can’t continue until you’ve made one — unless you already have a recent snapshot, in which case this message won’t appear.

So, launch Timeshift from the application menu, and click the “Create” button to take a snapshot of your current LMDE 6 system.

Take a system snapshot with the Timeshift app.
Take a system snapshot with the Timeshift app.

After the operation finishes successfully, you can close the app.

Step 2: Update All Software

Ensure you have a fully updated LMDE 6 system. Open the terminal, and run the two commands below to ensure no packages are waiting to be updated. If there are, apply them (and reboot if necessary) before moving on.

sudo apt update
sudo apt upgradeCode language: Bash (bash)

Here is our fully updated LMDE 6 system before upgrading to LMDE 7.

LMDE 6 "Faye" before starting the upgrade to LMDE 7 "Gigi".
LMDE 6 “Faye” before starting the upgrade to LMDE 7 “Gigi”.

Step 3: Install the Mint Upgrade Tool

The Mint Upgrade Tool is an official utility developed by the Linux Mint team to make major version upgrades smoother and safer. It’s a guided migration tool that automates most of the complex steps involved in upgrading your system between major releases.

So, instead of manually editing your APT sources, handling dependencies, checking compatibility, and resolving package conflicts, the Mint Upgrade Tool walks you through the process step by step. Let’s install it.

sudo apt install mintupgradeCode language: Bash (bash)

Then, launch it by executing:

sudo mintupgradeCode language: Bash (bash)

Important! Do not close the Terminal application in any way from now on, as this will interrupt the upgrade process and you will (most likely) end up with a broken system. To be on the safe side, minimize it.

Step 4: Upgrade to LMDE 7 “Gigi” from LMDE 6 “Faye”

Press the “Let’s go!” button to get started.

Mint Upgrade Tool
Mint Upgrade Tool

You will be informed that a series of tests will be performed. Confirm with “OK.”

Phase 1: Preparation
Phase 1: Preparation

The tests will start. Wait for the process to complete. It should not take more than 1-2 minutes.

Phase 1: Preparation
Phase 1: Preparation

After the initial tests, phase two follows, during which time more testing of compatibility between the new packages and your existing system will be performed. Click “OK“.

Phase 2: Simulation and download
Phase 2: Simulation and download

At the end, you will be provided with a summary of the new packages and those that will be removed, along with the total number of downloads and the space needed to upgrade from LMDE 6 to 7. Press the “OK” button to continue.

Upgrade simulation.
Upgrade simulation.

Updates will start downloading; this may take some time, so be patient.

Downloading packages needed for upgrade to LMDE 7 from LMDE 6.
Downloading packages needed for upgrade to LMDE 7 from LMDE 6.

Finally, once the downloads are complete, you can start the upgrade process. Confirm with the “OK” button and wait patiently to complete; it will take 10 to 30 minutes, depending on your hardware and the amount of software currently installed on your system.

Phase 3: Upgrade
Phase 3: Upgrade
Upgrading to LMDE 7 from LMDE 6.
Upgrading to LMDE 7 from LMDE 6.

At the end, you will receive a message confirming that the upgrade from LMDE 6 to LMDE 7 has been completed successfully.

Upgrade to LMDE 7 succeeded.
Upgrade to LMDE 7 succeeded.

And that’s all. You can now safely close the window, reboot, log in, and enjoy your newly upgraded LMDE 7 “Gigi” system.

LMDE 7 "Gigi", successfully upgraded from LMDE 6 "Faye", is now up and running.
LMDE 7 “Gigi”, successfully upgraded from LMDE 6 “Faye”, is now up and running.

Conclusion

As you can see, with the right guidance, upgrading to Linux Mint Debian Edition 7 “Gigi” from 6 “Faye” is a relatively easy job. The entire process took me about 30 minutes. For additional help, check the official Mint upgrade guide.

Moreover, I highly recommend you consider setting up automatic updates; if you don’t know how, we’ve covered it in our easy-to-follow “How to Configure Linux Mint Automatic Updates” tutorial.

Thanks for taking the time to read and use this guide. As always, your comments are most welcome.

Bobby Borisov

Bobby Borisov

Bobby, an editor-in-chief at Linuxiac, is a Linux professional with over 20 years of experience. With a strong focus on Linux and open-source software, he has worked as a Senior Linux System Administrator, Software Developer, and DevOps Engineer for small and large multinational companies.

Leave a Reply

Your email address will not be published. Required fields are marked *