I have tried "sudo apt install python" but get the following error:
- Code: Select all
Reading package lists... Done
Building dependency tree
Reading state information... Done
python is already the newest version (2.7.11-1).
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
fahcontrol : Depends: python-support (>= 0.90.0) but it is not installable
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
When I try "sudo apt-get -f install" as it suggests I get:
- Code: Select all
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following packages were automatically installed and are no longer required:
libbonoboui2-0 libbonoboui2-common libgnome2-0 libgnome2-bin
libgnomecanvas2-0 libgnomecanvas2-common libgnomeui-0 libgnomeui-common
libidl-2-0 liborbit2 python-gconf python-gnome2 python-pyorbit
Use 'sudo apt autoremove' to remove them.
The following packages will be REMOVED:
fahcontrol
0 upgraded, 0 newly installed, 1 to remove and 8 not upgraded.
After this operation, 2,020 kB disk space will be freed.
Do you want to continue? [Y/n]
In other words it wants to uninstall fahcontrol. It looks like I'm in a loop.