When I run the following command:
sudo apt-get install libmagickwand-dev libxml2-dev libxslt1-dev nodejs
It gives me the error at the tittle.
I'm using Ubuntu Bash in Windows 10 Home 64 bits.
@caduguedess Make sure you are running Ubuntu 18.04 (WSL download is here). Then make sure you run sudo apt-get update before running the sudo apt-get install command.
Tested and works for me. Re-open if still broken.
@caduguedess Make sure you are running Ubuntu 18.04 (WSL download is here). Then make sure you run
sudo apt-get updatebefore running thesudo apt-get installcommand.Tested and works for me. Re-open if still broken.
Thanks, it worked!
I suggest to put it in the INSTALL.md instructions, for the beginner Linux users (like me).
Most helpful comment
@caduguedess Make sure you are running Ubuntu 18.04 (WSL download is here). Then make sure you run
sudo apt-get updatebefore running thesudo apt-get installcommand.Tested and works for me. Re-open if still broken.