Fresh droplet with Arch Linux x86_64
#pacman -Syu
…
error: failed to commit transaction (conflicting files) filesystem: /bin exists in filesystem filesystem: /sbin exists in filesystem filesystem: /usr/sbin exists in filesystem Errors occurred, no packages were upgraded.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
After following the above update the internet will also go down. I wrote down the steps I used to get a new droplet complete up-to-date at http://benjamin-hansen.com/posts/digitial-ocean-arch-linux.html
pacman -Syu --ignore filesystem,bash <br>pacman -S bash <br>pacman -Su
Thank you, thank you, thank you for posting that information. Got me out of jam!