So the thing is I'm trying to install Cmake and cmake-curses-gui.
I have updated the system with apt-get-update
.
sudo apt-get install cmake Reading package lists... Done Building dependency tree Reading state information... Done Package cmake is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Package 'cmake' has no installation candidate sudo apt-get install cmake-curses-gui Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package cmake-curses-gui
That's strange. Can anyone give some pointers?
Pastbin sources.list :- http://pastebin.com/DufycYfZ
sudo apt-get update
first. – Panther Apr 09 '13 at 17:15apt-cache policy cmake cmake-curses-gui
? – Braiam Aug 15 '13 at 13:51apt-get-update
I hope it just typo mistake in the question. It should beapt-get update
or just use update manage graphic interface. – user.dz Nov 23 '16 at 10:49