UbuntuIRC / 2020 /09 /19 /#ubuntu-installer.txt
niansa
Initial commit
4aa5fce
[01:11] <cjwatson> germinate only cares about running on a single suite, and in general there's only a single version of a given package in a given suite on a given architecture, so I have to say I don't see a lot of value in this proposed change
[01:11] <cjwatson> And the starting point was "download a package and all of its dependencies", for which germinate would be the wrong tool anyway
[01:14] <cjwatson> It is not true that germinate ignores version requirements in dependencies. Packages won't be considered as valid candidates to satisfy a dependency if the version doesn't match any constraints in the dependency. It's just that germinate disregards all but the latest version of a package in the input Packages file - but, as I say, there's generally only one anyway
[01:15] <cjwatson> "generate files that told you what to apt-get download"> No, that isn't really germinate's job. Its main purpose is to prepare fully-expanded lists of dependencies for use in maintaining the Ubuntu archive and preparing Ubuntu images.
[01:17] <cjwatson> realtime-neil: ^ I think what you're looking for may be the "Using APT Offline" how-to, in /usr/share/doc/apt-doc/offline.html/index.html (if you have apt-doc installed)
[01:54] <CarlFK> cjwatson: ah.. so this is comparing packages that are a valid version? if apt_pkg.version_compare(last_ver, ver) >= 0:
[01:56] <cjwatson> CarlFK: That's picking the newest version for each package from the package stanzas that actually exist in the Packages/Sources files
[01:57] <cjwatson> CarlFK: Those will be valid versions in the sense of being well-formed; at that point it's not known whether they satisfy any particular dependency
[01:59] <CarlFK> sounds like there is a better solution to the root problem, so I'll stop considering patching germinate to print out version stuff.
[03:00] <UbuntuLostUser> I tried joining #ubuntu-helpteam. I have a question about an issue I have with fresh install of ubuntu on a new laptop that had windows 10. Its only showing half my hard drive. Is this the appropriate channel?
[03:23] <CarlFK> UbuntuLostUser: #ubuntu is the place for that
[03:24] <UbuntuLostUser> I dont want to break the rules because I am asking in #ubuntu-helpteam. Would that be ok if i ask here as well?
[03:25] <UbuntuLostUser> i mean #ubuntu
[14:00] <realtime-neil> CarlFK: if there are better solutions to the problem of downloading a package and all of its dependencies, could you share a few ideas? The ones I've tried don't respect version associations
[18:24] <CarlFK> realtime-neil: sorry, I don't know what they are.