rvm / ubuntu_rvm

Ubuntu package for RVM
https://launchpad.net/~rael-gc/+archive/ubuntu/rvm
Apache License 2.0
694 stars 84 forks source link

Unable to install rvm on Ubuntu 23.04 #80

Closed adriaanjoubert closed 1 year ago

adriaanjoubert commented 1 year ago

Description

I am unable to install rvm on Ubuntun 23.04.

$ lsb_release -d
No LSB modules are available.
Description:    Ubuntu 23.04

Steps to reproduce

$ sudo apt-get install software-properties-common
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
software-properties-common is reeds die nuutste weergawe (0.99.35).
0 opgegradeer, 0 nuut geïnstalleer, 0 om te verwyder en 0 nie opgegradeer nie.
$ sudo apt-add-repository -y ppa:rael-gc/rvm
Bewaarplek: 'deb https://ppa.launchpadcontent.net/rael-gc/rvm/ubuntu/ lunar main'
Beskrywing:
RVM (http://rvm.io) is a command-line tool which allows you to easily install, manage, and work with multiple ruby environments from interpreters to sets of gems.

Please, check install instructions here: https://github.com/rvm/ubuntu_rvm
Meer info: https://launchpad.net/~rael-gc/+archive/ubuntu/rvm
Voeging -bewaarplek.
Found existing deb entry in /etc/apt/sources.list.d/rael-gc-ubuntu-rvm-lunar.list
Adding deb entry to /etc/apt/sources.list.d/rael-gc-ubuntu-rvm-lunar.list
Found existing deb-src entry in /etc/apt/sources.list.d/rael-gc-ubuntu-rvm-lunar.list
Adding disabled deb-src entry to /etc/apt/sources.list.d/rael-gc-ubuntu-rvm-lunar.list
Adding key to /etc/apt/trusted.gpg.d/rael-gc-ubuntu-rvm.gpg with fingerprint 7BE3E5681146FD4F1A40EDA28094BB14F4E3FBBE
Kies:1 http://pt.archive.ubuntu.com/ubuntu lunar InRelease
Kies:2 http://security.ubuntu.com/ubuntu lunar-security InRelease                                                                                                                            
Kies:3 https://repo.steampowered.com/steam stable InRelease                                                                                                                                  
Ignoreer:4 https://ppa.launchpadcontent.net/rael-gc/rvm/ubuntu lunar InRelease                                                                                                               
Kies:5 https://download.docker.com/linux/ubuntu jammy InRelease                                                                                                                 
Kies:6 https://dl.google.com/linux/chrome/deb stable InRelease                                                                                                                               
Fout:7 https://ppa.launchpadcontent.net/rael-gc/rvm/ubuntu lunar Release                                                                                                                     
  404  Not Found [IP 185.125.190.52 443]
Kies:8 https://installer.id.ee/media/ubuntu jammy InRelease                                      
Kies:9 https://brave-browser-apt-release.s3.brave.com stable InRelease
Reading package lists... Done
E: The repository 'https://ppa.launchpadcontent.net/rael-gc/rvm/ubuntu lunar Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
N: Skipping acquisition of configured file 'main/binary-i386/Packages', as repository 'https://brave-browser-apt-release.s3.brave.com stable InRelease' doesn't support architecture 'i386'

3.

$ sudo apt-get update
Kies:1 http://pt.archive.ubuntu.com/ubuntu lunar InRelease
Kies:2 http://security.ubuntu.com/ubuntu lunar-security InRelease                                                                                                                            
Kies:3 https://repo.steampowered.com/steam stable InRelease                                                                                                                                  
Kies:4 https://download.docker.com/linux/ubuntu jammy InRelease                                                                                                                              
Ignoreer:5 https://ppa.launchpadcontent.net/rael-gc/rvm/ubuntu lunar InRelease                                               
Kies:6 https://brave-browser-apt-release.s3.brave.com stable InRelease                                                                              
Kies:7 https://dl.google.com/linux/chrome/deb stable InRelease                                                                                      
Kies:8 https://installer.id.ee/media/ubuntu jammy InRelease                                      
Fout:9 https://ppa.launchpadcontent.net/rael-gc/rvm/ubuntu lunar Release      
  404  Not Found [IP 185.125.190.52 443]
Reading package lists... Done
N: Skipping acquisition of configured file 'main/binary-i386/Packages', as repository 'https://brave-browser-apt-release.s3.brave.com stable InRelease' doesn't support architecture 'i386'
E: The repository 'https://ppa.launchpadcontent.net/rael-gc/rvm/ubuntu lunar Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.

4.

$ sudo apt-get install rvm
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package rvm

Expected behavior

sudo apt-get install rvm should succeed.

Actual behavior

Environment info

$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=23.04
DISTRIB_CODENAME=lunar
DISTRIB_DESCRIPTION="Ubuntu 23.04"
raelgc commented 1 year ago

@adriaanjoubert Thanks for raising that and sorry for the inconvenience. Packages published now. Please, try install again!

adriaanjoubert commented 1 year ago

@raelgc thank you!