Replies: 1 comment 1 reply
-
Yes. We changed the defaults to be inline with the GUI. But more than that, the reason to change the defaults was to be more explicit by the user. For more context, please see: To resolve your issue, just call the same set of options along with and additional option, |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
On Ubuntu 18.04 I had no problem doing
On ubuntu 22.04 I had to change apt-offline_1.8.5-1_all.deb to make update.zip OK, but when I am doing
apt-offline set [yyyymmdd]_dist-upgrade.sig --upgrade-type dist-upgrade --verbose I have :
VERBOSE: Namespace(verbose=True, quiet=False, set='20230921_dist-upgrade.sig', set_simulate=False, set_install_packages=None, set_install_src_packages=None, src_build_dep=False, set_install_release=None, set_update=False, set_upgrade=False, upgrade_type='dist-upgrade', generate_changelog=False, apt_backend='apt-get', func=<function setter at 0x7f6602a2c310>)
ERROR: No option specified to set command
I tried with python3-magic_0.4.24-2_all.deb, but without success, what is missing for dist-upgrade works ?
Beta Was this translation helpful? Give feedback.
All reactions