Skip to content

Instantly share code, notes, and snippets.

@paddy74
Last active July 18, 2018 23:29
Show Gist options
  • Save paddy74/ce7afffc4616db3a47196e7204533255 to your computer and use it in GitHub Desktop.
Save paddy74/ce7afffc4616db3a47196e7204533255 to your computer and use it in GitHub Desktop.
Install SWI-Prolog
#!/bin/sh
sudo apt-add-repository ppa:swi-prolog/stable
sudo apt update
sudo apt install swi-prolog
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment