|
if you arent familiar with the command line yet then go intio mandrake control center, then software. you can add or remove packages in there. if you wanted to you could probably do a
rpm -e vnc vnc-server
you need to switch to superuser (root) to do this by typing "su" follwed by your root password in a terminal. this command would only remove rpm packages which will be fine in your case.
|