I have problem when I implemented this command
sudo apt-get install tcl8.5-dev tk8.5-dev
And I get this:
fawaz@fawaz-Lenovo-B590:~$ sudo apt-get install tcl8.5-dev tk8.5-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
tcl8.5-dev : Depends: tcl8.5 (= 8.5.11-1ubuntu1) but it is not going to be installed
tk8.5-dev : Depends: libx11-dev but it is not going to be installed
Depends: libxss-dev but it is not going to be installed
Depends: libxext-dev but it is not going to be installed
Depends: libxft-dev but it is not going to be installed
Depends: tk8.5 (= 8.5.11-1) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
fawaz@fawaz-Lenovo-B590:~$
PLZ help me