I am installing scala in ubuntu 15.10.
When I use the command: apt-get install scala, it shows this output:
Err http://tn.archive.ubuntu.com/ubuntu/ wily/universe scala-library all 2.11.6-1
404 Not Found [IP : 91.189.88.161 80]
Err http://tn.archive.ubuntu.com/ubuntu/ wily/universe scala all 2.11.6-1
404 Not Found [IP : 91.189.88.161 80]
E: Impossible de récupérer http://tn.archive.ubuntu.com/ubuntu /pool/universe/s/scala/scala-library_2.11.6-1_all.deb 404 Not Found [IP : 91.189.88.161 80]
E: Impossible de récupérer http://tn.archive.ubuntu.com/ubuntu /pool/universe/s/scala/scala_2.11.6-1_all.deb 404 Not Found [IP : 91.189.88.161 80]
E: Impossible de récupérer certaines archives, peut-être devrez-vous lancer apt-get update ou essayer avec --fix-missing ?
How can I resolve it ? Any help please