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.
- Host: GitHub
- URL: https://github.com/paulcarrick/ruby-3.2_debian-12
- Owner: PaulCarrick
- License: apache-2.0
- Created: 2025-02-18T17:00:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-18T17:13:42.000Z (over 1 year ago)
- Last Synced: 2025-02-18T18:25:04.043Z (over 1 year ago)
- Topics: debian, interpreter, ruby
- Homepage: https://jump-start-website.com
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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**