Click to See Complete Forum and Search --> : How can I eliminate konqueror with all of its dependencies?
amgeex
11-10-2003, 01:15 PM
Ok, the title says it, how can I do it? Can it be done via apt?
I want to remove it alog with all that klibs it brought to my system, and use nautilus. I don't want k-crap on my system. Shed some light people, please!
Also, how can I reconfigure my system's clock under debian 3.0r1? It's like 6 hours behind...
GaryJones32
11-10-2003, 02:16 PM
let's see
assuming you have the old version of kde that is in woody
apt-get --purge remove kdelibs3 libarts
that should give you a good start anyway
set clock as root from command line
example: to midnight
date -s 24:00:00
amgeex
11-10-2003, 02:20 PM
I'm not using kde, just konqueror. Would the commands u state above help with that?
amgeex,
the easiest way (imho) is to use Synaptic, then you can switch to the "installed" view and check off all the kde and qt stuff you want deleted and get rid of it all at once.
amgeex
11-10-2003, 03:02 PM
I'll try that, thank you Hayl!
amgeex
11-10-2003, 04:10 PM
Thanks, that did it Hayl!!
amgeex
11-10-2003, 06:09 PM
Just one last thing here. How can I reset my systems clock? It's three hours behind and I would like to fis it.
Icarus
11-10-2003, 06:22 PM
Check this out, you should be able to find your answer here.
Hint: Check your timezone and UTC settings
http://www.linuxsa.org.au/tips/time.html
amgeex
11-10-2003, 07:19 PM
Thanks for the help dude. I'll try that out!
UPDATE: It's all working now, thanks a lot for that document, it was really helpfull!