[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: how to reinstall bash



Am Samstag, 13. September 2014, 17:39:04 schrieb lina:
> By some mistake, I remove the /bin/bash
> 
> Any suggestions?
> 
> Thanks,

Try first:

apt-get --reinstall install bash

if this does not work, try

dpkg --force-overwrite -i /var/cache/apt/archive/bash********.deb

if this does not work, try:

apt-get remove bash
apt-get install bash

Good luck

Hans


Reply to: