3

I have problems with installing haskell (hugs) on Ubuntu 10.10. I had the latest version before and I wrote just sudo apt-get install hugs and everything worked. But now with Ubuntu 10.10 It tells me that package hugs could not be found.

How can I install hugs then?

Jorge Castro
  • 73,717

1 Answers1

4

You will need to type sudo apt-get install hugs as the Package does exist in 10.10 Alternatively you can download it from the Software Center

Zanna
  • 72,312
Marco Ceppi
  • 48,827