PDA

View Full Version : [ubuntu] deleted my /sbin/insmod



HectorG
December 9th, 2009, 02:27 PM
Im not sure if this is the correct place to poist this...

I mistakenly deleted my /sbin/insmod file is there a way to recover this file by reinstalling a package?

phillw
December 9th, 2009, 02:58 PM
Im not sure if this is the correct place to poist this...

I mistakenly deleted my /sbin/insmod file is there a way to recover this file by reinstalling a package?

Hi,

I think it should be on your LiveCD, you'd need to boot with the LiveCD of your version of Ubunut and copy it over to your hard drive.

Regards,

Phill.

sisco311
December 9th, 2009, 03:02 PM
Im not sure if this is the correct place to poist this...

I mistakenly deleted my /sbin/insmod file is there a way to recover this file by reinstalling a package?

yep:

sudo apt-get install --reinstall module-init-tools

EDIT: btw,


dpkg -S /sbin/insmod
lists the package which provides /sbin/insmod

HectorG
December 10th, 2009, 04:43 PM
That worked THANK YOU!!!!