Sunday, January 5, 2020

ln: failed to create symbolic link '/usr/bin/dotnet/dotnet': File exists

In this post I will show you how to solve ln: failed to create symbolic link.
Previously I had shown..

sudo ln -sf "/usr/share/dotnet/dotnet" "/usr/bin/dotnet"

To remove Link:

sudo rm -rf /usr/bin/dotnet
sudo ln -s "/usr/share/dotnet/dotnet" "/usr/bin/dotnet"

No comments:

Post a Comment