Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save eneiasramos/971cbcf4d0be686c765019a5bda4e877 to your computer and use it in GitHub Desktop.
Save eneiasramos/971cbcf4d0be686c765019a5bda4e877 to your computer and use it in GitHub Desktop.
Mono Repository - Ubuntu 20.04
sudo gpg --homedir /tmp --no-default-keyring --keyring /usr/share/keyrings/mono-official-archive-keyring.gpg --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
echo "deb [signed-by=/usr/share/keyrings/mono-official-archive-keyring.gpg] https://download.mono-project.com/repo/ubuntu stable-bionic main" | sudo tee /etc/apt/sources.list.d/mono-official-stable.list
echo "deb [signed-by=/usr/share/keyrings/mono-official-archive-keyring.gpg] https://download.mono-project.com/repo/ubuntu stable-focal main" | sudo tee -a /etc/apt/sources.list.d/mono-official-stable.list
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment