Ubuntu Server 9.10
Hi Guys,
I think this one is a simple one... I'm trying to install fail2ban and get the following error:
$ sudo apt-get install fail2ban
Reading package lists...
Done Building dependency tree Reading state information...
Done E: Couldn't find package fail2ban
Which repositories do I need enabled in order to install it?
I'm presently have the following enabled in sources.list
deb http://us.archive.ubuntu.com/ubuntu/ karmic main restricted
deb-src http://us.archive.ubuntu.com/ubuntu/ karmic main restricted
deb http://security.ubuntu.com/ubuntu karmic-security main restricted
deb-src http://security.ubuntu.com/ubuntu karmic-security main restricted
deb http://security.ubuntu.com/ubuntu karmic-security universe
deb-src http://security.ubuntu.com/ubuntu karmic-security universe
deb http://security.ubuntu.com/ubuntu karmic-security multiverse
deb-src http://security.ubuntu.com/ubuntu karmic-security multiverse
deb http://de.archive.ubuntu.com/ubuntu/ karmic multiverse
deb-src http://de.archive.ubuntu.com/ubuntu/ karmic multiverse
deb http://de.archive.ubuntu.com/ubuntu/ karmic-updates multiverse
deb-src http://de.archive.ubuntu.com/ubuntu/ karmic-updates multiverse
On a related note -- in the spirit of "teaching a man to fish", is there an easy way to find out where a package resides in general?
Thanks!
-M