Talk:QGIS installation

From AWF-Wiki
(Difference between revisions)
Jump to: navigation, search
(Blanked the page)
Line 1: Line 1:
 +
=Using your own laptop or PC=
  
 +
We prefer using [http://en.wikipedia.org/wiki/Free_and_open_source_software Free and Open Source Software] because this enables you to install software on your own computer without paying for costly licenses, to learn and continue your work at home. Here are the links to download the software from the internet and install it yourself:
 +
 +
QGIS 3.10 http://www.qgis.org/en/site/forusers/download.html, available for Windows, Mac OSX,
 +
Linux and Android.
 +
If you want to follow the exercises of this tutorial on Windows, we recommend following the
 +
 +
==Installation Guide for Windows==
 +
* Do you have already a QGIS version installed? Please first deinstall previous QGIS versions before going on to avoid confusions.
 +
{{info|message=Uninstalling QGIS|text=To deinstall a QGIS version simply delete the installation folder, where the default paths are ''C:\OSGeo4W64'', the user settings folder, downloaded plugins and user scripts ''C:\Users\YourName\AppData\Roaming\QGIS'' and  related icons in the start menu and on the Desktop. Please check also if there is a "Standalone" QGIS version installed: Start --> Settings --> Apps & Features. Now a complete list of desktop programs is shown. Use the search box and type '''QGIS'''. If you do not find QGIS, a "Standalone" QGIS version is not installed. If you've find QGIS, single click its name to highlight it and hit the Uninstall button.}}.
 +
* Determine if your Windows is 32bit or 64bit Version. Knowing this information is important because you need to choose the right software so its performance can be optimized.
 +
*If you are using Windows 8 or 10: On the Start Screen, press Win key (Windows logo key) and the x letter simultanously. Notice the menu of administrative tools in the lower-left corner of the screen, click System and view the information on system type.
 +
*If you are using Windows 7: Press Win key (Windows logo key), {{mitem|text= Control panel --> System and Security --> System}} and view the information on system type.
 +
* Download  the [http://download.osgeo.org/osgeo4w/osgeo4w-setup-x86_64.exe OSGeo4W Network Installer 64bit] for Windows 64-bit or the [http://download.osgeo.org/osgeo4w/osgeo4w-setup-x86.exe OSGeo4W Network Installer 32bit] for Windows 32-bit and save the file into a temporary folder.
 +
* Start the OSGeo4W Setup Program with a double click the on the downloaded file osgeo4w-setup-x86.exe.
 +
* Choose {{tool|text=Advanced Installation}}. {{button|text=Next}}.<br>[[File:osgeo_installation1.png|400px]]<br>
 +
* Choose {{tool|text=Install from Internet}}. {{button|text=Next}}.<br>[[File:osgeo_installation2.png|400px]]<br>
 +
* Set root directory to: C:\OSGeo4W\ and check the radio button {{tool|text=All Users}}. {{button|text=Next}}.<br>[[File:osgeo_installation3.png|400px]]<br>
 +
* Choose a temporary directory to store the files to be downloaded. {{button|text=Next}}.<br>[[File:osgeo_installation4.png|400px]]<br>
 +
* Choose Internet connection: {{tool|text=Direct connection}}. {{button|text=Next}}.<br>[[File:osgeo_installation5.png|400px]]<br>
 +
* Mark one of the download sites e.g. '''"http://osgeo4w-oslandia.com"'''.<br>[[File:osgeo_installation6.png|400px]]<br>
 +
* Select Packages: In the "Categories field" click on the + symbol before "Desktop" to extend the folder. Click on the "Skip" symbol before '''qgis-full: QGIS Full Desktop (meta package for express install)'''  to mark necessary software packages for the installation..<br>[[File:osgeo_installation7.png|400px]]<br>
 +
 +
* Go on, accept the licence agreements and wait until all programs are installed.{{button|text=Next}}.
 +
* Start QGIS by Start|All programs|OSGeo4W|QGIS Desktop.
 +
 +
{{info|message=Updating QGIS|text=Updating QGIS is easily done by using {{mitem|text= All Programs --> OSGeo4W --> Setup}} or by double clicking the file ''C:\OSGeo4W64\bin\osgeo4w-setup.exe''. Follow the advanced installation procedure. New package versions will be automatically detected. Accept all previous settings and wait until all updated programs are installed.}}
 +
 +
==Installation Guide for Mac OS [[file:apple_logo.png|30px]]==
 +
* QGIS 3.10 is built for Mac OS versions '''High Sierra (10.13), Mojave (10.15), Catalina (10.15) and newer'''. On the [https://www.qgis.org/en/site/forusers/download.html QGIS download page] are alo alternate installers available for older Mac OS and QGIS versions but the following instructions are easy as pie:
 +
* If you have already an older QGIS version please uninstall this app first:
 +
** Open '''Finder'''. In search bar type QGIS and Search: This Mac.
 +
** Mark the QGIS icon. Right click: Move to Trash.
 +
* Download [https://qgis.org/downloads/macos/qgis-macos-pr.dmg QGIS macOS Installer Version 3.10]. * Start the QGIS installer with a double click on the downloaded file qgis-amcos-pr.dmg.
 +
* Click 'Agree' to accept the terms of license.
 +
* Drag and drop the QGIS3.10 icon on the Applications icon.
 +
[[File:gqis_macos_dd.png|600px]]
 +
* In '''Finder''' search in '''Applications''' for QGIS. Start QGIS with a double click on the icon.
 +
 +
==Installation Guide for Linux [[file:Tux.png|30px]]==
 +
 +
If  you are interested to try a Linux OS on your own Windows PC, we  recommend to install the current distribution of [http://www.ubuntu.com Ubuntu].  You can install Ubuntu onto a computer alongside a copy of Windows. You  will be able to select whether to start Ubuntu or Windows each time  your computer starts up or you can try to run Ubuntu on a CD or even on a memory stick alongside your current system.
 +
 +
=== Installation for Ubuntu 18.0.4 ("Bionic Beaver") ===
 +
This tutorial is an example for the specific linux distribution Ubuntu LTS 18.0.4. If you want to use a different linux distribution or version
 +
read the [https://www.qgis.org/en/site/forusers/alldownloads.html#linux docs] on qgis.org and adjust reposiotry and code names for your selected distribution.
 +
To install latest release versions of QGIS, you have to add an alternative software repository. Please remove all previously installed QGIS und GRASS packages that were installed from other repositories before doing an update: otherwise conflicts between different package versions occur!
 +
 +
Open a terminal (Ctrl + Alt + t). Make a backup copy of your current sources.list file:
 +
<pre>
 +
sudo cp /etc/apt/sources.list /etc/apt/sources.list.bat
 +
</pre>
 +
Append new lines of text to current sources.list file
 +
<pre>
 +
echo "deb https://qgis.org/debian bionic main" | sudo tee -a /etc/apt/sources.list
 +
echo "deb-src https://qgis.org/debian bionic main" | sudo tee -a /etc/apt/sources.list
 +
</pre>
 +
Update in order to use the new repository and install QGIS and SAGA
 +
<pre>
 +
sudo apt-get update
 +
sudo apt-get install qgis qgis-plugin-grass saga
 +
</pre>
 +
In case of keyserver errors add the qgis.org repository public key to your apt keyring, type:
 +
<pre>
 +
wget -O - https://qgis.org/downloads/qgis-2019.gpg.key | gpg --import
 +
gpg --fingerprint 51F523511C7028C3
 +
</pre>
 +
Should output:
 +
<pre>
 +
pub  rsa4096 2019-08-08 [SCEA] [expires: 2020-08-08]
 +
      8D5A 5B20 3548 E500 4487  DD19 51F5 2351 1C70 28C3
 +
uid          [unknown] QGIS Archive Automatic Signing Key (2019) <qgis-developer@lists.osgeo.org>
 +
</pre>
 +
After you have verified the fingerprint you can add the key to apt with:
 +
<pre>
 +
gpg --export --armor 51F523511C7028C3 | sudo apt-key add -
 +
</pre>
 +
 +
==Language settings==
 +
 +
Go to {{mitem|text= Settings --> Options --> General }}
 +
and click the checkbox {{tool|text=Override system locale}} on. You
 +
may choose one of 42 languages which are available for QGIS instead the system locale. For our course
 +
please select english (en_US). The settings are active after restarting QGIS.

Revision as of 11:16, 23 April 2020

Contents

Using your own laptop or PC

We prefer using Free and Open Source Software because this enables you to install software on your own computer without paying for costly licenses, to learn and continue your work at home. Here are the links to download the software from the internet and install it yourself:

QGIS 3.10 http://www.qgis.org/en/site/forusers/download.html, available for Windows, Mac OSX, Linux and Android. If you want to follow the exercises of this tutorial on Windows, we recommend following the

Installation Guide for Windows

  • Do you have already a QGIS version installed? Please first deinstall previous QGIS versions before going on to avoid confusions.
info.png Uninstalling QGIS
To deinstall a QGIS version simply delete the installation folder, where the default paths are C:\OSGeo4W64, the user settings folder, downloaded plugins and user scripts C:\Users\YourName\AppData\Roaming\QGIS and related icons in the start menu and on the Desktop. Please check also if there is a "Standalone" QGIS version installed: Start --> Settings --> Apps & Features. Now a complete list of desktop programs is shown. Use the search box and type QGIS. If you do not find QGIS, a "Standalone" QGIS version is not installed. If you've find QGIS, single click its name to highlight it and hit the Uninstall button..
  • Determine if your Windows is 32bit or 64bit Version. Knowing this information is important because you need to choose the right software so its performance can be optimized.
  • If you are using Windows 8 or 10: On the Start Screen, press Win key (Windows logo key) and the x letter simultanously. Notice the menu of administrative tools in the lower-left corner of the screen, click System and view the information on system type.
  • If you are using Windows 7: Press Win key (Windows logo key), Control panel --> System and Security --> System and view the information on system type.
  • Download the OSGeo4W Network Installer 64bit for Windows 64-bit or the OSGeo4W Network Installer 32bit for Windows 32-bit and save the file into a temporary folder.
  • Start the OSGeo4W Setup Program with a double click the on the downloaded file osgeo4w-setup-x86.exe.
  • Choose Advanced Installation. Next.
    Osgeo installation1.png
  • Choose Install from Internet. Next.
    Osgeo installation2.png
  • Set root directory to: C:\OSGeo4W\ and check the radio button All Users. Next.
    Osgeo installation3.png
  • Choose a temporary directory to store the files to be downloaded. Next.
    Osgeo installation4.png
  • Choose Internet connection: Direct connection. Next.
    Osgeo installation5.png
  • Mark one of the download sites e.g. "http://osgeo4w-oslandia.com".
    Osgeo installation6.png
  • Select Packages: In the "Categories field" click on the + symbol before "Desktop" to extend the folder. Click on the "Skip" symbol before qgis-full: QGIS Full Desktop (meta package for express install) to mark necessary software packages for the installation..
    Osgeo installation7.png
  • Go on, accept the licence agreements and wait until all programs are installed.Next.
  • Start QGIS by Start|All programs|OSGeo4W|QGIS Desktop.


info.png Updating QGIS
Updating QGIS is easily done by using All Programs --> OSGeo4W --> Setup or by double clicking the file C:\OSGeo4W64\bin\osgeo4w-setup.exe. Follow the advanced installation procedure. New package versions will be automatically detected. Accept all previous settings and wait until all updated programs are installed.

Installation Guide for Mac OS Apple logo.png

  • QGIS 3.10 is built for Mac OS versions High Sierra (10.13), Mojave (10.15), Catalina (10.15) and newer. On the QGIS download page are alo alternate installers available for older Mac OS and QGIS versions but the following instructions are easy as pie:
  • If you have already an older QGIS version please uninstall this app first:
    • Open Finder. In search bar type QGIS and Search: This Mac.
    • Mark the QGIS icon. Right click: Move to Trash.
  • Download QGIS macOS Installer Version 3.10. * Start the QGIS installer with a double click on the downloaded file qgis-amcos-pr.dmg.
  • Click 'Agree' to accept the terms of license.
  • Drag and drop the QGIS3.10 icon on the Applications icon.

Gqis macos dd.png

  • In Finder search in Applications for QGIS. Start QGIS with a double click on the icon.

Installation Guide for Linux Tux.png

If you are interested to try a Linux OS on your own Windows PC, we recommend to install the current distribution of Ubuntu. You can install Ubuntu onto a computer alongside a copy of Windows. You will be able to select whether to start Ubuntu or Windows each time your computer starts up or you can try to run Ubuntu on a CD or even on a memory stick alongside your current system.

Installation for Ubuntu 18.0.4 ("Bionic Beaver")

This tutorial is an example for the specific linux distribution Ubuntu LTS 18.0.4. If you want to use a different linux distribution or version read the docs on qgis.org and adjust reposiotry and code names for your selected distribution. To install latest release versions of QGIS, you have to add an alternative software repository. Please remove all previously installed QGIS und GRASS packages that were installed from other repositories before doing an update: otherwise conflicts between different package versions occur!

Open a terminal (Ctrl + Alt + t). Make a backup copy of your current sources.list file:

sudo cp /etc/apt/sources.list /etc/apt/sources.list.bat

Append new lines of text to current sources.list file

echo "deb https://qgis.org/debian bionic main" | sudo tee -a /etc/apt/sources.list
echo "deb-src https://qgis.org/debian bionic main" | sudo tee -a /etc/apt/sources.list

Update in order to use the new repository and install QGIS and SAGA

sudo apt-get update
sudo apt-get install qgis qgis-plugin-grass saga

In case of keyserver errors add the qgis.org repository public key to your apt keyring, type:

wget -O - https://qgis.org/downloads/qgis-2019.gpg.key | gpg --import
gpg --fingerprint 51F523511C7028C3

Should output:

pub   rsa4096 2019-08-08 [SCEA] [expires: 2020-08-08]
      8D5A 5B20 3548 E500 4487  DD19 51F5 2351 1C70 28C3
uid           [unknown] QGIS Archive Automatic Signing Key (2019) <qgis-developer@lists.osgeo.org>

After you have verified the fingerprint you can add the key to apt with:

gpg --export --armor 51F523511C7028C3 | sudo apt-key add -

Language settings

Go to Settings --> Options --> General and click the checkbox Override system locale on. You may choose one of 42 languages which are available for QGIS instead the system locale. For our course please select english (en_US). The settings are active after restarting QGIS.

Personal tools
Namespaces

Variants
Actions
Navigation
Development
Toolbox
Print/export