I was struggling for quite a while with the problem that apt-get wouldn't get anything. I finally discovered that it's necessary to do
in order to initialize it. It won't do anything on a newly installed system until that step is taken.
Code:
sudo apt-get update
Comment