--I want to use Docker with WSL2 --I get an error in Hard-Link when I apply conversion --I was able to solve it by the method posted on the forum
Delete all ruby + delete by hand what could not be deleted due to dpkg error (contents remain)
sudo apt purge ruby
sudo apt autoremove --purge && sudo apt autoclean -y
sudo rm -rf /var/lib/gems
sudo rm -rf /usr/share/fonts/truetype/lato
It takes time to convert, but rebuilding was troublesome, so I tried this. There seems to be no problem, so I plan to operate it as it is for a while. I wonder why I put ruby in ...
Recommended Posts