-
Notifications
You must be signed in to change notification settings - Fork 94
Add prerequisites for enabling 'universe' repository on Ubuntu #717
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
base: source
Are you sure you want to change the base?
Conversation
8f65579
to
7012ee4
Compare
steps: | ||
- name: Prerequisites | ||
text: " | ||
<p>You might need to enable the 'universe' repository, if you haven't done so already: <terminal-command>sudo add-apt-repository universe</terminal-command></p>" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As I pointed out in the last discussion, the universe repository is enabled on most Ubuntu installations. What you were experiencing was a bug, not an intended behavior.
However, this PR is still correct because in some cases, the universe repository could actually not be enabled out-of-box.
So, please reword this part a little bit and it should be good to merge.
Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think it's a bug. It's still there and has not been fixed. https://git.launchpad.net/livecd-rootfs/tree/live-build/auto/config#n651
Even if fixed, I'm not sure, if they would replace all the live isos.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am not sure how many users actually install their desktop system from an ubuntu server or ubuntu mini iso. :-)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As I tested, you run into this with the normal iso, if you say, you want a minimal install.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was not able to reproduce the described behavior even with minimal installation using latest 25.04 iso. Universe seems to be correctly enabled there.
The install script part that you linked is not used by the desktop installer.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is extremely strange. But it is really a bug, not intended behavior.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think they will be able to replace all ubuntu ISOs in the internet with a fixed version, even if they fix it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, but I am still not getting your point. As far as I know, there is no known broken (Ubuntu 25.04 or 24.04.x) iso without universe enabled. The problem you are getting must be caused by something else.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure why you can't reproduce, it has been a 100% "success" rate at this point (since we realized it's the minimal install). Maybe it really is, that my VM is offline during install and not connected to the internet?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe it really is, that my VM is offline during install and not connected to the internet?
Yeah, it is possible that the bug happens only on such setups. I will try reproducing it again, this time also without a network connection, in upcoming days.
No description provided.