The following commands should be pasted into your Terminal emulator (ex: xterm, mate-terminal).
Backup your sources
- Code: Select all
sudo cp /etc/apt/sources.list /etc/apt/sources.list.backup
Replace your sources
- Code: Select all
sudo nano /etc/apt/sources.list
/etc/apt/sources.list
- Code: Select all
#################
###LMDE Repo#####
#################
#deb http://packages.linuxmint.com/ debian main upstream import
#deb-src http://packages.linuxmint.com/ debian main upstream import
#deb http://debian.linuxmint.com/latest testing main contrib non-free
#deb-src http://debian.linuxmint.com/latest testing main contrib non-free
#deb http://debian.linuxmint.com/latest/security testing/updates main contrib non-free
#deb-src http://debian.linuxmint.com/latest/security testing/updates main contrib non-free
#deb http://debian.linuxmint.com/latest/multimedia testing main non-free
#deb-src http://debian.linuxmint.com/latest/multimedia testing main non-free
#################
##Wheezy Testing##
#################
deb http://ftp.debian.org/debian/ testing main contrib non-free
deb-src http://ftp.debian.org/debian/ testing main contrib non-free
deb http://security.debian.org wheezy/updates main contrib non-free
deb-src http://security.debian.org wheezy/updates main contrib non-free
deb http://ftp.debian.org/debian/ testing-proposed-updates main contrib non-free
deb-src http://ftp.debian.org/debian/ testing-proposed-updates main contrib non-free
Press CTRL+X and type "Y" to save
Install Gimp 2.8
- Code: Select all
sudo apt-get update && sudo apt-get install --reinstall gimp
Type "Y" to accept the changes
Once it is finished reverse the sources
- Code: Select all
sudo nano /etc/apt/sources.list
/etc/apt/sources.list
- Code: Select all
#################
###LMDE Repo#####
#################
deb http://packages.linuxmint.com/ debian main upstream import
deb-src http://packages.linuxmint.com/ debian main upstream import
deb http://debian.linuxmint.com/latest testing main contrib non-free
deb-src http://debian.linuxmint.com/latest testing main contrib non-free
deb http://debian.linuxmint.com/latest/security testing/updates main contrib non-free
deb-src http://debian.linuxmint.com/latest/security testing/updates main contrib non-free
deb http://debian.linuxmint.com/latest/multimedia testing main non-free
deb-src http://debian.linuxmint.com/latest/multimedia testing main non-free
#################
##Wheezy Testing##
#################
#deb http://ftp.debian.org/debian/ testing main contrib non-free
#deb-src http://ftp.debian.org/debian/ testing main contrib non-free
#deb http://security.debian.org wheezy/updates main contrib non-free
#deb-src http://security.debian.org wheezy/updates main contrib non-free
#deb http://ftp.debian.org/debian/ testing-proposed-updates main contrib non-free
#deb-src http://ftp.debian.org/debian/ testing-proposed-updates main contrib non-free
and updating again to refresh package list
- Code: Select all
sudo apt-get update
Press CTRL+X and type "Y" to save
In the event you need to restore your sources before you following this or if your system is broken
- Code: Select all
sudo mv /etc/apt/sources.list.backup /etc/apt/sources.list && sudo apt-get update && sudo apt-get -f install




