View Single Post
Posts: 1,425 | Thanked: 983 times | Joined on May 2010 @ Hong Kong
#9
Originally Posted by gulassi View Post
start xterm, sudo gainroot (needs the rootsh package), apt-get remove omap3camd, dpkg --purge omap3camd, apt-get install omap3camd
Fyi. the command can also rephrase as following:

Code:
apt-get autoremove omap3camd --purge && apt-get install omap3camd
The advantage of using autoremove is that it remove the dep. packages are well, if any.
 

The Following User Says Thank You to 9000 For This Useful Post: