MX on Linux: Difference between revisions

915 bytes removed ,  06:26, 25 July 2021
m
m (→‎install: accessibility)
Line 215: Line 215:
! scope="col" style="width:450px; color:blue" | Raspberry Operating System 9 (stretch) !! scope="col" style="width:450px; color:navy" | Raspberry Operating System 10 (buster)
! scope="col" style="width:450px; color:blue" | Raspberry Operating System 9 (stretch) !! scope="col" style="width:450px; color:navy" | Raspberry Operating System 10 (buster)
|-
|-
| <code>sudo apt install apt-transport-https dirmngr gnupg ca-certificates</code> || <code>sudo apt install apt-transport-https dirmngr gnupg ca-certificates</code>
| style="height:50px;| <code>sudo apt install apt-transport-https dirmngr gnupg ca-certificates</code> || <code>sudo apt install apt-transport-https dirmngr gnupg ca-certificates</code>
|-
|-
| <code>sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF</code> || <code>sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF</code>
| style="height:100px; | <code>sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF</code> || <code>sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF</code>
|-
|-
| <code>echo "deb https://download.mono-project.com/repo/debian stable-raspbianstretch main"</code> || <code>echo "deb https://download.mono-project.com/repo/debian stable-raspbianbuster main"</code>
| style="height:100px;| <code>echo "deb https://download.mono-project.com/repo/debian stable-raspbianstretch main"</code> || <code>echo "deb https://download.mono-project.com/repo/debian stable-raspbianbuster main"</code>
|-
|-
| <code>sudo tee /etc/apt/sources.list.d/mono-official-stable.list</code> || <code>sudo tee /etc/apt/sources.list.d/mono-official-stable.list</code>
| style="height:50px;|<code>sudo tee /etc/apt/sources.list.d/mono-official-stable.list</code> || <code>sudo tee /etc/apt/sources.list.d/mono-official-stable.list</code>
|-
|-
| <code>sudo apt update</code> || <code>sudo apt update</code>
| <code>sudo apt update</code> || <code>sudo apt update</code>
|}
{|
|-
! scope="col" style="width:450px; color:blue" | Raspberry Operating System 9 (stretch)
! scope="col" style="width:450px; color:navy" | Raspberry Operating System 10 (buster)
|-
| style="height:50px;| sudo apt install apt-transport-https dirmngr gnupg ca-certificates
| sudo apt install apt-transport-https dirmngr gnupg ca-certificates
|-
| style="height:100px; |<code>sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF</code>
| <code>sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF</code>
|-
| style="height:50px;| <nowiki>echo "deb https://download.mono-project.com/repo/debian stable-raspbianstretch main"</nowiki>
| <nowiki>echo "deb https://download.mono-project.com/repo/debian stable-raspbianbuster main"</nowiki>
|-
| style="height:50px;|sudo tee /etc/apt/sources.list.d/mono-official-stable.list
| sudo tee /etc/apt/sources.list.d/mono-official-stable.list
|}
|}


5,838

edits