An open API service indexing awesome lists of open source software.

https://github.com/paulcarrick/ruby-3.2_debian-12

These are the instructions to install Ruby 3.2.0 on Debian 12 using a binary Paul Carrick built.
https://github.com/paulcarrick/ruby-3.2_debian-12

debian interpreter ruby

Last synced: 3 months ago
JSON representation

These are the instructions to install Ruby 3.2.0 on Debian 12 using a binary Paul Carrick built.

Awesome Lists containing this project

README

          

# Ruby 3.2.0 for Debian 12

These are the istructions to install Ruby 3.2.0 on Deain 12 using a package Paul Carrick built.

1) Install the public key for the jump-start-website repository:\
**curl -fsSL https://jump-start-website.com:8443/distributions/jump-start-website.gpg | sudo tee /usr/share/keyrings/jump-start-website.gpg > /dev/null**
2) Add the repository to the apt source file:\
**echo "deb [signed-by=/usr/share/keyrings/jump-start-website.gpg] https://jump-start-website.com:8443/distributions/debian/ stable main" | sudo tee /etc/apt/sources.list.d/jump-start-website.list**
3) Install the apt package:\
**sudo apt update**\
**sudo apt install ruby3.2**