I'm using wheezy on my raspi and wanted to install dialog
.
sudo apt-get install dialog
E: Package 'dialog' has no installation candidate
So I look up the source
Package: dialog
Versions:
1.1-20120215-2 (/var/lib/apt/lists/mirrordirector.raspbian.org_raspbian_dists_wheezy_main_binary-armhf_Packages)
Description Language:
File: /var/lib/apt/lists/mirrordirector.raspbian.org_raspbian_dists_wheezy_main_binary-armhf_Packages
my source.list looks like that
deb http://archive.raspbian.org/raspbian wheezy main contrib non-free
deb-src http://archive.raspbian.org/raspbian wheezy main contrib non-free
After apt-get update
I have the same problem.
What source do I need to add?
Thanks