Results 1 to 3 of 3
I think I typed in the wrong pathway and now I want to delete the symbolic link I set up. I was tryign to install java as a firefox plugin, ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 08-26-2005 #1Linux User
- Join Date
- Aug 2005
- Posts
- 408
How do I get rid of a symbolic link?
I think I typed in the wrong pathway and now I want to delete the symbolic link I set up. I was tryign to install java as a firefox plugin, but I made a mistake somewhere and I thought I would start over. Anyway, I see the error message that starts telling me that there is no such file as the symbolic link I tried to set up. Is there are an easy way to get rid of these?
- 08-26-2005 #2
Why did you need to create a symbolic link to Java for Firefox? If you installed Firefox or Java via YaST it would have automatically created the link.
Dell Precision T7400 Workstation
Dual 3.33Ghz Xeon "Harpertown" Core
16GB PC5300 DDR2 ECC CL5
BFG GeForce GTX 285 OC 2GB
X-Fi Platinum
HP w2408 24" Monitor
Dual Boot:openSUSE 11.2/Win 7 Ultimate
- 08-26-2005 #3
Say you have symbolic link /bin/foo pointing towards /usr/games/share/bin/foo, and you want to get rid of /bin/foo just do:
Code:rm /bin/foo


Reply With Quote
