you know... I am having such problems that I think I should just reinstall everything. What do you think?
dpkg --get-selections | grep openssh
openssh-client install
openssh-server deinstall
dpkg --get-selections | grep linux-image
linux-image-3.0.0-12-generic install
linux-image-3.0.0-14-generic install
linux-image-3.0.0-15-generic deinstall
linux-image-3.0.0-16-generic deinstall
linux-image-3.0.0-17-generic deinstallOn Fri, Mar 30, 2012 at 9:08 AM, Mike Ballon <mike.ballon@gmail.com> wrote:Lets try the other route; what is your output to "dpkg
--get-selections | grep openssh" ?
Also post the output of dpkg --get-selections | grep linux-image" just for fun.
On Fri, Mar 30, 2012 at 11:49 AM, Michael Havens <bmike1@gmail.com> wrote:
>> Try sudo apt-get install openssh-server
> I've tried that and it won't install. I think it is because their are three
> packages in there that won't install (linux-image-3.0.0-15-generic,
> linux-image-3.0.0-16-generic, and linux-image-3.0.0-17-generic). How do I
> remove those packages?
>