While checking the manual for do-release-upgrade
, I found out that it has a --frontend
argument that can be passed to the command along with a value. However, the manpage doesn't explain what the argument exactly does, or what are the available values for it.
-f FRONTEND, --frontend=FRONTEND
Run the specified frontend
My assumption is that it to allow us to go through a specific application like the Software Updater or the command-line. Can I find a better description and a list of possible values for that argument?
man
page? Not even a link at the bottom to at least point the user to the source code! Even worse, there's no mention ofDistUpgradeViewNonInteractive
– AnthonyK Dec 23 '21 at 14:51--frontend
option is used ... and why usegui
through commands - or did I understand wrong the idea? – Manuel Jordan Jun 04 '22 at 22:34DistUpgradeViewGtk3
, per the source code link posted by @user535733 and my personal verification that it only spawns the GUI with3
on the end. – Cliff Apr 20 '23 at 20:38