If you apt-get install some package but return that error "Unable to locate package ***",
That because of your system not support the package you choosed.
Search the right package first by typing:
apt-cache search ***
Or typing:
apt-cache serach ***|grep ******
Then install what you find needed.