Як отримати QGIS?
QGIS працює на Windows, Linux, MacOS X, BSD та Android.
Ми рекомендуємо встановлювати офіційно випущені версії.
Для перевірки майбутнього випуску а також щоб допомогти користувачам сприяти розробці ми надаємо тестові пакети (зверніть увагу на warning)
На стадії заморозки, яка передує випуску (дивіться Розклад випусків) ці пакети є реліз-кандидами, які ми наполегливо просимо тестувати.
Інсталятори для Windows знаходяться на сторінці завантажень.
Початківцям рекомендуємо використовувати автономний інсталятор.
Досвідчені користувачі QGIS можуть використовувати інсталятор OSGeo4W, який дозволяє встановити декілька версій одночасно.
Репозиторій OSGeo4W містить велику кількість програмного забезпечення проекту OSGeo. В тому числі QGIS та її залежності, включаючи Python, GRASS, GDAL тощо. Інсталятор може виконати встановлення через інтернет або просто завантажити всі потрібні пакети. Завантажені файли зберігаються у локальному каталозі для подальшого встановлення. Послідовність дій:
Download OSGeo4W Installer and start it
Виберіть Розширена установка
navigate to the Desktop section
та вибирати поміж наступних пакетів:
Реліз |
Версія |
Пакет |
Опис |
---|---|---|---|
Latest Release |
3.26.x Buenos Aires |
qgis |
Реліз |
qgis-rel-dev 1 |
Нічне складання наступного проміжного випуску |
||
Long Term Release Repository |
3.22.x Białowieża LTR |
qgis-ltr |
Реліз |
qgis-ltr-dev 1 |
Нічне складання наступного проміжного LTR-випуску |
||
В розробці |
3.27 master |
qgis-dev 1 |
Нічне складання версії що знаходиться в розробці |
Before installing any of the nightly builds note the warning.
Примітка
Не варто виконувати повне встановлення OSGeo4W. Встановіть лише QGIS та, можливо, деякі інші пакеті, які вам необхідні. Залежності будуть встановлені автоматично. Повна установка призведе до завантаження компонентів, що потребують ручного встановлення додаткових програм. За відсутності цих додаткових програм, ваша інсталяція буде непрацездатною.
У більшості дистрибутивів QGIS розбито на декілька пакетів. Швидше за все вам знадобляться пакети qgis та qgis-python (для плаґінів). Пакети на зразок qgis-grass (або qgis-plugin-grass), qgis-server можна встановлювати лише за потреби.
Ниже наведено інструкції для різних дистрибутивів. Для більшості дистрибутивів доступні інструкції по встановленню як останнього стабільного випуску QGIS, так і поточної тестової версії (зверніть увагу на warning).
Примітка
In the section following this one, you will find ALL possible options to install different versions of QGIS in different versions of Debian/Ubuntu. If you have problems, verify there whether your distribution is still supported as the repositories also contain older unsupported distributions with the last QGIS version that was supported. Beware that those might have meanwhile ceased to work.
Here you will simply install the latest stable QGIS (3.26.x Buenos Aires) in your Debian or Ubuntu without having to edit config files.
Примітка
Although you see „Debian“ in some places, this also works for „Ubuntu“, as one is actually a symlink to the other on our server.
First install some tools you will need for this instructions:
sudo apt install gnupg software-properties-common
Now install the QGIS Signing Key, so QGIS software from the QGIS repo will be trusted and installed:
wget -qO - https://qgis.org/downloads/qgis-2022.gpg.key | sudo gpg --no-default-keyring --keyring gnupg-ring:/etc/apt/trusted.gpg.d/qgis-archive.gpg --import
sudo chmod a+r /etc/apt/trusted.gpg.d/qgis-archive.gpg
Add the QGIS repo for the latest stable QGIS (3.26.x Buenos Aires).
Note: «lsb_release -c -s» in those lines will return your distro name:
sudo add-apt-repository "deb https://qgis.org/ubuntu $(lsb_release -c -s) main"
Update your repository information to reflect also the just added QGIS one:
sudo apt update
Now, install QGIS:
sudo apt install qgis qgis-plugin-grass
Примітка
Add „qgis-server“ to this line if you also want to install QGIS Server
У стандартних репозиторіях Debian та Ubuntu розміщено застарілі версії QGIS.
Щоб встановити новішу версію необхідно підключити альтернативні репозиторії, додавши у ваш /etc/apt/sources.list
один з рядків
Наш основний репозиторій містить декілька видів пакетів для різних версій Debian та Ubuntu на основі залежностей, доступних в кожному дистрибутиві.
For Ubuntu we also used to have extra packages in a separate repository that are based on ubuntugis, which held more uptodate versions of other GIS packages than Ubuntu itself for LTS versions. If you want those you also need to include ubuntugis-unstable ppa in your /etc/apt/sources.list file (see ubuntugis documentation).
Примітка
The release packages are only produced once shortly after a new version has been released. As unstable, not yet released debian versions (testing) and ubuntugis-unstable can have library changes the packages might sooner or later be broken for these targets, when the development in debian, ubuntu or ubuntugis-unstable moves on and their packages used as dependencies in qgis change. In that event you can either
move to a stable debian version and use the released packages for it,
wait for the next point release (due 2022-08-12 12:00:00 UTC), which happens every month and will include the updated dependencies,
switch to a nightly repository (available for the two release branches and master) whose packages are rebuild on regular basis and will also pickup the updated dependencies automatically or
build your own set of packages (see build-debian-packages).
Пакети:
Реліз |
Версія |
Опис |
Репозиторій |
---|---|---|---|
Latest Release |
3.26.x Buenos Aires |
Випуски для **Debian та Ubuntu |
|
Release with ubuntugis-unstable dependencies |
|||
Nightly build of upcoming point release for Debian and Ubuntu 5 |
https://qgis.org/debian-nightly-release https://qgis.org/ubuntu-nightly-release |
||
Nightly build of upcoming point release with ubuntugis-unstable dependencies 5 |
|||
Long Term Release Repository |
3.22.x Białowieża LTR |
Випуски для **Debian та Ubuntu |
|
Release with ubuntugis-unstable dependencies |
|||
Nightly build of upcoming point release for Debian and Ubuntu 5 |
https://qgis.org/debian-nightly-ltr https://qgis.org/ubuntu-nightly-ltr |
||
Nightly build of upcoming point release with ubuntugis-unstable dependencies 5 |
|||
В розробці |
3.27 master |
Nightly build for Debian and Ubuntu 5 |
https://qgis.org/debian-nightly https://qgis.org/ubuntu-nightly |
Nightly build with ubuntugis-unstable dependencies 5 |
Дистрибутиви, що підтримуються:
Дистрибутив |
Версія |
Кодове ім’я |
Also available based on ubuntugis-unstable dependencies? |
---|---|---|---|
Debian |
11.x (stable) |
bullseye |
|
unstable |
sid |
||
Ubuntu |
22.10 |
kinetic |
|
22.04 (LTS) |
jammy |
так |
|
20.04 (LTS) |
focal |
так |
Впишіть один з наступних репозиторіїв у свій /etc/apt/sources.list
:
deb *repository* *codename* main
deb-src *repository* *codename* main
Example latest release for Debian unstable:
deb https://qgis.org/debian unstable main
deb-src https://qgis.org/debian unstable main
After that type the commands below to install QGIS:
sudo apt update
sudo apt install qgis qgis-plugin-grass
In case you would like to install QGIS Server, type:
sudo apt update
sudo apt install qgis-server --no-install-recommends --no-install-suggests
# if you want to install server Python plugins
apt install python-qgis
Примітка
Будь ласка, перед оновленням видаліть з системи всі пакети QGIS та GRASS, встановленні з інших репозиторіїв.
У випадку помилок сервера ключів додайте публічний ключ репозиторю qgis.org до сховища ключів apt:
wget -O - https://qgis.org/downloads/qgis-2022.gpg.key | gpg --import
gpg --fingerprint D155B8E6A419C5BE
Повинні отримати:
pub rsa4096 2022-08-08 [SCEA] [expires: 2027-08-08]
2D7E 3441 A707 FDB3 E705 9441 D155 B8E6 A419 C5BE
uid [ unknown] QGIS Archive Automatic Signing Key (2022-2027) <qgis-developer@lists.osgeo.org>
Після перевірки відбитків ключа можна додати його до apt командою:
gpg --export --armor D155B8E6A419C5BE | sudo gpg --no-default-keyring --keyring gnupg-ring:/etc/apt/trusted.gpg.d/qgis-archive.gpg --import
sudo chmod a+r /etc/apt/trusted.gpg.d/qgis-archive.gpg
Alternatively you can download the key from a keyserver and add the key to apt in without manual fingerprint verification:
wget -qO - https://qgis.org/downloads/qgis-2022.gpg.key | sudo gpg --no-default-keyring --keyring gnupg-ring:/etc/apt/trusted.gpg.d/qgis-archive.gpg --import
sudo chmod a+r /etc/apt/trusted.gpg.d/qgis-archive.gpg
Встановити пакети на будь-яку версію Fedora можна командами:
sudo dnf install qgis python3-qgis qgis-grass qgis-server
Default Fedora software repositories often hold older versions of QGIS.
To have newer versions or the latest LTR, you have to add alternative software repositories based on the version you want to install (stable, LTR or testing).
Enable the repository:
sudo dnf copr enable dani/qgis
After that type the commands below to install QGIS:
sudo dnf install qgis python3-qgis qgis-grass
In case you would like to install QGIS Server (note that it’s not a common practice to install both client and server applications on the same machine), type:
sudo dnf install qgis-server python3-qgis
Дистрибутив |
Версія |
Версія QGIS |
GRASS GIS version |
---|---|---|---|
Fedora |
35 |
3.24 |
7.8 |
36 |
3.26 |
8.0 |
More information are available at https://copr.fedorainfracloud.org/coprs/dani/qgis/
Enable the repository:
sudo dnf copr enable dani/qgis-ltr
After that type the commands below to install QGIS:
sudo dnf install qgis python3-qgis qgis-grass
In case you would like to install QGIS Server (note that it’s not a common practice to install both client and server applications on the same machine), type:
sudo dnf install qgis-server python3-qgis
Дистрибутив |
Версія |
Версія QGIS |
GRASS GIS version |
---|---|---|---|
Fedora |
35 |
3.22 |
7.8 |
36 |
3.22 |
8.0 |
More information are available at https://copr.fedorainfracloud.org/coprs/dani/qgis-ltr/
Latest stable and LTR packages called qgis and qgis-ltr are available in the following repositories:
Всі пакети зібрано з підтримкою GRASS та Python.
All openSUSE Geo repositories can be found here: https://download.opensuse.org/repositories/Application:/Geo/
Поточний випуск:
urpmi qgis-python qgis-grass
Packages on https://slackbuilds.org/result/?search=qgis
Arch Linux is available in official repository : https://www.archlinux.org/packages/community/x86_64/qgis/
Install with:
pacman -S qgis
QGIS Long Term Release is available in AUR (Arch User Repository).
Install with yaourt or other package manager which support AUR:
yaourt -S qgis-ltr
For bugs and other behaviour, read comments here : https://aur.archlinux.org/packages/qgis-ltr/
QGIS testing is available in AUR (Arch User Repository).
Install with yaourt or other package manager which support AUR:
yaourt -S qgis-git
For bugs and other behaviour, read comments here : https://aur.archlinux.org/packages/qgis-git
There is an QGIS flatpak for QGIS Stable available, maintained by the flathub community.
For general Linux Flatpak install notes, see https://flatpak.org/setup/
QGIS on Flathub: https://flathub.org/apps/details/org.qgis.qgis
To install:
flatpak install --from https://flathub.org/repo/appstream/org.qgis.qgis.flatpakref
Then to run:
flatpak run org.qgis.qgis
To update your flatpak QGIS:
flatpak update
On certain distributions, you may also need to install xdg-desktop-portal or xdg-desktop-portal-gtk packages in order for file dialogs to appear.
Flathub files: https://github.com/flathub/org.qgis.qgis and report issues here: https://github.com/flathub/org.qgis.qgis/issues
Note: if you need to install additional Python modules, because they are needed by a plugin, you can install the module with (here installing the urllib3 module):
flatpak run --devel --command=pip3 org.qgis.qgis install urllib3 --user
Official All-in-one, signed installers for macOS High Sierra (10.13) and newer can be downloaded from the QGIS download page.
Alternative builds supporting macOS High Sierra (10.13) and newer are available from kyngchaos.com
A nightly updated standalone installer from QGIS master can be downloaded from here.
Previous releases of the official installer can be downloaded from https://qgis.org/downloads/macos/.
Previous releases of the kyngchaos installer can be downloaded from https://www.kyngchaos.com/software/archive/. The oldest installers support macOS 10.4 Tiger.
To install QGIS from binary packages type
pkg install qgis
Or to customize compilation options, you can build it from FreeBSD ports
cd /usr/ports/graphics/qgis
make install clean
To install QGIS from binary packages type
pkg install qgis-ltr
Or to customize compilation options, you can build it from FreeBSD ports
cd /usr/ports/graphics/qgis-ltr
make install clean
An old and deprecated not touch optimised release of QGIS for Android can be found on the google play store.
https://play.google.com/store/apps/details?id=org.qgis.qgis
Попередження
Android 5 не підтримується. Найкраще працює з Android 4.3 та 4.4.x. Це повноцінний порт настільної QGIS. Він мінімально оптимізований для пристроїв з сенсорним екраном і тому слід серйозно розглядати доцільність його використання для повсякденної роботи. Для пристроїв з сенсорними екранами існують більш пристосовані програми.
Попередження
На додаток до стабільної версії QGIS, для деяких платформ також надаються пакети з QGIS testing. Ці пакети містять програмне забезпечення, що знаходиться у розробці. Тому вони не підтримуються і надаються виключно для потреб тестування та перевірки на наявність регресій. І хоча ми намагаємось уникати поломок, у будь-який час ця версія може перестати працювати або пошкодити ваші дані. Використовуйте на свій страх і ризик. Вас попереджено!
Refer to INSTALL on how to build and install QGIS from source for the different platforms.