Re: [Qgis-user] Installing either qgis 2.X and qgis 3.X

2018-12-26 Thread Patrick Dunford
Compiling different versions is for really dedicated hard core people. 
You lose the advantage of a package management system being able to 
automatically update the packages when updates are released. Once you 
have compiled a version it is fixed in time because it is not able to be 
managed by the package management system so when a new release comes out 
you have to compile that version, and so on.


This is why I personally recommend some form of virtualisation as being 
a more straightforward solution for most people. I used Oracle 
VirtualBox on Linux and had a pile of VMs and they don't take up much 
disk space, you just need to ensure you have enough RAM on your computer 
to be able to allocate a reasonable amount to a VM. The guest OS can be 
a very lightweight environment like Lubuntu that doesn't have all the 
bells and whistles and eye candy that people might have with vanilla 
Ubuntu and doesn't gobble up a lot of system resources.


On 27/12/18 2:52 AM, matteo wrote:

Hi,

I thiink the easiest solution given that you are on Ubuntu, is compiling
QGIS. Then you can have as many independent QGIS versions as you want.

Yes, at the beginning the slope could be hard, but once you know how
then you just go smooth.

Have a look at:

https://github.com/qgis/QGIS/blob/master/INSTALL

Cheers

Matteo
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Installing either qgis 2.X and qgis 3.X

2018-12-26 Thread matteo
Hi,

I thiink the easiest solution given that you are on Ubuntu, is compiling
QGIS. Then you can have as many independent QGIS versions as you want.

Yes, at the beginning the slope could be hard, but once you know how
then you just go smooth.

Have a look at:

https://github.com/qgis/QGIS/blob/master/INSTALL

Cheers

Matteo
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Installing either qgis 2.X and qgis 3.X

2018-12-26 Thread Patrick Dunford
If I run the flatpak with the development version installed from apt, I 
can no longer use the development version.


On 19/12/18 9:35 PM, Daniele Viganò wrote:
On Tue, Dec 18, 2018 at 11:51 PM Patrick Dunford 
mailto:enzedrailm...@gmail.com>> wrote:


I don't believe that is correct. Flatpak is a package management
system for single instances of installed software. It doesn't
cater for multiple installations. You are probably thinking of
AppImage.

You can have both QGIS installed from Flatpak and from rpm/deb on the 
same machine, at least on Fedora (like I do: stable from flatpak and 
nightly from RPM).


Cheers,
Daniele


--
*Daniele Viganò*
http://daniele.vigano.me

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Installing either qgis 2.X and qgis 3.X

2018-12-19 Thread Alex M
I've gone the route of schroot, and also lxd (similar to docker but a
little easier to manage) would be an option on Ubuntu.

I noticed people mentioned Flatpak and AppImage, what about SNAPS.
Pretty sure SNAPS would let you have multiple versions on the same
machine at the same time. Didn't realize Flatpak doesn't.

Thanks,
Alex

On 12/18/18 04:02, Luigi Pirelli wrote:
> there is also, docker
> 
> https://github.com/kartoza/docker-qgis-desktop
> 
> or conda
> 
> https://anaconda.org/conda-forge/qgis
> 
> to have moltiple version in kind of sandboxes
> 
> cheers
> 
> Luigi Pirelli
> 
> **
> * LinkedIn: https://www.linkedin.com/in/luigipirelli
> * Stackexchange: http://gis.stackexchange.com/users/19667/luigi-pirelli
> * GitHub: https://github.com/luipir
> * Mastering QGIS 2nd Edition:
> *
> https://www.packtpub.com/big-data-and-business-intelligence/mastering-qgis-second-edition
> * Hire me: http://goo.gl/BYRQKg
> **
> 
> 
> On Tue, 18 Dec 2018 at 10:47, Andre Joost 
> wrote:
> 
>> Am 17.12.18 um 22:53 schrieb Giacomo Fontanelli:
>>> Hello forum
>>>
>>> I'm using QGIS 3.4 on my laptop with Ubuntu 18.10.
>>>
>>> Is it possible to install also qgis 2.18 along with qgis 3.4?
>>>
>>
>> On Ubuntu, only by putting the second in a virtual box.
>>
>> Windows allows for separate installtions, but not Ubuntu.
>>
>> HTH,
>> Andre Joost
>>
>>
>> ___
>> Qgis-user mailing list
>> Qgis-user@lists.osgeo.org
>> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
>> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
> 
> 
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
> 

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Installing either qgis 2.X and qgis 3.X

2018-12-19 Thread Richard Duivenvoorde
On 12/18/18 11:50 PM, Patrick Dunford wrote:
> I don't believe that is correct. Flatpak is a package management system
> for single instances of installed software. It doesn't cater for
> multiple installations. You are probably thinking of AppImage.

Hi, you are right, but there is currently (only) a latest stable (3.4.2)
flatpak, but in that way it is possible to run the ubuntu installed 2.18
next to this flatpak 3.4 version :-)

Best of both worlds \o/

Regards,

Richard Duivenvoorde
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Installing either qgis 2.X and qgis 3.X

2018-12-19 Thread Daniele Viganò
On Tue, Dec 18, 2018 at 11:51 PM Patrick Dunford 
wrote:

> I don't believe that is correct. Flatpak is a package management system
> for single instances of installed software. It doesn't cater for multiple
> installations. You are probably thinking of AppImage.
>
You can have both QGIS installed from Flatpak and from rpm/deb on the same
machine, at least on Fedora (like I do: stable from flatpak and nightly
from RPM).

Cheers,
Daniele


-- 
*Daniele Viganò*
http://daniele.vigano.me
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Installing either qgis 2.X and qgis 3.X

2018-12-18 Thread Patrick Dunford
I don't believe that is correct. Flatpak is a package management system 
for single instances of installed software. It doesn't cater for 
multiple installations. You are probably thinking of AppImage.


On 19/12/18 1:52 AM, Daniele Viganò wrote:
Also the flatpak is a good solution to have multiple installations on 
the same Linux host:


https://flathub.org/apps/details/org.qgis.qgis

On Tue, Dec 18, 2018 at 1:03 PM Luigi Pirelli > wrote:


there is also, docker

https://github.com/kartoza/docker-qgis-desktop

or conda

https://anaconda.org/conda-forge/qgis

to have moltiple version in kind of sandboxes

cheers

Luigi Pirelli


___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Installing either qgis 2.X and qgis 3.X

2018-12-18 Thread Luigi Pirelli
sure, I forgot it :)
Luigi Pirelli

**
* LinkedIn: https://www.linkedin.com/in/luigipirelli
* Stackexchange: http://gis.stackexchange.com/users/19667/luigi-pirelli
* GitHub: https://github.com/luipir
* Mastering QGIS 2nd Edition:
*
https://www.packtpub.com/big-data-and-business-intelligence/mastering-qgis-second-edition
* Hire me: http://goo.gl/BYRQKg
**


On Tue, 18 Dec 2018 at 13:52, Daniele Viganò  wrote:

> Also the flatpak is a good solution to have multiple installations on the
> same Linux host:
>
> https://flathub.org/apps/details/org.qgis.qgis
>
> On Tue, Dec 18, 2018 at 1:03 PM Luigi Pirelli  wrote:
>
>> there is also, docker
>>
>> https://github.com/kartoza/docker-qgis-desktop
>>
>> or conda
>>
>> https://anaconda.org/conda-forge/qgis
>>
>> to have moltiple version in kind of sandboxes
>>
>> cheers
>>
>> Luigi Pirelli
>>
>>
>> **
>> * LinkedIn: https://www.linkedin.com/in/luigipirelli
>> * Stackexchange: http://gis.stackexchange.com/users/19667/luigi-pirelli
>> * GitHub: https://github.com/luipir
>> * Mastering QGIS 2nd Edition:
>> *
>> https://www.packtpub.com/big-data-and-business-intelligence/mastering-qgis-second-edition
>> * Hire me: http://goo.gl/BYRQKg
>>
>> **
>>
>>
>> On Tue, 18 Dec 2018 at 10:47, Andre Joost 
>> wrote:
>>
>>> Am 17.12.18 um 22:53 schrieb Giacomo Fontanelli:
>>> > Hello forum
>>> >
>>> > I'm using QGIS 3.4 on my laptop with Ubuntu 18.10.
>>> >
>>> > Is it possible to install also qgis 2.18 along with qgis 3.4?
>>> >
>>>
>>> On Ubuntu, only by putting the second in a virtual box.
>>>
>>> Windows allows for separate installtions, but not Ubuntu.
>>>
>>> HTH,
>>> Andre Joost
>>>
>>>
>>> ___
>>> Qgis-user mailing list
>>> Qgis-user@lists.osgeo.org
>>> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
>>> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
>>
>> ___
>> Qgis-user mailing list
>> Qgis-user@lists.osgeo.org
>> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
>> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
>
>
>
> --
> *Daniele Viganò*
> http://daniele.vigano.me
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Installing either qgis 2.X and qgis 3.X

2018-12-18 Thread Daniele Viganò
Also the flatpak is a good solution to have multiple installations on the
same Linux host:

https://flathub.org/apps/details/org.qgis.qgis

On Tue, Dec 18, 2018 at 1:03 PM Luigi Pirelli  wrote:

> there is also, docker
>
> https://github.com/kartoza/docker-qgis-desktop
>
> or conda
>
> https://anaconda.org/conda-forge/qgis
>
> to have moltiple version in kind of sandboxes
>
> cheers
>
> Luigi Pirelli
>
>
> **
> * LinkedIn: https://www.linkedin.com/in/luigipirelli
> * Stackexchange: http://gis.stackexchange.com/users/19667/luigi-pirelli
> * GitHub: https://github.com/luipir
> * Mastering QGIS 2nd Edition:
> *
> https://www.packtpub.com/big-data-and-business-intelligence/mastering-qgis-second-edition
> * Hire me: http://goo.gl/BYRQKg
>
> **
>
>
> On Tue, 18 Dec 2018 at 10:47, Andre Joost 
> wrote:
>
>> Am 17.12.18 um 22:53 schrieb Giacomo Fontanelli:
>> > Hello forum
>> >
>> > I'm using QGIS 3.4 on my laptop with Ubuntu 18.10.
>> >
>> > Is it possible to install also qgis 2.18 along with qgis 3.4?
>> >
>>
>> On Ubuntu, only by putting the second in a virtual box.
>>
>> Windows allows for separate installtions, but not Ubuntu.
>>
>> HTH,
>> Andre Joost
>>
>>
>> ___
>> Qgis-user mailing list
>> Qgis-user@lists.osgeo.org
>> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
>> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
>
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user



-- 
*Daniele Viganò*
http://daniele.vigano.me
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Installing either qgis 2.X and qgis 3.X

2018-12-18 Thread Luigi Pirelli
there is also, docker

https://github.com/kartoza/docker-qgis-desktop

or conda

https://anaconda.org/conda-forge/qgis

to have moltiple version in kind of sandboxes

cheers

Luigi Pirelli

**
* LinkedIn: https://www.linkedin.com/in/luigipirelli
* Stackexchange: http://gis.stackexchange.com/users/19667/luigi-pirelli
* GitHub: https://github.com/luipir
* Mastering QGIS 2nd Edition:
*
https://www.packtpub.com/big-data-and-business-intelligence/mastering-qgis-second-edition
* Hire me: http://goo.gl/BYRQKg
**


On Tue, 18 Dec 2018 at 10:47, Andre Joost 
wrote:

> Am 17.12.18 um 22:53 schrieb Giacomo Fontanelli:
> > Hello forum
> >
> > I'm using QGIS 3.4 on my laptop with Ubuntu 18.10.
> >
> > Is it possible to install also qgis 2.18 along with qgis 3.4?
> >
>
> On Ubuntu, only by putting the second in a virtual box.
>
> Windows allows for separate installtions, but not Ubuntu.
>
> HTH,
> Andre Joost
>
>
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Installing either qgis 2.X and qgis 3.X

2018-12-18 Thread Andre Joost

Am 17.12.18 um 22:53 schrieb Giacomo Fontanelli:

Hello forum

I'm using QGIS 3.4 on my laptop with Ubuntu 18.10.

Is it possible to install also qgis 2.18 along with qgis 3.4?



On Ubuntu, only by putting the second in a virtual box.

Windows allows for separate installtions, but not Ubuntu.

HTH,
Andre Joost


___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

[Qgis-user] Installing either qgis 2.X and qgis 3.X

2018-12-17 Thread Giacomo Fontanelli
Hello forum

I'm using QGIS 3.4 on my laptop with Ubuntu 18.10.

Is it possible to install also qgis 2.18 along with qgis 3.4?

I added also the repository for qgis 2.18 (deb
http://ppa.launchpad.net/ubuntugis-ltr/ubuntugis-unstable/ubuntu bionic
main) to my sources.list.

What is the correct repository for ubuntugis 2.18?

I tried deb http://ppa.launchpad.net/ubuntugis-ltr/ubuntugis-unstable/ubuntu
bionic main but is not recognized.

How to address the 2.18 installation during the sudo apt install procedures?

thank you very much
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user