1. Open terminal from the Dash, Launcher, or via Ctrl+Alt+T shortcut keys. When it opens, run command to add PPA:
sudo apt-get install software-properties-common
sudo apt-add-repository ppa:swi-prolog/stable
2. you should tell your system to pull down the latest list of software from each archive it knows about, including the PPA you just added:
sudo apt-get update
3. Installation Prolog
sudo apt-get install swi-prolog
No comments:
Post a Comment