I am having a lot of issues with Bonn 3.2.2 QGIS and would like to uninstall this version and install an older version that is more stable.
- What seems to be a stable version of version 3?
- What is the best way to do so on Linux?
I am having a lot of issues with Bonn 3.2.2 QGIS and would like to uninstall this version and install an older version that is more stable.
The most stable version is the long term release (LTR) which is at 2.18.24. The 3.2 series is at 3.2.3.
Ihis is how I did it:
The following worked for me on Ubuntu 16.04 and QGIS 2.18:
sudo apt remove qgis
sudo apt purge qgis
Then: sudo apt update
sudo apt install qgis python-qgis
this was found here Broken packages and unmet dependency installation QGIS, PostgreSQL and postgis Ubuntu 14.04 and posted by Karlo Guidoni Martins
Thnk you for all that offered help.
apt-cache policy qgisto see what is available for you. Alternatively, use aptitude instead of apt. – AndreJ Sep 17 '18 at 18:28sudo apt remove qgis sudo apt purge qgis Then:
sudo apt update sudo apt install qgis python-qgis
– lowsparked Sep 17 '18 at 19:45