Hi Unman & ubestemt,
thank you for your patience. I followed Unmans hints. The difference is
that, due to no-full-fedora-appvm-working-error I was using a
f-24-minimal als starting point. This is bad, since minimal means
minimal.. so the setup script failed miserably several times without
surprise. The first ones seemed easy. I added dialog, dialog-devel. Then
it was dpkg-dev and debootstrap that were missing. Got them as well.
Since gpg is used & installed I added as a guess additionally openssl &
openssl-devel as well. Now I am stuck: Setup spills out
Traceback (most recent call last)
File ./setup, line 1919 in <module>
main(sys.arg)
File ./setup, line 1902, in main
Wizard(DialogUI(), **args)**
File ./setup, line 1190 in __call__
self.verify_keys(self.keys, force=False)
File ./setup, line 1233, in gpg-verify_key
_env=env
..
UnicodeDecodeError: 'ascii' code can't decode byte 0xc3 in position 91:
ordinal not in range(128)
This error, as suggested here
https://stackoverflow.com/questions/21129020/how-to-fix-unicodedecodeerror-ascii-codec-cant-decode-byte
is due to some coding problems. Maybe some 'errors' in the setup script
never appear in a rich-fedora system, but fail in fedora-minimal? I have
no clue how too fix that. Anyone might help?
Bernhard