using ubuntu 10.04 synaptic gives the option to reinstall packages, is it also possible to do this with a command prompt?
using ubuntu 10.04 synaptic gives the option to reinstall packages, is it also possible to do this with a command prompt?
well there's
or if you want to reinstall config files as well you could doCode:sudo apt-get install --reinstall package
Code:sudo apt-get purge package sudo apt-get install package
Bookmarks