How do I break or delete a symbolic link?
unlink /etc/alternatives/x-cursor-theme
You may also be interested in update-alternates
update-alternatives --config x-cursor-theme
The answer is:
sudo rm /etc/alternatives/x-cursor-theme
unlink /etc/alternatives/x-cursor-theme
You may also be interested in update-alternates
update-alternatives --config x-cursor-theme
The answer is:
sudo rm /etc/alternatives/x-cursor-theme