The title explains pretty much all I need to do. I need a downgrade from tk8.6 to tk8.5 on 14.04.
There is some niche scientific python based software that I need to use, however it is incompatible with tk8.6 and is compatible with tk8.5; download available here. Ideally I would like a method that poses minimal risk to my system.
Here are some details that might be useful.
me@James:~$ whereis tk
tk: /usr/lib/tk8.6 /usr/include/tk
There's no easy way to downgrade
tk
to 8.5 on 14.04, even if you installtk8.5
.This method is not recommended as it's basically installing the 13.10 packages version on a 14.04 system.
First of all, to restore your system, the command to use will be:
Now to downgrade to tk8.5:
Install tk8.5:
Download the following debian packages from the 13.10 repo (amd64 in this example but you can choose the i386 for a 32bit system):
Open a terminal where you downloaded the two .deb files and type:
Now to check if the right version is available to your python interpreter: