Please package nextcloud for Ubuntu 20.04 and publish via http://ppa.launchpad.net/nextcloud-devs/client/ubuntu.
The beta repository (http://ppa.launchpad.net/nextcloud-devs/client-beta/ubuntu/) contains packages for Focal, although the ones built from the master branch.
The next stable release in the main repo will have a Focal package.
Is there an estimated time for the next stable release?
Until the next stable release, what is the workaround for now? Install 18.04 package? 19.10 package? Beta 20.04 package? Something else?
A workaround could be to install v2.6.2 from universe:
sudo add-apt-repository universe
sudo apt-get install nextcloud-desktop
A workaround could be to install v2.6.2 from universe:
sudo add-apt-repository universe sudo apt-get install nextcloud-desktop
I get unmet dependencies when I try that:
The following packages have unmet dependencies:
nextcloud-desktop : Depends: libnextcloudsync0 (= 2.6.2-1build1) but 2.6.4-20200303.193231~focal1 is to be installed
the ppa was updated yesterday and now contains focal! However, auto start was broken for me since there was a strange path included inside ~/.config/autostart/Nextcloud.desktop. After changing it to Exec=/usr/bin/nextcloud it was working fine
After uninstalling all old packages, everything is working for me with the normal PPA.
Thanks a lot!
After an 'apt update' I could install nextcloud-client today. Awesome, thanks team!
Thanks!
I see that you also added the groovy (20.10) packages directly so that we won't have the same problem in half a year again :heart:
Most helpful comment
Is there an estimated time for the next stable release?