Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 799 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 799 Bytes

PPA for Cling and xeus-cling

This repository contains Debian packages for Cling and xeus-cling, along with several other supporting packages.

You can install it on your system as follows:

curl https://ppa-verse.github.io/cling/cling.list | \
    sudo tee /etc/apt/sources.list.d/cling.list

curl https://ppa-verse.github.io/cling/KEY.gpg    | \
    sudo gpg --no-default-keyring --keyring /usr/share/keyrings/cling-keyring.gpg --import

sudo apt update

To install Cling run:

sudo apt install cling

To install xeus-cling run:

sudo apt install xeus-cling