I just installed a headless Debian on my first that I'v ever built but I can't install any packages on it.
root@media-server:~# apt-get install vim
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package vim is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'vim' has no installation candidate
I get the same thing with pretty much any package I try to install. I have also already ran apt-get update
Any ideas? Thanks.