Hello, On 16 June 2016 at 22:04, Raphael Philipe Mendes da Silva < [email protected]> wrote: > Hi, > > I need to generate the preseed file from a s390x system with Ubuntu 16.04, as described in: > https://help.ubuntu.com/lts/installation-guide/s390x/apbs03.html > > However I was not able to do that because debconf-get-selections was not found. > > I was informed that this executable was present in the debconf-utils package. > > By looking at the file bellow I notice that this package is not present in the default Dist Packages for s390x while it is present for other architectures. > > http://ports.ubuntu.com/ubuntu-ports/dists/xenial/main/binary-s390x/Packages.xz > > Is there any particular reason for that or is it a problem? >
debconf-utils packages is an arch:all package available in the universe. I'd rather not inspect archive like that. There is http://packages.ubuntu.com/search?keywords=debconf-utils that can show the package is arch all and which component it is in - main, universe, multiverse, or restricted. All four components are enabled by default. There is also rmadison, which you can remotely query all packages from command line: $ rmadison debconf-utils -- Regards, Dimitri.
-- ubuntu-server mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-server More info: https://wiki.ubuntu.com/ServerTeam
