-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't install OpenOndemand #3898
Comments
That should be it. What happens when you issue |
It returns "cannot find the package ondemand" |
I think we need to update our docs. The release RPM was bumped to 3.1.2 so we could add support for Ubuntu 24.04.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I was trying to install Open Ondemand on my server as root. However, when I input
wget -O /tmp/ondemand-release-web_3.1.1-jammy_all.deb https://apt.osc.edu/ondemand/3.1/ondemand-release-web_3.1.1-jammy_all.deb
It returns
Connecting apt.osc.edu (apt.osc.edu)|192.148.247.165|:443...
Then I manually download "ondemand-release-web_3.1.1-jammy_all.deb" and run
apt install /path-to-the-file/ondemand-release-web_3.1.1-jammy_all.deb
It returns
ondemand-release-web is already the latest version (3.1.1-jammy)
Then I input
sudo apt update
sudo apt install ondemand
Does anybody know how can I install? If I can install manually? Your help would be most appreciated!
Best,
Liang
The text was updated successfully, but these errors were encountered: