Smudge Debian Repository

Welcome to Smudge's very own Debian package repository. To add packages from the Smudge distribution to your system, first add our repository signing key:

wget -qO - https://smudgelang.github.io/public.key | sudo apt-key add -

Then add the following line to your /etc/apt/sources.list file:

deb https://smudgelang.github.io/debian testing main

Then run the following to update your apt cache and install Smudge:

sudo apt-get update && sudo apt-get -y install smudge-platform