I suggest you run the command by parts (and look at the output after each command), this will demonstrate better than I can explain with words what it does, i.e.:
NEWVERSION="1:6.4.4-0ubuntu0.20.04.1" apt list --upgradable apt list --upgradable | grep $NEWVERSION apt list --upgradable | grep $NEWVERSION | cut -d/ -f1 apt list --upgradable | grep $NEWVERSION | cut -d/ -f1 | tr \\n " " (in summary, it builds a list of packages to upgrade to the new version, and passes it to "sudo apt install", to make sure you upgrade only libreoffice and related packages from focal-proposed, not all the rest) Note that at the time of this writing, the build in focal-proposed still hasn't finished, so you'll need to be a bit more patient before doing this. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to libreoffice in Ubuntu. https://bugs.launchpad.net/bugs/1869561 Title: Libreoffice Help does not work Status in libreoffice package in Ubuntu: Fix Released Status in libreoffice source package in Focal: Fix Committed Bug description: In the latest PPA release of Libreoffice, the Help does not work. IN version 6.3.5.2 it is OK. I the version below it returns an error. Version: 6.4.2.2 Build ID: 1:6.4.2-0ubuntu0.19.10.3 CPU threads: 8; OS: Linux 5.3; UI render: default; VCL: x11; Locale: en-GB (en_GB.UTF-8); UI-Language: en-GB Calc: threaded The Error is: Object not accessible. The object cannot be accessed due to insufficient user rights. The Help used to open the help in a browser window. This latest version seems to try to open the old type of local help (rather than using a browser). To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1869561/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp