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 Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1869561

Title:
  Libreoffice Help does not work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1869561/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to