Re: [Qgis-user] use the new standalone console processing tool, in a server without a GUI

2020-07-16 Thread Totò
Totò wrote > Hello, > i have linux Ubuntu 18.04 bionic, > > I launched this: > > sudo apt-get install gnupg software-properties-common > sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys > 51F523511C7028C3 > sudo add-apt-repository "deb https://qgis.org/ubuntugis `lsb_release >

Re: [Qgis-user] use the new standalone console processing tool, in a server without a GUI

2020-07-15 Thread Totò
Hello, i have linux Ubuntu 18.04 bionic, I launched this: sudo apt-get install gnupg software-properties-common sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 51F523511C7028C3 sudo add-apt-repository "deb https://qgis.org/ubuntugis `lsb_release -c -s` main" sudo apt-get update

Re: [Qgis-user] use the new standalone console processing tool, in a server without a GUI

2020-07-14 Thread aborruso
Hi Jurgen, Jürgen E. Fischer wrote > Bullseye is debian (but as ubuntu is a symlink to debian that doesn't > matter > anyway) and not yet supported. You could try unstable. I have added unstable. Now when I run "sudo apt-get install qgis", I have The following packages have unmet

Re: [Qgis-user] use the new standalone console processing tool, in a server without a GUI

2020-07-14 Thread Jürgen E . Fischer
Hi, On Tue, 14. Jul 2020 at 09:22:00 -0700, aborruso wrote: > If I run `sudo add-apt-repository "deb https://qgis.org/ubuntu > `lsb_release -c -s` main"` and then `sudo apt-get update`, I have `The > repository 'https://qgis.org/ubuntu bullseye Release' does not have a > Release file.`

Re: [Qgis-user] use the new standalone console processing tool, in a server without a GUI

2020-07-14 Thread aborruso
Hi Alexandre, and thank you. Alexandre Neto wrote > You need to install QGIS 3.14 using the standard method for debian, no GUI > is needed for that. Then, after the installation, you will be able to call > qgis_process from the terminal. I'm using the standard method

Re: [Qgis-user] use the new standalone console processing tool, in a server without a GUI

2020-07-14 Thread Alexandre Neto
Hi, You need to install QGIS 3.14 using the standard method for debian, no GUI is needed for that. Then, after the installation, you will be able to call qgis_process from the terminal. Here's some information about qgis_process command line tool while it's being prepared for the official

[Qgis-user] use the new standalone console processing tool, in a server without a GUI

2020-07-14 Thread aborruso
Hi, I have a server without GUI, Debian 11 based. Is there a way to install QGIS and use the new standalone console tool for running processing algorithms (https://github.com/qgis/QGIS/pull/34617) only via bash scripts? I think yes, but I do not know how to do it. Probably I should start from