I'm just trying to install ghc
on my computer. I typed
sudo apt-get install ghc
into the terminal. I then was asked did I want to install, I said yes. Then I was asked did I want to install unverified files. I said yes. Then I got a bunch of error 404's and finally an error:
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
I tried installing it via the Software Center and I got a pop up saying:
This requires installing packages from unauthenticated sources.
I clicked OK and it just stopped installing.
Can anyone help me just simply install ghc
?
After running sudo apt-get update
I get this:
When I type sudo apt-get install ghc
I get this:
sudo apt-get update
, and please post a representative section of the error messages as well (a couple of the 404s, if you will). – muru Nov 04 '14 at 17:15