Hi Jorge, I try to be helpfull to Ubuntu/Linux users, but it is not so clear to me how exactly the versioning/packaging works... (as Debian Testing user, I just take what the distro's gives me AND I compile 2-3 versions of QGIS locally)
Like in your case it seems that qgis.org/debian (only?) serves 3.18? But looking into: https://qgis.org/ubuntu/dists/focal/main/binary-amd64/Packages shows A LOT of other versions... (but not 3.10 ...) IS it possible (for Ubuntu users) to give more choice? Like if a Focal user wants to install 3.16 (from qgis.org/debian), IS that possible? Same with flatpak: that is on version 3.18 now: https://flathub.org/apps/details/org.qgis.qgis Ok, just found out [0]: $ flatpak remote-info --log flathub org.qgis.qgis//stable shows you ALL flatpak commits... search for 3.10 and then: $ sudo flatpak update --commit 1613a7246130adbb1218cbbc08a39025523250c2914e13992ad086f327c34fb5 org.qgis.qgis then to run: $ flatpak run org.qgis.qgis Then I have 3.10 running here :-) (not sure if a flatpak installed QGIS does ALL that you need, but this could also be an escape route...) Regards, Richard Duivenvoorde [0] https://archived.forum.manjaro.org/t/install-older-version-of-flatpak/151723 On 2/24/21 1:00 PM, Jorge Gustavo Rocha wrote: > Hi, > > Version 3.10 is in Ubuntu repo. If I do a simple apt policy qgis the packages > are there. > > $ apt policy qgis > qgis: > Instalado: (nenhum) > Candidato: 1:3.18.0+32focal > Tabela de Versão: > 1:3.18.0+32focal 500 > 500 https://qgis.org/debian focal/main amd64 Packages > 3.10.4+dfsg-1ubuntu2 500 > 500 http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages > > So, you just have to do: > > sudo apt install qgis=3.10.4+dfsg-1ubuntu2 > > Regards, > > Jorge > > Às 10:42 de 24/02/21, Klaus Mithöfer escreveu: >> Dear list, >> >> I would like to install the previous QGIS LTR 3.10 on my Ubuntu system. Is a >> repository for that version still available? >> >> Thanks a lot! >> >> Kind regards >> >> Klaus >> _______________________________________________ >> Qgis-user mailing list >> [email protected] >> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user >> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user > -- > Email Signature > Logo <https://www.geomaster.pt> > *Geomaster* > *Jorge Gustavo Rocha* | Software Engineer > *e:*[email protected] | *m:*+351 910 333 888 > *g:*41.54094,-8.40490 | *v: *510 906 109 > *a: * Rua António Cândido Pinto, 67, 4715-400 Braga > > > _______________________________________________ > Qgis-user mailing list > [email protected] > List info: https://lists.osgeo.org/mailman/listinfo/qgis-user > Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user > _______________________________________________ Qgis-user mailing list [email protected] List info: https://lists.osgeo.org/mailman/listinfo/qgis-user Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
