MrCode

Install on Debian (.deb)

GPG Key

Add the GPG key of the repository:

curl -fsSL https://repo.mrcode.zokugun.org/mrcode.gpg \
  | gpg --dearmor \
  | sudo dd of=/usr/share/keyrings/mrcode.gpg

Repository

Add the .list file:

sudo curl --output-dir /etc/apt/sources.list.d -LO https://repo.mrcode.zokugun.org/mrcode.list

Install

Update then install MrCode:

sudo apt update && sudo apt install mrcode

Install Fedora/Suse (.rpm)

Repository

Add the .repo file:

sudo curl --output-dir /etc/yum.repos.d -LO https://repo.mrcode.zokugun.org/mrcode.repo

Install

Install MrCode:

Fedora/RHEL

sudo dnf install mrcode

OpenSuse/Suse

sudo zypper in mrcode